> For the complete documentation index, see [llms.txt](https://knowledge.out-smart.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/forms/use-forms-in-the-mobile-app.md).

# Use forms in the mobile app

Employees complete forms directly from the work order in the mobile app.

This keeps field data and office data in one flow.

### What employees can do in the app

Employees can:

* open linked forms from the work order
* complete required fields
* add photos and signatures when the form allows it
* save progress and continue later

{% stepper %}
{% step %}

### Open the work order

Open the work order that contains the form.
{% endstep %}

{% step %}

### Open the form

Go to the **Forms** section of the work order.

Select the form you want to complete.
{% endstep %}

{% step %}

### Complete the fields

Fill in the required answers.

Add photos or a signature if the form includes those fields.
{% endstep %}

{% step %}

### Save the form

Save the form.

Then continue with the rest of the work order.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The exact screen layout can differ slightly between **iOS** and **Android**.
{% endhint %}

### FAQ

<details>

<summary>Can employees complete forms while on site?</summary>

Yes.

That is the main purpose of forms in the app.

</details>

<details>

<summary>Can employees skip required fields?</summary>

No.

Required fields must be completed first.

</details>

<details>

<summary>Can employees save progress and continue later?</summary>

Yes.

They can return to the form before submitting it.

</details>

### Related topics

* [Link forms to work orders](/marketplace-packages-and-power-ups/power-ups/forms/link-forms-to-work-orders.md)
* [Export and print Forms](/marketplace-packages-and-power-ups/power-ups/forms/export-and-print-forms.md)
* [Use Forms with objects](/marketplace-packages-and-power-ups/power-ups/forms/use-forms-with-objects.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://knowledge.out-smart.com/marketplace-packages-and-power-ups/power-ups/forms/use-forms-in-the-mobile-app.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.
