# Use Cases

- [Design and write code more efficiently by understanding the system flows](https://docs.digma.ai/digma-developer-guide/use-cases/understand-the-application-flows-better-for-faster-development.md): Code usage analytics can be critical to understand how the code works and roll out changes faster and without issues.
- [Get early feedback on bottlenecks and code issues](https://docs.digma.ai/digma-developer-guide/use-cases/get-early-feedback-on-bottlenecks-and-code-issues.md): One thing that Digma tries to do is make observability proactive. This means that if there are any issues you shouldn't encounter them when it's already late in the dev/release process
- [Prioritize Technical Debt](https://docs.digma.ai/digma-developer-guide/use-cases/prioritize-technical-debt.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.digma.ai/digma-developer-guide/use-cases.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.
