# Proposal

Proposal is the key element of the voting system. It presents a change suggestion related to a specific organization and enables eligible users to cast their vote.

A specific [voting system](/asigna/votico/quickstart/voting/voting-types.md) can be selected individually for each proposal.&#x20;

Each user's eligibility to vote on the project is determined by [voting strategies](/asigna/votico/quickstart/voting.md#voting-strategies) selected in the project settings.

{% hint style="info" %}
When you create a proposal by default the **snapshot block number** will be populated with the latest block synced from our node.
{% endhint %}

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

### Who can create a proposal? <a href="#who-can-create-a-proposal" id="who-can-create-a-proposal"></a>

Admins, authors, and users who are eligible according to the proposal validation defined in the project settings.

{% hint style="info" %}
Each user has a limit on the number of proposals that can be created: **5 proposals in a month**.
{% 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://asigna.gitbook.io/asigna/votico/quickstart/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.
