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

# Platform Guides

- [Getting Started](https://docs.brava.finance/platform/getting-started.md): Connect custody, fund a workspace, then build and allocate a strategy.
- [Workspaces](https://docs.brava.finance/platform/workspaces.md): Understand custody, capital, settings, and workspace scope.
- [Workspace Permissions](https://docs.brava.finance/platform/workspace-permissions.md): Who may propose, approve, and sign within a workspace.
- [Portfolio](https://docs.brava.finance/platform/portfolio.md): View your workspace’s capital, performance, and activity.
- [Strategies](https://docs.brava.finance/platform/strategies.md): Build holdings and move capital within a workspace.
- [Transaction Types](https://docs.brava.finance/platform/transaction-types.md): Learn the instructions Brava executes and records.
- [Alerts & Notifications](https://docs.brava.finance/platform/alerts-and-notifications.md): Learn how Brava reports transaction, recommendation, and risk events.
- [Transaction History](https://docs.brava.finance/platform/transaction-history.md): Review every transaction made by a workspace.
- [Ask Brava](https://docs.brava.finance/platform/ask-brava.md): Ask questions about the workspace you can access.
- [Markets](https://docs.brava.finance/platform/markets.md): Draft: review pools before adding them to a strategy.
- [Reports](https://docs.brava.finance/platform/reports.md): Draft: export workspace activity and position.
- [Agents and Mandates](https://docs.brava.finance/platform/agents-and-mandates.md): Draft: how agents propose within defined mandates.


---

# 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.brava.finance/platform.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.
