> 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/mobile-app/ios-outsmart-app/module-overviews/work-order/forms.md).

# Forms

## Forms

Use **Forms** to complete checklists, inspections, and custom registrations.

Forms can be required before a work order can be sent.

### What you can do

* add and edit forms on a work order
* preview and validate answers
* import answers from archived forms, when enabled

{% stepper %}
{% step %}

### Open **Forms**

Open the work order, then open **Forms**.
{% endstep %}

{% step %}

### Add or open a form

Create a new form or continue an existing one.
{% endstep %}

{% step %}

### Complete the required fields

Fill in the form and review missing fields.

Use preview or validation when those options are available.
{% endstep %}

{% step %}

### Finish the work order

Send the work order after the required forms are complete.
{% endstep %}
{% endstepper %}

### Keep in mind

Archived form answers can be imported when the feature is enabled.

Locked forms cannot always be changed or imported.


---

# 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/mobile-app/ios-outsmart-app/module-overviews/work-order/forms.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.
