# Static Analysis

- [Static analysis project information](https://docs.lsdrevamped.net/lsd-de-research/static-analysis/static-analysis-project-information.md): Describes the goal and owner of the static analysis project.
- [Static analysis findings](https://docs.lsdrevamped.net/lsd-de-research/static-analysis/static-analysis-findings.md): This is an overview of our current findings in the static analysis project. To be organised later on when we have more information.
- [File formats](https://docs.lsdrevamped.net/lsd-de-research/static-analysis/file-formats.md): This page gives a description of the file formats that LSD: Dream Emulator uses. Common PSX formats like TIM, TMD, and TOD are not described as they are already well known.


---

# 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.lsdrevamped.net/lsd-de-research/static-analysis.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.
