# Impostazioni di automazione

### Automazione del Browser con Selenium

L'automazione del browser è una funzionalità che ti consente di automatizzare i processi online. Questo può essere semplice come un clic su un pulsante o complesso come sistemi automatizzati di login e registrazione. L'automazione del browser di Incogniton utilizza il **selenium webdriver**. Inoltre, supportiamo anche l'**automazione Puppeteer**.

### REST API

REST API è un modo per i sistemi software di comunicare su Internet. Ti consente di gestire i profili del browser all'interno di Incogniton.

### Documentazione API

Per ulteriori informazioni, consulta la documentazione API qui: [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/italian-documentation/api-di-automazione-e-sdk/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.
