# CONCEPTS & EXAMPLES

- [Concepts](https://docs.scorable.ai/concepts-and-examples/usage.md)
- [Models](https://docs.scorable.ai/concepts-and-examples/usage/models.md)
- [Objectives](https://docs.scorable.ai/concepts-and-examples/usage/objectives.md)
- [Evaluators](https://docs.scorable.ai/concepts-and-examples/usage/evaluators.md)
- [Import and Export](https://docs.scorable.ai/concepts-and-examples/usage/evaluators/evaluator-portability.md)
- [Judges](https://docs.scorable.ai/concepts-and-examples/usage/judges.md)
- [Prompt Testing](https://docs.scorable.ai/concepts-and-examples/usage/prompt-testing.md)
- [Monitoring & Insights](https://docs.scorable.ai/concepts-and-examples/usage/monitoring-and-insights.md): Scorable Monitoring View Features
- [Execution, Auditability and Versioning](https://docs.scorable.ai/concepts-and-examples/usage/execution-auditability-and-versioning.md)
- [Access Controls & Roles](https://docs.scorable.ai/concepts-and-examples/usage/access-controls-and-roles.md)
- [Lifecycle Management](https://docs.scorable.ai/concepts-and-examples/usage/lifecycle-management.md)
- [Examples](https://docs.scorable.ai/concepts-and-examples/cookbooks.md): Advanced use cases and common recipes
- [Common Workflows](https://docs.scorable.ai/concepts-and-examples/cookbooks/common-workflows.md)
- [Use a Judge](https://docs.scorable.ai/concepts-and-examples/cookbooks/use-a-judge.md)
- [Add a custom evaluator](https://docs.scorable.ai/concepts-and-examples/cookbooks/add-a-custom-evaluator.md)
- [Add a calibration test set](https://docs.scorable.ai/concepts-and-examples/cookbooks/add-a-custom-evaluator/add-a-calibration-set.md)
- [Evaluate an LLM response](https://docs.scorable.ai/concepts-and-examples/cookbooks/evaluate-an-llm-response.md)
- [Evaluate a multi-turn chatbot conversation](https://docs.scorable.ai/concepts-and-examples/cookbooks/evaluate-chatbot-conversation.md)
- [RAG evaluation](https://docs.scorable.ai/concepts-and-examples/cookbooks/rag-evaluation.md)
- [Connect a model](https://docs.scorable.ai/concepts-and-examples/cookbooks/connect-a-model.md)
- [Run batch evaluations](https://docs.scorable.ai/concepts-and-examples/cookbooks/batch-evaluation.md)
- [Comprehensively Test Your LLM Code](https://docs.scorable.ai/concepts-and-examples/cookbooks/comprehensive-testing-framework.md)
- [Find the best prompt and model](https://docs.scorable.ai/concepts-and-examples/cookbooks/find-the-best-prompt-and-model.md)
- [OTEL Trace Evaluation via CLI](https://docs.scorable.ai/concepts-and-examples/cookbooks/otel-evaluation-via-cli.md): Ingest traces from your LLM application and auto-evaluate them with Scorable, end-to-end via the CLI.
- [CLI](https://docs.scorable.ai/concepts-and-examples/cookbooks/cli.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.scorable.ai/concepts-and-examples.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.
