# Use Case Guide

- [Set-up](https://rembrandt.gitbook.io/docs/use-case-guide/set-up.md): This tutorial will guide you through an example in Rembrandt.
- [Use Case: Resources](https://rembrandt.gitbook.io/docs/use-case-guide/use-case-resources.md): In this step of the use case guide, the resource types and instances included in the use case are explored.
- [Use Case: Optimization](https://rembrandt.gitbook.io/docs/use-case-guide/use-case-optimization.md): In this step of the use case, tours will be generated from parcels and deliverers will be assigned to tours.
- [Use Case: Allocation](https://rembrandt.gitbook.io/docs/use-case-guide/use-case-allocation.md): In this final step of the tutorial, the actual optimized resource allocation takes place.


---

# 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://rembrandt.gitbook.io/docs/use-case-guide.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.
