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

# Creating an Organization

{% hint style="info" %}
Only users that belongs to Terrakube administrator group can create organizations. This group is defined in the terrakube settings during deployment, for more details see [Security](/2.21.0/getting-started/security.md#administrator-group)
{% endhint %}

Click the organizations list on the main menu and then click the **Create new organization** button

![](https://3421131615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx1Ja1Osjf4KfhcMlJJom%2Fuploads%2Fgit-blob-49cb8ecb3422525ff3392f673f8dd7aee4e9ef61%2Fimage%20\(292\).png?alt=media)

Provide organization name and description and click the Create organization button

![](https://3421131615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx1Ja1Osjf4KfhcMlJJom%2Fuploads%2Fgit-blob-733e429ab3d0ec796070a0d2b4f9ce30019ac5ce%2Fimage%20\(70\).png?alt=media)

Then you will redirected to the Organization Settings page where you can define your teams, this is step is important so you can assign the permissions to users, otherwise you won't be able to create workspaces and modules inside the organization.

<figure><img src="https://3421131615-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx1Ja1Osjf4KfhcMlJJom%2Fuploads%2Fgit-blob-a95c5aa73ddbf531fcaec85e6e74b027112cfdb8%2Fimage%20(305).png?alt=media" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
In order to start using your organization you must add at least one team. Terrakube will create some [default templates](/2.21.0/user-guide/organizations/templates/default-templates.md) but you can add more based on your needs. See [Creating a Team](/2.21.0/user-guide/organizations/team-management.md#creating-a-team) and [Templates](/2.21.0/user-guide/organizations/templates.md#creating-a-template) for further information.
{% 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://docs.terrakube.io/2.21.0/user-guide/organizations/organizations.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.
