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

# Curator Console

- [Access & Overview Panel](https://curator.docs.spectra.finance/curator-console/access-and-overview-panel.md)
- [Inventory](https://curator.docs.spectra.finance/curator-console/inventory.md): A complete overview of all assets held within a selected MetaVault
- [Pool Management](https://curator.docs.spectra.finance/curator-console/pool-management.md): The Pool Management page allows curators to configure, monitor, and adjust all pools connected to a selected MetaVault.
- [Liquidity Management](https://curator.docs.spectra.finance/curator-console/liquidity-management.md): From this interface, curators can deposit, withdraw, convert, or rebalance liquidity across pools connected to the MetaVault.
- [Yield Token Management](https://curator.docs.spectra.finance/curator-console/yield-token-management.md): Full visibility and control over all active Yield Token (YT) positions and accrued rewards within a MetaVault.
- [Settlement Checkpoint](https://curator.docs.spectra.finance/curator-console/settlement-checkpoint.md): The Settlement Checkpoint page provides curators with full oversight and control over the MetaVault settlement cycle.


---

# 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://curator.docs.spectra.finance/curator-console.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.
