> 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/products/es/headless-browser/flujos-de-trabajo-de-ia.md).

# Flujos de trabajo de IA

Oxylabs Headless Browser proporciona una infraestructura de navegador alojada en la nube, diseñada para la ejecución automatizada del navegador y la recopilación de datos, que puede usarse directamente con LLMs y sistemas de IA agéntica:

{% columns %}
{% column %}

<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"><h3><strong>Protocolo de Contexto de Modelo (MCP)</strong></h3></td><td>Conecta herramientas de IA directamente a una sesión activa de navegador alojada en la nube.</td><td><a href="/pages/bff4203830a183b3cc686d57c0e928aa21f03aeb">/pages/bff4203830a183b3cc686d57c0e928aa21f03aeb</a></td></tr></tbody></table>

{% endcolumn %}

{% column %}

<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"><h3><strong>Agent Skills</strong></h3></td><td>Usa reglas e instrucciones estructuradas (<code>skills.md</code>) con tus herramientas de codificación de IA.</td><td><a href="/pages/f861162eb8f39437f940478e9e1880b8ab93a65a">/pages/f861162eb8f39437f940478e9e1880b8ab93a65a</a></td></tr></tbody></table>
{% endcolumn %}
{% endcolumns %}


---

# 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://developers.oxylabs.io/products/es/headless-browser/flujos-de-trabajo-de-ia.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.
