> For the complete documentation index, see [llms.txt](https://docs.cloozo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloozo.com/product-guides/inviting-external-users.md).

# Inviting external users

As an admin, you can invite external users to your workspaces. This means you can now bring in collaborators, partners, or clients to join you in creating and managing chatbots. With this new feature, teamwork is just a few clicks away!

**Empower Your Users**

Every invited user gets the autonomy to self-manage their activities within the workspace. They can create their own chatbots, generate the code and embed on their web pages.

**Control Your Workspace**

We understand the importance of maintaining order and efficiency. That's why we've included an option for admins to set a chatbot limit for each user. This ensures that you can manage resources effectively and keep your workspace organized.

{% embed url="<https://www.youtube.com/watch?v=0CQLnz3tpK4>" %}

**Getting Started Is Easy**

1 Log into your admin dashboard.

2 Navigate to the 'Invite users' section.

3 Enter the email addresses of the users you'd like to invite.

4 Set the chatbot limit for each user, if desired.

5 Hit ‘Send Invite’ and you’re all set!

Your invitees will receive an email with instructions on how to join your workspace. Once they accept the invitation, they'll be up and running in no time.


---

# 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://docs.cloozo.com/product-guides/inviting-external-users.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.
