# Difference between authors and Roles

Managing access and roles is fundamental to creating personalized experiences with your Agent on AIsuru.

### Admins / Authors: the Agent's managers

Authors, or admins, are the main people responsible for the Agent and have full access to all its features:

* **They manage the Agent's content, settings, and configurations**;
* **They invite new authors** and create new Roles.

{% hint style="danger" %}
**Admins have full control over the Agent** and are responsible for its overall management 🔑
{% endhint %}

### Roles: personas for personalization

"Roles" in AIsuru represent **specific categories or personas**, enabling advanced customization of interactions:

* They're not necessarily tied to real users;
* They can represent abstract roles (e.g., "Developer", "VIP Customers");
* They let you provide tailored responses based on the user's role.

{% hint style="success" %}
Use Roles to create **highly personalized experiences** for different types of users of your Agent 👥
{% endhint %}

### Users: the Agent's conversation partners

Users **are the people who interact directly with the Agent**:

* They can be registered on the platform or interact with your Agent as guests;
* They ask questions and receive answers from the Agent;
* Their experience can be personalized based on their role or category (if they're not registered, [set the Role in a sharing layout](/en/sharing/create-and-manage-sharing-layouts.md#advanced-parameters)).

Understanding these distinctions will help you structure your Agent effectively, ensuring the right level of access and personalization for each type of interaction. Make the most of these features to create a truly tailored AI experience for your users!


---

# 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.aisuru.com/en/advanced-features/user-management/difference-between-authors-and-roles.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.
