> 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/initial-setup-guide.md).

# 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
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/initial-setup-guide.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.
