# Admins

Besides the regular members, you can invite to your workspace you can also invite admins to your chatbot only.

With a condition you can set up admin menus for them they can access like getting a report or wanting to get some insights into the chatbot.

### Invite and manage admins <a href="#invite-and-manage-admins" id="invite-and-manage-admins"></a>

To invite an admin go to Tools from the left-hand menu and select the Admins tab on top.

<figure><img src="/files/FXVpuR2mwnptPzHhTgLL" alt=""><figcaption></figcaption></figure>

From here you will get to the main overview.

To add a new admin the user you want to invite needs to be a subscriber to your chatbot. If they are then press the button on the top-right corner named **+ New Admin**.

From here a pop-up window will appear where you can search for and add a new admin.

<figure><img src="/files/zGmANCtkqFVVLqeL9mSR" alt=""><figcaption></figcaption></figure>

Just type in the name of the person you want to have as an admin and press the plus sign to have them added as an admin. Once you press the plus sign you will return to the main menu where you can manage all admins.

At the right of each admin, you have the option to delete them if you like.

### How to set up an admin flow <a href="#how-to-set-up-an-admin-flow" id="how-to-set-up-an-admin-flow"></a>

Now that you have appointed an admin you can set up admin specific flows for them. This is ideal if you want to give a business owner some insights as to what is going on inside the chatbot but don’t want to give access to the backend of that chatbot.

Just go to any flow you like and insert a condition block. From here search for the condition **Is Admin**.

If the condition is set to yes you can send the admin to the admin mode where you can set up access to whatever you like.

An example could be;

<figure><img src="/files/deqkiuTmmtqLBB2pf7vZ" alt=""><figcaption></figcaption></figure>

It is a great way for business owners to get access to certain features on the front end while not having to worry about them having access in the backend.


---

# 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://help.flochat.ai/tools/admins.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.
