> For the complete documentation index, see [llms.txt](https://orimon.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orimon.gitbook.io/docs/fundamentals/inviting-members.md).

# Inviting Members

{% embed url="<https://youtu.be/378FPc1VVrY?feature=shared>" %}

1. Log in to [Dashboard](https://orimon.ai/login) using your Google account/manual signup
2. Once logged in, you should see an icon for your bot. Click on it to go to the bot's overview page.

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

3. On the overview page, you will see several tabs. Click on "Settings" -> "Team Members".

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

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

There you will see a section as shown below:

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

Click on "**Add Member**" on the right side.

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

Enter the email of your team member that you wish to add. Check the box "**Live Agent**" of you wish to give them Live Chat permissions as well, read more about Live Chat [*here*](/docs/product-guides/setting-up-live-chat.md)

That's it! You have successfully invited your team to collaborate on your bot.&#x20;

They will receive an email with instructions on how to join and start working on the bot with you.

{% hint style="info" %} <mark style="color:yellow;">**Note:**</mark> You don't need to be the owner of a Chat-Bot, to invite new members to operate it.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://orimon.gitbook.io/docs/fundamentals/inviting-members.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
