> For the complete documentation index, see [llms.txt](https://docs.getdor.com/dtm-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getdor.com/dtm-docs/dtm-app/organizations/create-a-new-organization.md).

# Create a new Organization

&#x20;1\. When you open the app, you will see a bottom menu bar that displays various icons. One of them is the "Organizations" icon, which allows you to view the existing organizations or add a new one.

<figure><img src="/files/ZE5Jfp7jQQUALtuKwadv" alt="" width="188"><figcaption></figcaption></figure>

2. Under the "Organization" section, you can view the list of organizations that have already been created. In case you want to create a new organization, you should search for the "+ Add organization" button. Once you click this button, you will be directed to the organization creation mode.

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

3. After initiating the addition of a new organization it's crucial that you provide accurate and comprehensive details to ensure that your organization is represented correctly within the system.

<figure><img src="/files/lQl0Qx9SteNuFn2sBjVK" alt="" width="188"><figcaption></figcaption></figure>

&#x20;4\. Once you've filled out all the required fields about your organization, click the "Submit" button to store all the information you've inputted. Consequently, your new organization will be officially incorporated into your DTM account.


---

# 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.getdor.com/dtm-docs/dtm-app/organizations/create-a-new-organization.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.
