> For the complete documentation index, see [llms.txt](https://docs.alkemi.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.alkemi.ai/documentation/basics/organizations.md).

# Organizations

Creating an organization in Alkemi allows you to collaborate seamlessly with your co-workers on data projects and reports. By setting up an organization, you can invite team members, assign roles, and securely collaborate with data within a centralized workspace.

## Inviting Members to Your Organization

{% stepper %}
{% step %}

### Navigate to your organization invitations page

Go to <https://datalab.alkemi.ai/settings/organization/invitations> to invite your team members

{% hint style="info" %}
You can also get here by click on the Members item in settings menu from DataLab then selecting the Invitations tab.
{% endhint %}

<figure><img src="/files/EPdBY0c4K03vL4VgOKcE" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click the “+Invitation” button

<figure><img src="/files/nBoOR8rZMinDtsPsjq76" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fill in your team members email address and select their role

<figure><img src="/files/OGtUYnz2tEWKjvZFJanu" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click “Send Invitation”

{% endstep %}
{% endstepper %}


---

# 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:

```
GET https://docs.alkemi.ai/documentation/basics/organizations.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.
