# Guides

- [Authentication](https://help.enterprise.ledger.com/api-documentation-v2/guides/authentication.md)
- [Balance Reporting Bot](https://help.enterprise.ledger.com/api-documentation-v2/guides/balance-reporting-bot.md)
- [1. Project setup](https://help.enterprise.ledger.com/api-documentation-v2/guides/balance-reporting-bot/1.-project-setup.md): Let's go step-by-step into initializing the project for this tutorial.ng bo
- [2. Connect to revault-api](https://help.enterprise.ledger.com/api-documentation-v2/guides/balance-reporting-bot/2.-connect-to-revault-api.md): This part will cover how to setup API HTTP client and authenticate as API user.
- [3. Fetch accounts balances](https://help.enterprise.ledger.com/api-documentation-v2/guides/balance-reporting-bot/3.-fetch-accounts-balances.md): Now let's focus in listing all accounts in the workspace to retrieve their balances.
- [4. Conclusion](https://help.enterprise.ledger.com/api-documentation-v2/guides/balance-reporting-bot/4.-conclusion.md)
- [Develop with AI](https://help.enterprise.ledger.com/api-documentation-v2/guides/develop-with-ai.md): ledger-enterprise-cli


---

# 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://help.enterprise.ledger.com/api-documentation-v2/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.
