# Configuración de automatización

### Automatización del Navegador con Selenium

La automatización del navegador es una función que te permite automatizar procesos en línea. Esto puede ser tan simple como un clic de botón o sistemas complejos de inicio de sesión y registro automatizados. La automatización del navegador de Incogniton utiliza el **selenium webdriver**. Además de esto, también soportamos la **automatización con Puppeteer**.

### API REST

La API REST es una forma para que los sistemas de software se comuniquen a través de internet. Te permite gestionar perfiles de navegador dentro de Incogniton.

### Documentación de la API

Para más información, consulta la documentación de la API aquí: [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/spanish/api-de-automatizacion-y-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.
