> 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/knowledge-base/everyday-usage/activities/quick-start-activity.md).

# Quick-Start Activity

The **Quick-Start Activity** feature combines activity creation and submission into a single step. Using a QR code, users can scan directly to a pre-populated activity form for a specific activity type and asset — no manual selection required.

## How it works

1. Manually start an activity by clicking the ***Create*** button and selecting ***Start Activity***.
2. Fill in the asset, order, and activity type details.
3. When prompted, select the option to generate a QR code for this activity.

{% hint style="info" %}
A QR code created from the desktop version of TilliT can be used on both desktop and mobile. A QR code created from the mobile version can only be used on TilliT Mobile.
{% endhint %}

### Desktop QR code

<figure><img src="/files/UKIyrKzBoivT08xqPxDj" alt="QR code generated on desktop"><figcaption><p>QR code generated on desktop</p></figcaption></figure>

### Mobile QR code

<figure><img src="/files/NfAzFAFFVMLLZckOLeZB" alt="QR code generated on mobile"><figcaption><p>QR code generated on mobile</p></figcaption></figure>

## Scanning the QR code

When a user scans the QR code, an activity form opens immediately with all the configured details pre-populated. Simply complete the form and submit — the activity is created and completed in a single operation.

### Desktop view after scanning

<figure><img src="/files/Z5XgIkd56TQv75gIljRz" alt="Activity form on desktop after scanning QR code"><figcaption><p>Activity form on desktop after scanning QR code</p></figcaption></figure>

### Mobile view after scanning

<figure><img src="/files/4tTQ3QkRuUwP8fF4oUCb" alt="Activity form on mobile after scanning QR code"><figcaption><p>Activity form on mobile after scanning QR code</p></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, and the optional `goal` query parameter:

```
GET https://help.tillit.cloud/tillit/knowledge-base/everyday-usage/activities/quick-start-activity.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.
