> For the complete documentation index, see [llms.txt](https://docs.trantor.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trantor.xyz/businesses/b-user-guide/settings/my-community.md).

# My Community

Before you proceed to create your community, please ensure to link your twitter and discord to your <[Account](/businesses/b-user-guide/settings/account.md)> first.&#x20;

You can view the list of communities you have created on this page.

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

You can create a maximum of 3 unverified communities.

> You can fill in our [application form](https://forms.gle/o3PQqeXFXqFd3Yed6) to verify your community. We will get back to you after the verification process is completed . All verified communities will be given a purple check mark to differentiate from those unverified communities.

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

Click on the <[Community](/businesses/b-user-guide/community.md)> you have created to access the **community page**.

> Check out <[Community Creation](/businesses/b-user-guide/settings/my-community/community-creation.md)> if you would like to find out more on how you can create your own community.


---

# 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.trantor.xyz/businesses/b-user-guide/settings/my-community.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.
