# Adding the agents

To invite someone to use Responso within your organization, go to the ***Agents*** tab and then select ***Invite Agents***.

<figure><img src="https://responso.com/app/files/2022/07/invite-agents-1024x202.png" alt=""><figcaption></figcaption></figure>

In the window that appears, enter the email address of the person you want to invite and choose the role that should be assigned to this agent's account in Responso from the list. You can also choose the team this agent should be assigned to. If you want to invite multiple users at once, click ***Invite another user***, enter the next email address, select a role and a team. Then, click ***Send Invites*****.**

<figure><img src="https://responso.com/app/files/2022/07/invite-agents2.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
The role assigned during the invitation process can be changed later in the system.
{% endhint %}

The invited individuals will receive an email with an invitation to Responso and will be asked to configure their account and set a password.<br>

<figure><img src="https://responso.com/app/files/2022/07/create-account.png" alt=""><figcaption></figcaption></figure>

After inviting a user, their email address will appear in the agents list with the status **Invited**. The status will change to **Active** once the account is successfully created.

<figure><img src="https://responso.com/app/files/2022/07/create-account2-1024x186.png" alt=""><figcaption></figcaption></figure>

In addition to the status, the agents list also provides information about the roles assigned to each profile and whether the agent uses two-factor verification when logging in. From this screen, you can also delete a profile. Remember, this action is irreversible.


---

# 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.responso.com/responso-doc/en/users/adding-the-agents.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.
