# Getting set up

Setting up your team account, available to Enterprise plan.

<details>

<summary>Step 1: Creating your organization</summary>

1. "+ Create Team" on the top navigation bar&#x20;
2. Name your organization and confirm

</details>

<details>

<summary>Step 2: Inviting your team</summary>

1. Go to "Team Management" from the profile icon
2. Go to "Members"
3. Enter the emails of your teammates.

By default, all newly joined teammates are User. You can come back later to change their Permission level later.&#x20;

</details>

<details>

<summary>Step 3: Making your first Copilot</summary>

Follow the guide here: [making-your-first-copilot](https://docs.trycortex.ai/product-guides/making-your-first-copilot "mention")

</details>


---

# 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.trycortex.ai/fundamentals/getting-set-up.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.
