# GUIDES

- [A Guide on What to do After Your Funds Have Been Stolen](https://docs.veritasprotocol.com/guides/a-guide-on-what-to-do-after-your-funds-have-been-stolen.md)
- [Security Audit Checklist for Account Abstraction Wallets](https://docs.veritasprotocol.com/guides/security-audit-checklist-for-account-abstraction-wallets.md): A baseline checklist for auditing account abstraction wallets implemented based on the EIP4337 standard
- [Upgrade to Public Blockchain Security Audit Guide](https://docs.veritasprotocol.com/guides/upgrade-to-public-blockchain-security-audit-guide.md)
- [Security Guide for Securing X (Twitter) Account](https://docs.veritasprotocol.com/guides/security-guide-for-securing-x-twitter-account.md)
- [Navigating Wallet Types and Risks](https://docs.veritasprotocol.com/guides/navigating-wallet-types-and-risks.md)
- [The Dark Forest Manual Guide](https://docs.veritasprotocol.com/guides/the-dark-forest-manual-guide.md): Master the security of your cryptocurrency
- [Understanding Known-Plaintext Attacks and How to Prevent Them](https://docs.veritasprotocol.com/guides/understanding-known-plaintext-attacks-and-how-to-prevent-them.md)


---

# 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.veritasprotocol.com/guides.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.
