# Manual

## Getting started

This manual covers all features of Model Train Script. Here is the recommended order to get up and running:

1. **Check compatibility** — Read [supported systems](https://modeltrainscript.gitbook.io/docs/manual/supported-systems) to verify your command station is supported.
2. **Configure the app** — Set up your connection and preferences in [app settings](https://modeltrainscript.gitbook.io/docs/manual/settings).
3. **Create a profile** — A [profile](https://modeltrainscript.gitbook.io/docs/manual/profile) holds all your vehicles, layout, and automation in one place.
4. **Add your vehicles** — Configure your locomotives and their functions in [vehicles](https://modeltrainscript.gitbook.io/docs/manual/vehicles).
5. **Build your layout** — Set up your track plan with turnouts, signals, and sensors in the [layout](https://modeltrainscript.gitbook.io/docs/manual/layout).
6. **Drive** — Use the [throttle](https://modeltrainscript.gitbook.io/docs/manual/throttle) to control your trains and accessories.
7. **Automate** — Create scripts, routes, and timetables with [automation](https://modeltrainscript.gitbook.io/docs/manual/automation).

## Manual overview

| Page                                                                                   | Description                                                          |
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [Supported systems](https://modeltrainscript.gitbook.io/docs/manual/supported-systems) | Compatible command stations and their features.                      |
| [App settings](https://modeltrainscript.gitbook.io/docs/manual/settings)               | Profiles, automation, and app behaviour settings.                    |
| [Profile](https://modeltrainscript.gitbook.io/docs/manual/profile)                     | The container for all your layout configuration.                     |
| [Throttle](https://modeltrainscript.gitbook.io/docs/manual/throttle)                   | Driving trains, controlling accessories, and monitoring your layout. |
| [Vehicles](https://modeltrainscript.gitbook.io/docs/manual/vehicles)                   | Configuring locomotives, functions, profiles, and consists.          |
| [Layout](https://modeltrainscript.gitbook.io/docs/manual/layout)                       | Building your track plan with accessories and sensors.               |
| [Automation](https://modeltrainscript.gitbook.io/docs/manual/automation)               | Scripts, routes, timetables, sounds, cameras, and more.              |

For hands-on guidance, check out our [tutorials](https://modeltrainscript.gitbook.io/docs/manual/automation/tutorials) and [examples](https://modeltrainscript.gitbook.io/docs/manual/automation/examples).


---

# 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://modeltrainscript.gitbook.io/docs/manual.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.
