> For the complete documentation index, see [llms.txt](https://of-scraper.gitbook.io/of-scraper/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://of-scraper.gitbook.io/of-scraper/using-the-scraper.md).

# Using the Scraper

- [Using Prompts](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/using-prompts.md): Simplest way to run OF-Scraper
- [Old Menu](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/using-prompts/old-menu.md): For the menu before 3.7
- [Page 2](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/using-prompts/page-2.md)
- [Username selection or Fuzzy Search](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/username-selection-or-fuzzy-search.md)
- [Basic Automation with command-line](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions.md): Automate liking & downloading OnlyFans posts
- [Basic Actions](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/basic-actions.md)
- [Liking/Unliking Post](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/basic-actions/liking-unliking-post.md)
- [Downloading Content](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/basic-actions/selecting-posts.md)
- [Downloading Text Files](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/basic-actions/selecting-posts/downloading-text-files.md)
- [Downloading Purchases From Deleted Models](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/basic-actions/selecting-posts/deleted-models.md)
- [Multiple Actions](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/basic-actions/multiple-actions.md)
- [Model Filtering/Sorting](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/model-selection-sorting.md)
- [Price Filtering/Sort](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/model-selection-sorting/price-filtering-sort.md)
- [Advanced Args](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/advanced-args.md)
- [Scripting tips](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/scripting-tips.md)
- [Enable label scan](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/batch-scraping-and-bot-actions/enable-label-scan.md)
- [Scripts](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/scripts.md): Example of scripts to change the program behavior
- [Recipes](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/recipes.md)
- [Adding Proxy](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/recipes/adding-proxy.md)
- [Redownload Deleted Downloads](https://of-scraper.gitbook.io/of-scraper/using-the-scraper/recipes/redownload-deleted-downloads.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://of-scraper.gitbook.io/of-scraper/using-the-scraper.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.
