# Developers

- [Overview](https://doc.m-safe.io/aptos/developers/overview.md)
- [System](https://doc.m-safe.io/aptos/developers/system.md)
- [Auth-key & Multi-Ed25519](https://doc.m-safe.io/aptos/developers/system/auth-key-and-multi-ed25519.md)
- [Backend Walk Through](https://doc.m-safe.io/aptos/developers/system/backend-walk-through.md)
- [MSafe Contracts](https://doc.m-safe.io/aptos/developers/system/msafe-contracts.md)
- [Interactive CLI](https://doc.m-safe.io/aptos/developers/interactive-cli.md)
- [Installation](https://doc.m-safe.io/aptos/developers/interactive-cli/installation.md)
- [CLI arguments](https://doc.m-safe.io/aptos/developers/interactive-cli/cli-arguments.md)
- [Register and View](https://doc.m-safe.io/aptos/developers/interactive-cli/register-and-view.md)
- [Create a MSafe Wallet](https://doc.m-safe.io/aptos/developers/interactive-cli/create-a-msafe-wallet.md)
- [Approve / execute a transaction](https://doc.m-safe.io/aptos/developers/interactive-cli/approve-execute-a-transaction.md)
- [Transfer Coin](https://doc.m-safe.io/aptos/developers/interactive-cli/transfer-coin.md)
- [Smart Contract | Module Publish](https://doc.m-safe.io/aptos/developers/interactive-cli/smart-contract-or-module-publish.md)
- [Entry Function](https://doc.m-safe.io/aptos/developers/interactive-cli/entry-function.md)
- [Reject a transaction](https://doc.m-safe.io/aptos/developers/interactive-cli/reject-a-transaction.md)
- [Migration from MSafe 1.0 to MSafe 2.0](https://doc.m-safe.io/aptos/developers/interactive-cli/migration-from-msafe-1.0-to-msafe-2.0.md): This guide is for using MSafe Cli to migrate your MSafe 1.0 multisig to MSafe 2.0
- [SDK](https://doc.m-safe.io/aptos/developers/sdk.md)
- [Smart Contract | Deploy a MOVE Module](https://doc.m-safe.io/aptos/developers/sdk/smart-contract-or-deploy-a-move-module.md)
- [Call An Entry Function](https://doc.m-safe.io/aptos/developers/sdk/call-an-entry-function.md)
- [Integrate with MSafe (DAPP)](https://doc.m-safe.io/aptos/developers/integrate-with-msafe-dapp.md)
- [FAQ](https://doc.m-safe.io/aptos/developers/integrate-with-msafe-dapp/faq.md)
- [Move Module Publish](https://doc.m-safe.io/aptos/developers/move-module-publish.md): Publish move modules with MSafe multi-sig protection


---

# 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/aptos/developers.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.
