> For the complete documentation index, see [llms.txt](https://docs.loci-dev.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.loci-dev.net/loci-inspector.md).

# LOCI Inspector

LOCI Inspector is a centralized hub for exploring execution-aware insights across your projects. It allows you to understand the impact of code changes on performance, correctness, and resource usage without running the software in production.

With LOCI Inspector, you can:

* **Visualize** function-level performance and resource usage across versions
* **Explore** call graphs and execution paths to quickly identify hotspots
* **Drill down** into pull request changes with actionable insights
* **Compare** versions and track regressions over time

The visualizations in LOCI Inspector make it easy to identify issues, optimize performance, and make confident decisions throughout the development lifecycle.


---

# 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:

```
GET https://docs.loci-dev.net/loci-inspector.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.
