# Maniac Docs

## Product Docs

- [Maniac: Continually optimizing models from your LLM telemetry and evals.](https://docs.maniac.ai/getting-started/readme.md)
- [Agent Setup](https://docs.maniac.ai/getting-started/agent-setup.md)
- [Maniac: Continually optimizing models from your LLM telemetry and evals.](https://docs.maniac.ai/getting-started/readme-1.md)
- [Copy of Maniac: Continually optimizing models from your LLM telemetry and evals.](https://docs.maniac.ai/getting-started/readme-2.md)
- [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)
- [Creating Evaluations](https://docs.maniac.ai/evaluations/creating-evaluations.md): Code and judge evals for your Maniac models.
- [Supported Models](https://docs.maniac.ai/optimization/supported-models.md): Base and frontier models supported by Maniac for optimization and evaluation.
- [Chat](https://docs.maniac.ai/api-reference/chat.md)
- [RLM](https://docs.maniac.ai/api-reference/rlm.md)
- [Traces](https://docs.maniac.ai/api-reference/traces.md)
- [Containers](https://docs.maniac.ai/api-reference/containers.md)
- [Files](https://docs.maniac.ai/api-reference/files.md)
- [Models](https://docs.maniac.ai/api-reference/models.md)
- [Evaluation](https://docs.maniac.ai/api-reference/evaluation.md)
- [Datasets](https://docs.maniac.ai/api-reference/datasets.md)
- [Optimization](https://docs.maniac.ai/api-reference/optimization.md)
- [Health](https://docs.maniac.ai/api-reference/health.md)
- [Models](https://docs.maniac.ai/api-reference/models-1.md)
- [REST API](https://docs.maniac.ai/api-reference/rest-api.md): The Maniac API provides openai compatible inference endpoints for interacting with both frontier models and your custom models. This reference details the available endpoints.
- [Vercel AI SDK](https://docs.maniac.ai/examples/vercel-ai-sdk.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.maniac.ai/getting-started/readme.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.
