# Quickstart Guides

## Overview

These quickstart guides are aimed to be a template and example of how you can load your data into Aquarium.&#x20;

These quickstarts will walk you through:

* Getting data into Aquarium
  * Creating projects
  * Uploading labeled data
  * Uploading model inferences
* Full example ingestion scripts

At the end, you should be equipped to start with Aquarium! For further guidance, advanced cases, and more examples, check out our [Ingesting Data](/aquarium/integrating-with-aquarium/uploading-data.md) section of the docs.


---

# 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/quickstart-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.
