# How to create a proposal

To create a new proposal, go to the appropriate section of the **Governance** interface.

![](/files/W5fy30Ve3Wwn4NU2ThSn)

Here you need to fill in several fields:

* **Title** - the name of the proposal.
* **Discussion link** - link to the page (github, forum, etc.) dedicated to the discussion of the proposal.
* **Description** - a description of the proposal: its essence and usefulness for the network.

After filling in the appropriate fields, you can **add actions** (smart contracts)that will be performed by this proposal - this could be adding a new token, supporting a new network, etc.

Fill in all relevant fields and click **Submit**.

![](/files/abilAW1ooN9SKhNMeapR)

After that, you need to deploy the appropriate contracts in both networks - just click on the buttons that appear, Octus Bridge will perform all the necessary actions automatically. After going through all the steps, click **Save**.

![](/files/HuzCtPgh35uWyX0pAQkW)

When you have added all the required actions, click **Publish proposal** to submit it for consideration.

![](/files/K6QLNS47tjobLO77H3Rz)


---

# 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.octusbridge.io/use/governance/create-proposals/how-to/how-to-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.
