> For the complete documentation index, see [llms.txt](https://docs.onboard.dev/onboard/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.onboard.dev/onboard/for-community-admins/creating-your-community.md).

# Creating Your Community

### <mark style="color:purple;">**Create your community on Onboard with just three simple steps:**</mark>

<figure><img src="/files/ueCkQZHOHRi9P0PazTEl" alt=""><figcaption><p>Create your community page</p></figcaption></figure>

1. Hover over your username on the top right corner and click “Create Community”
2. Fill in your community’s name, region, description and category. If you can't find your desired category, simply select "Others"
3. Upload a profile picture and click “Next”
4. Your community has been created!

{% hint style="success" %}
📣 New Feature Announcement: Private Communities on Onboard!

We're excited to announce a highly-requested update: the ability to create ✨private communities! ✨
{% endhint %}

Now, community creators can <mark style="color:orange;">**establish private communities**</mark> that requires admin approval for member access. This means enhanced control over participating members, allowing you to curate a more exclusive environment, perfect for <mark style="color:orange;">**student clubs and invite-only communities!**</mark>&#x20;

<figure><img src="/files/Z8GvXrxAh66FtobpaziR" alt=""><figcaption><p>Creating a private community on onboard.dev</p></figcaption></figure>

***

{% hint style="info" %}
Remember to connect your community's Discord server and Twitter accounts to enable the creation of Discord & Twitter related quests!&#x20;
{% endhint %}

### <mark style="color:purple;">**To connect your community's Discord & Twitter accounts:**</mark>&#x20;

<figure><img src="/files/IoDrdC0olakxpBajlsZn" alt=""><figcaption><p>Connect your community's Discord &#x26; Twitter accounts</p></figcaption></figure>

1. Click into your community page and click "Admin Settings"
2. Click "General" and look under "Social Links"
3. Copy & paste your Discord server's URL
4. Click "Link Twitter" to link your community's Twitter page

You are now ready to start creating quests!&#x20;


---

# 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.onboard.dev/onboard/for-community-admins/creating-your-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.
