# Create Proposal⭐️

Proposal is needed so that DAO managers can make an offchain poll based on ownership of a particular token. It can be GT, LP or any other token.&#x20;

To create a Proposal:

1\) Click Create Proposal on the Manage page in your DAO;

2\) Specify the title and description of the vote;

3\) Select the voting option, Single Choice - only one answer choice is possible or Multiple Choice - more than one answer choice is possible;

4\) Specify the answer choices;

5\) Specify Voting Token Address - the owners of this token will be able to participate in Proposal. It can be GT, LP or any other token. The weight of the vote will depend on the number of tokens on the user's balance;

6\) Specify the start and end dates of the vote;

7\) Click Create Proposal. Once the vote is created and activated, the Proposal will appear in the DAO community section of the Activity page in your DAO.

{% hint style="success" %}
**Join XDAO club:**

📲 **TG Global**: [**https://t.me/xdao\_eng**](https://t.me/xdao_eng)

📲 **TG Announcement**: [**https://t.me/xdaoapp**](https://t.me/xdaoapp)

📲 **Twitter**: [**https://twitter.com/xdaoapp** ](https://twitter.com/xdaoapp)

📲 **YouTube**: [**https://www.youtube.com/c/xdaoapp**](https://www.youtube.com/c/xdaoapp)

📲 **Medium**: [**https://blog.xdao.app/**](https://blog.xdao.app/)

📲 **GitHub**:[ **https://github.com/XDAO-App**](https://github.com/XDAO-App)

📲 **Instagram**:[ **https://www.instagram.com/xdaoapp**](https://www.instagram.com/xdaoapp)

**📲 Discord**: [**https://discord.gg/xdaoapp**](https://discord.gg/xdaoapp)
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.xdao.app/guides-for-gt/dao-page/manage/dao-community/create-proposal.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
