> 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/gasketelwet-forms/use-gasketelwet-forms-in-the-mobile-app.md).

# Use Gasketelwet Forms in the mobile app

Employees complete the Gasketelwet form from the work order in the app.

This keeps the field result and the office record in one flow.

### What employees can do

* open the linked Gasketelwet form
* fill in required answers on site
* add pictures and signatures when needed
* save the result with the work order

{% stepper %}
{% step %}

### Open the work order

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

{% step %}

### Open the form

Select the Gasketelwet form from the work order.
{% endstep %}

{% step %}

### Complete the inspection details

Fill in the required answers.

Add pictures or signatures if the form uses them.
{% endstep %}

{% step %}

### Save the result

Save the form result.

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

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

### Frequently asked questions

<details>

<summary>Can employees complete the form on site?</summary>

Yes.

That is the main use case.

</details>

<details>

<summary>Can employees add photos?</summary>

Yes, if the form contains picture fields.

</details>

<details>

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

No.

Required fields need an answer before the form is complete.

</details>

### Related topics

* [Gasketelwet Forms](/marketplace-packages-and-power-ups/power-ups/gasketelwet-forms.md)
* [Use forms in the mobile app](/marketplace-packages-and-power-ups/power-ups/forms/use-forms-in-the-mobile-app.md)
* [Link Gasketelwet Forms to work orders](/marketplace-packages-and-power-ups/power-ups/gasketelwet-forms/link-gasketelwet-forms-to-work-orders.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/gasketelwet-forms/use-gasketelwet-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.
