# Create a multi-signature account

A new multi-sig account is created by using the create-multi-sig instruction.&#x20;

The multi-sig account is used in the multi-sig interface to verify the signatures required by the multi-sig account, and the business logic of the multi-sig interface can be executed only after the verification is passed.


---

# 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-multi-signature-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.
