> For the complete documentation index, see [llms.txt](https://legacy-docs.aquariumlearning.com/aquarium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium.md).

# Working In Aquarium

- [Managing Projects](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/managing-projects.md)
- [Viewing Your Dataset](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/exploring-your-dataset.md): Overview of the different views within Aquarium
- [Analyzing Your Metadata](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/analyzing-your-metadata.md): Use the Analysis View to quickly summarize your dataset across multiple metadata dimensions.
- [Querying Your Dataset](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/querying-your-dataset.md): Use the Query Bar to slice and dice your frames, labels and inferences by metadata and model performance.
- [Organizing Your Data](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/organizing-your-data.md): Organize your data using Aquarium Segments
- [Inspecting Model Performance](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/inspecting-model-performance.md): Understanding your model performance and how to analyze them through the Model Metrics View
- [Analyzing Model Inferences](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/analyzing-model-inferences.md)
- [Finding Similar Elements Within a Dataset](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/finding-similar-elements-within-a-dataset.md)
- [Comparing Models](https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium/comparing-models.md)


---

# 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:

```
GET https://legacy-docs.aquariumlearning.com/aquarium/working-in-aquarium.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.
