> 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/integrations/es/overview.md).

# Integraciones de Oxylabs

Encuentra guías detalladas de integración de terceros para Proxies de Oxylabs, Web Scraper API y AI Studio.

Las soluciones de Oxylabs son fáciles de integrar con el software de terceros más popular. Elige tu producto y aprende cómo implementarlo en tus flujos de trabajo:

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><h4><strong>Integraciones con Proxies</strong></h4></td><td>Administra tus Proxies fácilmente con las apps, navegadores o extensiones más populares.</td><td><a href="/integrations/es/proxy-integrations.md">Integraciones de Proxies</a></td></tr><tr><td align="center"><h4><strong>Integraciones de Web Scraper API</strong></h4></td><td>Usa Web Scraper API con SDKs, APIs REST y frameworks de IA.</td><td><a href="/integrations/es/web-scraper-api-integrations.md">Integraciones de Web Scraper API</a></td></tr><tr><td align="center"><h4><strong>Integraciones de AI Studio</strong></h4></td><td>Integra las aplicaciones de Oxylabs AI Studio en cualquier flujo de trabajo.</td><td><a href="/integrations/es/ai-studio-integrations.md">Integraciones de AI Studio</a></td></tr></tbody></table>


---

# 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/integrations/es/overview.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.
