# AA Use Cases

- [Session Keys](https://docs.ready.co/aa-use-cases/session-keys.md)
- [Implement session keys](https://docs.ready.co/aa-use-cases/session-keys/implement-session-keys.md)
- [Session keys with outside execution](https://docs.ready.co/aa-use-cases/session-keys/session-keys-with-outside-execution.md)
- [Demo App](https://docs.ready.co/aa-use-cases/session-keys/demo-app.md)
- [FAQ](https://docs.ready.co/aa-use-cases/session-keys/faq.md): Frequently asked questions about session keys
- [Types](https://docs.ready.co/aa-use-cases/session-keys/types.md)
- [Paymasters](https://docs.ready.co/aa-use-cases/paymasters.md): Abstract gas
- [Verifying signatures and cosigners](https://docs.ready.co/aa-use-cases/verifying-signatures-and-cosigners.md): Providing multi-signature verification support for dApps
- [Identifying a smart account onchain](https://docs.ready.co/aa-use-cases/verifying-signatures-and-cosigners/identifying-a-smart-account-onchain.md)
- [Multicalls](https://docs.ready.co/aa-use-cases/multicalls.md)
- [Outside Execution](https://docs.ready.co/aa-use-cases/outside-execution.md): Enabling meta-transactions on Starknet
- [Deploy accounts on behalf of users](https://docs.ready.co/aa-use-cases/deploy-accounts-on-behalf-of-users.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.ready.co/aa-use-cases.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.
