# Plain Transaction

Propose your plain transaction with MSafe multisig protection.

To use Plain Transaction, you need to input the payload of your transaction in the box. Click on the bottom right corner, and we will generate a demo payload for you. Executing this demo payload will transfer 0.01 Sui to the specified address.

The following code snippet at the bottom of the page will help you understand and generate your transaction payload.

{% file src="/files/osKLFEvNc4Mt0Z8VoX4J" %}


---

# 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://doc.m-safe.io/sui/app-store/plain-transaction.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.
