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

# Data for LLMs

- [Do you deliver data in an LLM-optimized format?](https://developers.oxylabs.io/help-center/data-for-llms/do-you-deliver-data-in-an-llm-optimized-format.md): Find out how to retrieve data in LLM-optimized formats using Web Scraper API and AI Studio.
- [Do I have to manually format scraped data for AI workflows?](https://developers.oxylabs.io/help-center/data-for-llms/do-i-have-to-manually-format-scraped-data-for-ai-workflows.md): Learn about the automated data formatting options available in Web Scraper API and AI Studio for AI workflows.
- [What is Model Context Protocol (MCP), and how does it benefit Web Scraper API usage?](https://developers.oxylabs.io/help-center/data-for-llms/what-is-model-context-protocol-mcp-and-how-does-it-benefit-web-scraper-api-usage.md): Learn how the Model Context Protocol upgrades AI model integration with web data sources.
- [How do I use Model Context Protocol (MCP) with Web Scraper API?](https://developers.oxylabs.io/help-center/data-for-llms/how-do-i-use-model-context-protocol-mcp-with-web-scraper-api.md): Learn how to use the Model Context Protocol integration for Web Scraper API.
- [How does Model Context Protocol (MCP) standardize data for LLMs?](https://developers.oxylabs.io/help-center/data-for-llms/how-does-model-context-protocol-mcp-standardize-data-for-llms.md): Learn how the Model Context Protocol optimizes web data structure to improve LLM integration and accuracy.
- [Which Oxylabs products can I use if I need large-volumes of video data for AI model training?](https://developers.oxylabs.io/help-center/data-for-llms/which-oxylabs-products-can-i-use-if-i-need-large-volumes-of-video-data-for-ai-model-training.md): Find out which Oxylabs solutions are best at collecting video data for AI training.
- [Which video data solution should I pick for my specific use case?](https://developers.oxylabs.io/help-center/data-for-llms/which-video-data-solution-should-i-pick-for-my-specific-use-case.md): Learn how to choose the right video data solution for your specific needs.
- [How do I make sure the data in YouTube Datasets is high-quality and reliable?](https://developers.oxylabs.io/help-center/data-for-llms/how-do-i-make-sure-the-data-in-youtube-datasets-is-high-quality-and-reliable.md): Learn about compliance standards and ethical sourcing processes for the quality and reliability of YouTube Datasets.


---

# 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, and the optional `goal` query parameter:

```
GET https://developers.oxylabs.io/help-center/data-for-llms.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
