# Create a Proposal

## Create <a href="#create-a-proposal" id="create-a-proposal"></a>

1. Connect with the wallet provider - make sure the connected wallet is where you hold the assets relevant to the specific project.
2. Head to the space which you wish to create your proposal for.
3. Click `New proposal` in space sidebar.
4. Fill in the following fields: \
   \- Title\
   \- Description ( 10K character limit) \
   \- Discussion link (optional)
5. Select the desired voting system, specify the possible vote options, and define the duration of your proposal. Make sure you allow enough time for users to vote.
6. Click `Publish` - and that's it! You can see your proposal in the proposals list on the project page.

## Edit or Delete

After the proposal creation a project admin or proposal author are able to edit or delete it.&#x20;

{% hint style="warning" %}
It is possible to edit a proposal only before its voting period starts.
{% endhint %}

In order to edit/delete the proposal click the three dots and choose the option.


---

# 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://votico.gitbook.io/votico/user-guides/proposal/create-a-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.
