> For the complete documentation index, see [llms.txt](https://docs.irs.systems/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.irs.systems/ltt/documentation/ltt-gui-manual/gettingstarted/folder-structure.md).

# Folder Structure

After installation you will find a certain folder structure below your root installation folder.

![Folder Structure](/files/Zs9tpqsN19hmFbfyVIyk)

| Folder                 | Content                                                                                                             |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------- |
| 10\_LTT\_Results       | Location of the history files ([more info](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/altf10historydata.md)). |
| 20\_LTT\_Data\_Logs    | Location of various measurement data files.                                                                         |
| 30\_LTT\_Comm\_Logs    | Location of various DUT communication logs (currently not used).                                                    |
| 40\_LTT\_Sys\_Logs     | System log files.                                                                                                   |
| 50\_LTT\_SW            | The LTT GUI software + TestStand root + Configuration files.                                                        |
| 55\_LTT\_MDBS          | The measurement database system ([more info](/ltt/documentation/ltt-gui-manual/mdbs.md)).                           |
| 60\_LTT\_Action\_Logs  | See chapter about Action Logs.                                                                                      |
| 66\_LTT\_Tools         | Some tools.                                                                                                         |
| 77\_LTT\_Documentation | The LTT documentation.                                                                                              |

The **50\_LTT\_SW** folder content is like below:

| Folder          | Content                                                                                                                                                                                        |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| LTT Config      | Location of all LTT configuration files ([more info](https://github.com/irs-systems/IRS-LTT/blob/GitBook/doc/30%20User%20Documentation/documentation/ltt-gui-manual/Configuration/README.md)). |
| LTT GUI         | Location of the LTT GUI & LTT MesVis executables.                                                                                                                                              |
| LTT Limit Files | Location of all LTT limit configuration files ([more info](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f5limitconfiguration.md)).                                                         |
| LTT TS          | The TestStand root directory ([more info](/ltt/documentation/ltt-gui-manual/teststand.md)).                                                                                                    |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.irs.systems/ltt/documentation/ltt-gui-manual/gettingstarted/folder-structure.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
