> For the complete documentation index, see [llms.txt](https://docs.three.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.three.dev/getting-started.md).

# Getting Started

- [Introduction](https://docs.three.dev/getting-started/readme.md)
- [Glossary / Core Concepts](https://docs.three.dev/getting-started/glossary-and-core-concepts.md): Core terminology for three.dev — use cases, sessions, experiments, assessments, prompts, and quality metrics.
- [Quickstart: Record your requests](https://docs.three.dev/getting-started/quickstart-record-requests.md): Set up the three.dev proxy to record your LLM requests for observability and experimentation.
- [Quickstart: Run an offline experiment](https://docs.three.dev/getting-started/quickstart-run-offline-experiment.md): Create your first offline experiment — replay historical requests, review AI Judge scores, and assess a sample to reach statistical confidence.
- [Quickstart: Run a live experiment](https://docs.three.dev/getting-started/quickstart-run-live-experiment.md): Run a live experiment to test AI configuration changes on production traffic with statistical rigor.


---

# 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 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.three.dev/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.
