# Use cases

- [Searching](https://docs.blocktorch.xyz/use-cases/searching.md)
- [Logs](https://docs.blocktorch.xyz/use-cases/searching/logs.md)
- [Log Details](https://docs.blocktorch.xyz/use-cases/searching/logs/log-details.md): Click on a log to expand log details
- [Sharing search results](https://docs.blocktorch.xyz/use-cases/searching/sharing-search-results.md)
- [Monitoring](https://docs.blocktorch.xyz/use-cases/monitoring.md)
- [Building monitors](https://docs.blocktorch.xyz/use-cases/monitoring/building-monitors.md)
- [Alerting](https://docs.blocktorch.xyz/use-cases/monitoring/alerting.md)
- [Tracing](https://docs.blocktorch.xyz/use-cases/tracing.md)
- [Stack traces](https://docs.blocktorch.xyz/use-cases/tracing/stack-traces.md)
- [End-2-End Traces](https://docs.blocktorch.xyz/use-cases/tracing/end-2-end-traces.md)
- [Dashboarding](https://docs.blocktorch.xyz/use-cases/dashboarding.md): Dashboards in blocktorch offer a powerful and user-friendly interface that allows to gain insights into data quickly. With dashboards data can be visually tracked and analyzed.
- [Pre-made dashboards](https://docs.blocktorch.xyz/use-cases/dashboarding/pre-made-dashboards.md): Blocktorch aims at providing the fastest data insights into your dApp stack, so we have created a number of pre-made dashboards throughout the platform based on user feedback.
- [Custom graphs](https://docs.blocktorch.xyz/use-cases/dashboarding/custom-graphs.md)
- [Collaborating](https://docs.blocktorch.xyz/use-cases/collaborating.md)
- [Inviting others](https://docs.blocktorch.xyz/use-cases/collaborating/inviting-others.md)
- [Sharing data](https://docs.blocktorch.xyz/use-cases/collaborating/sharing-data.md)
- [Debugging](https://docs.blocktorch.xyz/use-cases/debugging.md)
- [Step debugger](https://docs.blocktorch.xyz/use-cases/debugging/step-debugger.md)
- [Benchmarking](https://docs.blocktorch.xyz/use-cases/benchmarking.md)
- [Managing incidents](https://docs.blocktorch.xyz/use-cases/managing-incidents.md)
- [Troubelshooting](https://docs.blocktorch.xyz/use-cases/managing-incidents/troubelshooting.md)
- [Post mortem](https://docs.blocktorch.xyz/use-cases/managing-incidents/post-mortem.md)
- [Predicting](https://docs.blocktorch.xyz/use-cases/predicting.md): Coming soon....Blocktorch's prediction algorithms are WIP 🔮


---

# 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.blocktorch.xyz/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.
