> 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/visual-work-orders-beta/create-a-visual-work-order.md).

# Create a Visual Work Order

Create a Visual Work Order when the job must use a fixed document layout.

This works best when the work type already points to the right visual template.

### Create the work order

{% stepper %}
{% step %}

### Prepare the visual template

Make sure the right Visual Form template already exists.
{% endstep %}

{% step %}

### Link the template to the work type

Use a work type that should create a visual work order.
{% endstep %}

{% step %}

### Create the work order

Start a new work order.

Then choose the work type with the visual setup.
{% endstep %}

{% step %}

### Select the visual option

If your setup offers both flows, choose the Visual Work Order option.
{% endstep %}

{% step %}

### Save and test in the app

Save the work order.

Then open it on a test device and confirm the PDF layout behaves as expected.
{% endstep %}
{% endstepper %}

### Good setup tips

* use clear work types for visual flows
* keep one template per document scenario
* test line limits and output before rollout

### Frequently asked questions

<details>

<summary>Can I switch back to a standard work order?</summary>

That depends on your setup.

Test both flows before rollout.

</details>

<details>

<summary>Do I need a separate template per work type?</summary>

Usually yes.

That keeps the layout predictable.

</details>

<details>

<summary>Should I test on mobile first?</summary>

Yes.

Visual layout issues are easiest to spot on the target device.

</details>

### Related topics

* [**Visual Work Orders (beta)**](/marketplace-packages-and-power-ups/power-ups/forms/visual-work-orders-beta.md)
* [**What is Visual Work Orders?**](/marketplace-packages-and-power-ups/power-ups/forms/visual-work-orders-beta/what-is-visual-work-orders.md)
* [**Use the Visual Forms Configurator**](/marketplace-packages-and-power-ups/power-ups/forms/what-is-visual-forms/use-the-visual-forms-configurator.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/visual-work-orders-beta/create-a-visual-work-order.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.
