> 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/pt-br/ai-studio.md).

# AI Studio

Oxylabs [AI Studio](https://aistudio.oxylabs.io/) é uma coleção de aplicativos sem código que facilitam o envio de dados da web para fluxos de trabalho de IA. Saiba mais sobre cada aplicativo aqui:

<table data-view="cards"><thead><tr><th align="center"></th><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Imagem de capa</th></tr></thead><tbody><tr><td align="center"><h4><strong>AI-Scraper</strong></h4></td><td>Extraia e analise dados de qualquer página da web com prompts simples de IA.</td><td><a href="/pages/3ea4e76710b049d585c063e945055fc2f23e9f45">/pages/3ea4e76710b049d585c063e945055fc2f23e9f45</a></td><td></td></tr><tr><td align="center"><h4><strong>Browser Agent</strong></h4></td><td>Controle seu navegador por meio de instruções em linguagem natural.</td><td><a href="/pages/b54fd26f8b79aa7621daf97993d1714ecc59f244">/pages/b54fd26f8b79aa7621daf97993d1714ecc59f244</a></td><td></td></tr><tr><td align="center"><h4><strong>AI-Crawler</strong></h4></td><td>Rastreie um site a partir de uma URL e encontre páginas relevantes.</td><td><a href="/pages/ccc73fcf982a76d54172bd06fef3984e16830862">/pages/ccc73fcf982a76d54172bd06fef3984e16830862</a></td><td></td></tr><tr><td align="center"><h4><strong>AI-Search</strong></h4></td><td>Pesquise na web com instruções simples em inglês claro.</td><td><a href="/pages/6465d293baef24f6f3a97b9d19500f1b36d1fac2">/pages/6465d293baef24f6f3a97b9d19500f1b36d1fac2</a></td><td></td></tr><tr><td align="center"><h4><strong>AI-Map</strong></h4></td><td>Mapeie domínios da web para encontrar e listar todas as URLs conectadas.</td><td><a href="/pages/034560c9a37df3bf04d028c5356992edb465e2ab">/pages/034560c9a37df3bf04d028c5356992edb465e2ab</a></td><td></td></tr></tbody></table>

Para integrar os aplicativos aos seus fluxos de trabalho, confira [guias de integração do AI Studio](broken://pages/acdef9002c307c0c3dd2f569af28c3b4a5d538f1).


---

# 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/products/pt-br/ai-studio.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.
