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

# ┃Community Guide

### What is Thinkin DAO?

DAO is another feature that Thinkin offers to help you engage with your community in new and exciting ways. With this feature, you can create a transparent wallet for your DAO by minting an NFT, reward your contributors, and engage with them in a more meaningful way. DAO wallet is another feature that Thinkin offers to help you engage with your community in new and exciting ways. With this feature, you can create a transparent wallet for your DAO by minting an NFT, reward your contributors, and engage with them in a more meaningful way.

### &#x20;How to create DAO?

**Step 1.** Connect your wallet with the Thinkin platform first, then click Create DAO in the top left corner.

<figure><img src="/files/OWmGwTAAc0vZfLsNrKJJ" alt="" width="375"><figcaption></figcaption></figure>

**Step 2.** Fill in the information.

<figure><img src="/files/tpaHg7HtLqFPOpJrZvpy" alt="" width="375"><figcaption></figcaption></figure>

\* mark is required to create DAO

* Name of DAO - Enter the desired DAO community name
* Description of DAO - A brief description of DAO
* Profile image, Link of Dao are optional and can be edited.

**Step 3.** Choose your community type

* Public - Anyone can view and anyone can participate
* Private - Only users accepted by the administrator can participate
* Dao contributors can add administrator wallets other than themselves

<figure><img src="/files/Yx7VlbkXc3LoY9ai30jd" alt="" width="375"><figcaption></figcaption></figure>

**Step 4.** Fill in the information about Main menu and Rule of DAO.&#x20;

* Main menu - Set the desired board name (can be modified later)
* Rules of DAO - Set Dao rules (can be modified later)

<figure><img src="/files/XebyOM52mg9sxSaeCAUF" alt="" width="383"><figcaption></figcaption></figure>

<figure><img src="/files/045KVEjiYXRg8S9mrL7g" alt="" width="402"><figcaption></figcaption></figure>

**Step 5.** Fill in FAQ, Tag of DAO and SNS of DAO field.

* FAQ - Register frequently asked questions from the community (can be modified later)
* Tag of DAO - DAO setting for each type of figure (can be modified later)
* SNS of DAO - Register SNS accounts related to Dao (can be modified later)

<figure><img src="/files/42kIlHqipdSpOPSrfOTs" alt=""><figcaption></figcaption></figure>

Step 6. Set Region of the DAO.

* Region - Applicable regional settings

\*If you have checked and completed the important part, DAO will be created when you click Create DAO<br>

<figure><img src="/files/BWrIZ4C0bpE4b4YyvQZj" alt="" width="375"><figcaption></figcaption></figure>

### How to post on Dao

**Step 1.** Sign up for the desired DAO first

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

**Step 2.** Click Post Now within Dao

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

**Step 3.** After writing the desired title and article, click Post Now to publish

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


---

# 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://thinkin.gitbook.io/thinkin/get-started/community-guide.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.
