# Datasets

- [Registering in Batches](https://docs.maniac.ai/datasets/registering-in-batches.md): Adding pre-existing data to a container.
- [Building New Agents](https://docs.maniac.ai/datasets/building-new-agents.md): Register inputs for a new agent and let Maniac bootstrap completions and build a model.
- [Upload Datasets](https://docs.maniac.ai/datasets/upload-datasets.md): Adding pre-existing data to a container.
- [Using the Datasets Feature](https://docs.maniac.ai/datasets/using-the-datasets-feature.md): Deriving datasets from your inference logs.
- [Authentication](https://docs.maniac.ai/datasets/authentication.md)
- [Quick Start](https://docs.maniac.ai/datasets/quickstart.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://docs.maniac.ai/datasets.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.
