# Scraping and project

- [Gems and Bundler](https://certil-remy.gitbook.io/learn/scraping/untitled.md)
- [Scraping](https://certil-remy.gitbook.io/learn/scraping/untitled-1.md)
- [Scraping Lab](https://certil-remy.gitbook.io/learn/scraping/untitled-2.md)
- [Kickstarter Scraping Lab](https://certil-remy.gitbook.io/learn/scraping/untitled-3.md)
- [Video Review: Object Orientation and Scraping](https://certil-remy.gitbook.io/learn/scraping/untitled-4.md)
- [OO Ruby Object Orientation Video Review](https://certil-remy.gitbook.io/learn/scraping/untitled-5.md)
- [Music Library CLI](https://certil-remy.gitbook.io/learn/scraping/untitled-6.md)
- [Video Review: Music Library CLI](https://certil-remy.gitbook.io/learn/scraping/untitled-7.md)
- [Tic-tac-toe with AI project](https://certil-remy.gitbook.io/learn/scraping/untitled-8.md)
- [Student Scraper](https://certil-remy.gitbook.io/learn/scraping/untitled-9.md)
- [CLI Data Gem Portfolio Project](https://certil-remy.gitbook.io/learn/scraping/untitled-10.md)
- [CLI Data Gem Walkthrough](https://certil-remy.gitbook.io/learn/scraping/untitled-11.md)
- [CLI Data Gem Walkthrough: Creating a CLI Scraper Gem](https://certil-remy.gitbook.io/learn/scraping/untitled-12.md)
- [Common Anti-Patterns in CLI Data Gem](https://certil-remy.gitbook.io/learn/scraping/untitled-13.md)
- [Student Example 1: Refactoring CLI Gem](https://certil-remy.gitbook.io/learn/scraping/untitled-14.md)
- [Student Example 2: Refactoring CLI Gem](https://certil-remy.gitbook.io/learn/scraping/untitled-15.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://certil-remy.gitbook.io/learn/scraping.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
