# 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: 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.irs.systems/ltt/documentation/ltt-gui-manual/gettingstarted/folder-structure.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.
