# Getting Started

- [Intro to Aquarium](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/master.md)
- [Key Concepts](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/key-concepts.md): Definition of terms and their associated context in Aquarium
- [Account Setup and Team Onboarding](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/account-setup-and-team-onboarding.md): How to get started with Aquarium with setup and onboarding new team members
- [Quickstart Guides](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/quickstart-guides.md): Guides to help you get started with Aquarium
- [2D Classification](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/quickstart-guides/2d-classification.md): Learn how to create an example 2D classification project using the oxford-iiit-pets dataset
- [2D Object Detection](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/quickstart-guides/2d-object-detection.md): Learn how to create an example 2D object detection project using the RarePlanes open source dataset
- [2D Semantic Segmentation](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/quickstart-guides/2d-semantic-segmentation.md): Learn how to create an example 2D semantic segmentation project using the KITTI open source dataset
- [Announcements](https://legacy-docs.aquariumlearning.com/aquarium/getting-started/announcements.md): New features, content and other Aquarium news


---

# 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://legacy-docs.aquariumlearning.com/aquarium/getting-started.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.
