> 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/android-outsmart-next/module-overviews/work-order/forms/visual-forms.md).

# Visual forms

Complete PDF-based Visual Forms on a work order in Android OutSmart NEXT.

## Visual forms

A Visual Form places fields on your company’s PDF layout.

Use it for inspections, service reports, and other fixed-format documents.

### What you can do

* Enter text, dates, choices, drawings, and signatures.
* Add photos, scan barcodes, and capture locations.
* Link an object or equipment item and rename the form.
* Validate required fields and preview the finished PDF.

### Complete form fields

Tap text fields to type. Tap date and time fields to choose a value.

Checkboxes allow several selections. Radio groups allow one. Cross-out fields mark choices.

Photo fields let you take a photo or select one from your gallery. You can draw, share, or delete the photo afterward.

Some fields fill automatically from the work order or linked object. Reset them from the menu when needed.

Use page arrows to move through multi-page forms.

### Complete a Visual Form

{% stepper %}
{% step %}

### Open the form

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

{% step %}

### Complete fields

Enter the requested values on each page.

Use the page controls to move through multi-page forms.
{% endstep %}

{% step %}

### Add supporting data

Add photos, signatures, drawings, barcodes, or a GPS location when required.
{% endstep %}

{% step %}

### Validate the form

Open the menu and select **Validate form**.

The app highlights missing required fields and opens the affected page.
{% endstep %}

{% step %}

### Preview and finish

Use **Preview form** when available.

Leave the form to save your entries. The app saves entries as you work.
{% endstep %}
{% endstepper %}

### Useful options

You can link an object or equipment item from the menu. The object code can update the form name when configured.

Use **Show info** to check form details. Adjust text size or show field borders for clearer inputs.

The completed form is sent with the work order.

### Related pages

* [Forms](/mobile-app/android-outsmart-next/module-overviews/work-order/forms.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/mobile-app/android-outsmart-next/module-overviews/work-order/forms/visual-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.
