> For the complete documentation index, see [llms.txt](https://docs.taloflow.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.taloflow.ai/evaluation-setup/selecting-use-cases.md).

# Selecting Use Cases

{% embed url="<https://taloflow.wistia.com/medias/rj7v0pgi14>" %}

**Step 1:** Begin by selecting a category. This will present you with a variety of use cases.

![](https://usercontent.us.prod.clueso.io/6f46ef8a-0cac-48dd-b715-7c165eddda1e/15789d3d-950b-4644-8aac-8241b15a9aea/3799e47d-aa8a-42cd-be16-edae3a76f315/images/24d79323-28ca-47d4-9179-b499a0738758.png)

**Step 2:** Understand that these use cases are essentially presets. They come with a set of features that have been assigned different priorities like critical, important, or nice to have. Each priority has its own weight.&#x20;

{% hint style="info" %}
If your assessment requires all use cases, simply select 'all' at the top. This action will select all use cases for you.
{% endhint %}

It's designed to provide a useful starting point when you start an evaluation.

![](https://usercontent.us.prod.clueso.io/6f46ef8a-0cac-48dd-b715-7c165eddda1e/15789d3d-950b-4644-8aac-8241b15a9aea/3799e47d-aa8a-42cd-be16-edae3a76f315/images/80f4bc9c-361c-4d33-8fd7-d06c60b7661e.png)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.taloflow.ai/evaluation-setup/selecting-use-cases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
