# Monica Documentation

## Monica Documentation

- [Welcome to Monica](https://docs.monicahq.com/readme.md)
- [Meet Monica](https://docs.monicahq.com/getting-started/readme-1.md)
- [Accounts](https://docs.monicahq.com/getting-started/accounts.md)
- [Introduction](https://docs.monicahq.com/vaults/introduction.md)
- [Customizing a vault](https://docs.monicahq.com/vaults/dashboard.md)
- [Dashboard](https://docs.monicahq.com/vaults/dashboard-1.md)
- [Journals](https://docs.monicahq.com/vaults/journals.md)
- [Introduction](https://docs.monicahq.com/user-and-account-settings/introduction.md)
- [Manage currencies](https://docs.monicahq.com/user-and-account-settings/manage-currencies.md)
- [Notification channels](https://docs.monicahq.com/user-and-account-settings/notification-channels.md)
- [Manage users](https://docs.monicahq.com/user-and-account-settings/manage-users.md)
- [Manage preferences](https://docs.monicahq.com/user-and-account-settings/manage-preferences.md)
- [Manage templates](https://docs.monicahq.com/user-and-account-settings/manage-templates.md)
- [Account deletion](https://docs.monicahq.com/user-and-account-settings/account-deletion.md)
- [Setup local development](https://docs.monicahq.com/developers/setup-local-development.md)
- [Docker](https://docs.monicahq.com/developers/docker.md)
- [Contribution guide](https://docs.monicahq.com/developers/contribution-guide.md)
- [Setup Telegram](https://docs.monicahq.com/developers/setup-telegram.md)
- [Translation](https://docs.monicahq.com/developers/translation.md): How we manage translation (or i18n) in the app


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.monicahq.com/readme.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.
