> For the complete documentation index, see [llms.txt](https://docs.vultisig.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vultisig.com/help-and-legal.md).

# Help & Legal

- [FAQ](https://docs.vultisig.com/help-and-legal/faq.md): Frequently asked questions about Vultisig. Common questions about vaults, backups, transactions, and troubleshooting.
- [Vultisig Bot](https://docs.vultisig.com/help-and-legal/vultisig-bot.md): Vultisig Telegram bot for airdrop registration. Track vault balances, join the VULT token airdrop, and monitor your position.
- [Security](https://docs.vultisig.com/help-and-legal/security.md): Vultisig security practices, audits, and bug bounty program. Independent security assessments and responsible disclosure.
- [Privacy](https://docs.vultisig.com/help-and-legal/privacy.md): Vultisig privacy policy. How user data is collected, used, and protected. Commitment to user privacy and data minimization.
- [Terms of Use](https://docs.vultisig.com/help-and-legal/terms.md): Vultisig terms of use. Legal agreement governing use of Vultisig applications and services.
- [License](https://docs.vultisig.com/help-and-legal/license.md): STMF License for Vultisig software. Open source license terms governing use, modification, and distribution.
- [MiCAR White Paper](https://docs.vultisig.com/help-and-legal/micar-white-paper.md): MiCAR regulatory compliance white paper. EU Markets in Crypto-Assets Regulation compliance documentation for Vultisig.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.vultisig.com/help-and-legal.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
