# Automation settings

### Selenium Browser Automation

Browser automation is a feature which allows you to automate processes online. This can be as simple as a button click to complex automated login and registration systems. The Incogniton browser automation uses the **selenium webdriver**. Next to this, we also support **Puppeteer automation**.

### REST API

REST API is a way for software systems to communicate over the internet. It lets you manage browser profiles within Incogniton.

### API documentation

For more information, see the API documentation here: [API docs Incogniton](https://api-docs.incogniton.com/).&#x20;


---

# 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/automation-api-and-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.
