# Advanced Concepts

- [Adding Custom Embeddings](https://legacy-docs.aquariumlearning.com/aquarium/concepts/adding-custom-embeddings.md): Add custom embeddings to your uploads
- [Dataset Checkpoints](https://legacy-docs.aquariumlearning.com/aquarium/concepts/dataset-checkpoints.md): Use checkpoints to manage versions of your dataset over time and measure the impact of improving data quality or acquiring new data.
- [Collection Campaign Classifier](https://legacy-docs.aquariumlearning.com/aquarium/concepts/collection-campaign-classifier.md)
- [Embeddings](https://legacy-docs.aquariumlearning.com/aquarium/concepts/embeddings.md)
- [URL formatting](https://legacy-docs.aquariumlearning.com/aquarium/concepts/url-formatting.md)
- [Metrics Methodology](https://legacy-docs.aquariumlearning.com/aquarium/concepts/metrics-methodology.md)
- [Complex Label Class Maps](https://legacy-docs.aquariumlearning.com/aquarium/concepts/complex-label-class-maps.md)
- [Webhooks](https://legacy-docs.aquariumlearning.com/aquarium/concepts/webhooks.md): How to use Aquarium webhooks to communicate with your own services, including automating labeling service integrations.
- [Integrating with Labeling Using Webhooks](https://legacy-docs.aquariumlearning.com/aquarium/concepts/webhooks/integrating-with-labeling-using-webhooks.md)
- [Custom Metrics](https://legacy-docs.aquariumlearning.com/aquarium/concepts/custom-metrics.md)
- [Stratified Metrics](https://legacy-docs.aquariumlearning.com/aquarium/concepts/custom-metrics/stratified-metrics.md)
- [Troubleshooting](https://legacy-docs.aquariumlearning.com/aquarium/concepts/troubleshooting.md): Common error messages you may see and how to resolve them
- [Troubleshooting Common Web Issues](https://legacy-docs.aquariumlearning.com/aquarium/concepts/troubleshooting/troubleshooting-common-issues.md)


---

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