# Problem statement template

A simple way to begin to define specific use cases is to create [problem statements](https://en.wikipedia.org/wiki/Problem_statement). These are short descriptions of an issue that identify the gap between the current state and the desired or goal state. They should be clear and easy to understand, and based on any evidence you have collected through user research.

| Who has the problem | What is the problem | When and where does the problem occur | Why is it important to solve |
| ------------------- | ------------------- | ------------------------------------- | ---------------------------- |
|                     |                     |                                       |                              |
|                     |                     |                                       |                              |
|                     |                     |                                       |                              |


---

# 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://usecaseframework.openactive.io/appendix-five-use-case-template/problem-statement-template.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.
