# Initial Setup Guide

If you start a brand new LTT GUI installation for the first time **you need to perform certain setup tasks** before you can load and run a LTT TestStand sequence file.

![Main Window](/files/L5ENvo5TIBX4PO5QBFs6)

Although the GUI assists you with this task by displaying various messages, an overview of the **minimum steps needed** to run a LTT TestStand sequence file is given right here.

Each of the below steps links to the corresponding chapter in which the required action will be explained in detail. In each of those chapters a back link to this setup guide is provided, so you can easily jump between the setup guide and the individual topics.

{% hint style="warning" %}
For the first 3 steps the LTT GUI may not be open. Please close the GUI if you have it currently open.
{% endhint %}

| Step | Action                                 | Location                                                                                                                |
| ---- | -------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| 1    | Set project name                       | [Main configuration file](/ltt/documentation/ltt-gui-manual/configuration/mainconfiguration.md)                         |
| 2    | Setup drivers                          | [Module configuration file](/ltt/documentation/ltt-gui-manual/configuration/moduleconfiguration.md)                     |
| 3    | Setup DUT signals                      | [MesSy configuration file](/ltt/documentation/ltt-gui-manual/configuration/messyconfiguration.md)                       |
| 4    | Create test stations                   | [F3 - project wizard](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f3projectwizard/teststationconfiguration.md)     |
| 5    | Define DUT types                       | [F3 - project wizard](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f3projectwizard/duttypesconfiguration.md)        |
| 6    | Define test groups                     | [F3 - project wizard](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f3projectwizard/testgroupsconfiguration.md)      |
| 7    | Define / import signals                | [F3 - project wizard](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f3projectwizard/signalsdefinition.md)            |
| 8    | Define limits                          | [F5 - limit configuration](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f5limitconfiguration.md)                    |
| 9    | Define operation modes and parameters  | [TestStand sequence file](/ltt/documentation/ltt-gui-manual/teststand/operationmodes.md)                                |
| 10   | Load a TestStand sequence file         | [Main window](/ltt/documentation/ltt-gui-manual/lttgui/mainwindow/statusdisplay.md)                                     |
| 11   | Create a TCC <> operation mode mapping | [F10 - test parameter configuration](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f10testparameterconfiguration.md) |
| 12   | Assign DUTs to test stations           | [F11 - test configuration](/ltt/documentation/ltt-gui-manual/lttgui/dialogs/f11testconfiguration.md)                    |
| 13   | Start test                             | [Main window](/ltt/documentation/ltt-gui-manual/lttgui/mainwindow/toolbar.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/initial-setup-guide.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.
