# Organization and Teams

&#x20;The Organization and Teams feature in GenAI Stack allows you to manage and collaborate with your team efficiently. This guide provides step-by-step instructions on setting up your organization, creating teams, and inviting team members.

**Steps to Create an Organization:**

1. **Access the Organization Section:**
   * Navigate to the "Organization" option on the main page of your GenAI Stack site.
2. **Create a New Organization:**

&#x20;      Click on the "Create Organization" button.

* **Organization Name:** The name of your organization will be pre-filled, but you can update it if needed.
* **Organization ID:** This will also be pre-filled for you.

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

**Steps to Create a Team:**

1. **Access the Teams Section:**

   * Navigate to the "My Teams" option on the main page of your GenAI Stack site.

   <figure><img src="/files/06hfVKId6WF15rJp9xLa" alt=""><figcaption></figcaption></figure>
2. **Create a New Team:**

* Click on the "Create New Team" button.
* **Team Name:** Enter the name of your team.
* **Invite Team Members:** Add the email IDs of the team members you want to invite.
* Click on the "Invite" button to send invitations to your team members.

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

* Choose the role of each invitee from a dropdown menu: **Editor** or **Viewer**.

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

**Invitation Flow**

* Once you send an invitation, team members will receive an email with a link to join the team.
* They can click on the link in the email to accept the invitation and join your team.

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

**Switch Organization Feature**

* If you are part of multiple organizations, you can easily switch between them.
* Navigate to the "Organization" section and select the organization you want to switch to from the list.

The Organization and Teams feature in GenAI Stack is designed to streamline team management and collaboration. By following the steps above, you can effectively set up your organization, create teams, and invite members, ensuring everyone has the necessary access and resources to work efficiently within the GenAI Stack


---

# 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.aiplanet.com/genai-stack-1/quickstart/organization-and-teams.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.
