> For the complete documentation index, see [llms.txt](https://questn.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://questn.gitbook.io/docs/getting-started/create-a-community.md).

# Community

## Step 1 - Create Your Community

Go to <https://community.questn.com/> and connect your wallet, fill in your community name and unique URL

<figure><img src="/files/TUbf2ENbh5DTA9tGjAv9" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="warning" %}
**Note: The URL cannot be changed nor re-claim, but official community can receive a verification badge**
{% endhint %}

## Step 2 - Edit Your Community Details

Click `Setting` or jump to <https://community.questn.com/settings> to edit your community details including logo, name and fill in the website and social media info.

<figure><img src="/files/D2wOPCo9CyMH4W0CSaTp" alt="" width="563"><figcaption></figcaption></figure>

## Step 3 - Manage Admins

In [QuestN-Access](https://community.questn.com/access) page, click Add Role in the top right corner and you may set an address as admin or reviewer to help you manage your community.

<figure><img src="/files/0pVzrWFrbQovfjhYz9Ey" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
Pro tip to get verified, in case you don’t know:

* Project logo must be set
* Select your community region
* Link the project’s official Twitter/Discord account to the community
* Link an Email address
  {% endhint %}

{% tabs %}
{% tab title="Admin Role" %}
Able to publish quest, event and manage, change setting of the community
{% endtab %}

{% tab title="Reviewer Role" %}
Only able to review Proof of Work Entry
{% endtab %}
{% endtabs %}


---

# 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://questn.gitbook.io/docs/getting-started/create-a-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.
