# Automated integration

{% hint style="info" %}
Available in [**Professional Plan**](https://biuwer.com/en/pricing/) and [**Enterprise Plan**](https://biuwer.com/en/pricing/).
{% endhint %}

The automated integration uses the [**Biuwer public API**](https://api.biuwer.com/docs/) to automate through code all the elements required for the integration, except for all those steps until the content is available (cards, pages and collections).

The steps to take to carry out an automated integration, ultimately, are similar to the steps for a [**Manual Integration**](/integration-guide/integration-types/manual-integration.md) but replacing all manual tasks related to management of Users, User Groups, access permissions to content, Shared Resources, Policies Data, Authentication Tokens and Resource Tokens.

The points that you can automate with the Biuwer API are the following:

* Basic users management
* Groups of users management
* Authentication token management
* Getting resource tokens
* Content access security settings
* Configuring data security through Data Policies


---

# 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.biuwer.com/integration-guide/integration-types/automated-integration.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.
