# Create a proposal account

Proposal accounts are typically created in a contract by calling a multi-signature contract across contracts.&#x20;

The actual business logic of the multi-sig interface is not executed when the proposal account is created. After the proposal account is created, the proposal has to be signed by voting using the signature account (singers) defined by the multi-signature account.&#x20;

The real multi-signature interface business logic is not executed until the signature account threshold is reached. The user who creates the proposal become, the proposal initiator.&#x20;

The content of the proposal is defined by the contract developer.


---

# 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.put.com/library/put-multi-sign-program/operation-overview/create-a-proposal-account.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.
