# Configurações de automação

### Automação de Navegador Selenium

A automação de navegador é um recurso que permite automatizar processos online. Isso pode ser tão simples quanto um clique de botão até sistemas complexos de login e registro automatizados. A automação de navegador do Incogniton utiliza o **selenium webdriver**. Além disso, também suportamos a **automação Puppeteer**.

### API REST

A API REST é uma forma de sistemas de software se comunicarem pela internet. Ela permite gerenciar perfis de navegador dentro do Incogniton.

### Documentação da API

Para mais informações, consulte a documentação da API aqui: [API docs Incogniton](https://api-docs.incogniton.com/).


---

# Agent Instructions: 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://docs.incogniton.com/documentation/pt-br-documentation/api-de-automacao-e-sdks/automation-settings.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.
