> For the complete documentation index, see [llms.txt](https://help.tillit.cloud/tillit/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tillit.cloud/tillit/getting-started/overview-1.md).

# Overview

The aim of the "Getting Started" guide is to provide a quick and efficient way to start using TilliT. It focuses on the essential features of the app and aims to demonstrate how it can be integrated into your production process.

The first step is understanding how to create and execute an order on the system. This section will guide you through setting up Assets, Materials, Activities, and Orders.

Let's begin by adding an asset and its relevant details to understand how machines and other assets are managed in the application.

Once we have added the asset, we will enter material information to provide specific recorded details. After we have captured the material information, we will proceed to set up an order.

As we execute the order, we will trigger an event that will activate and finalize a basic activity.

<figure><img src="/files/IJxsKLQg7dRj87J6IAAA" alt="" width="324"><figcaption></figcaption></figure>


---

# 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:

```
GET https://help.tillit.cloud/tillit/getting-started/overview-1.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.
