> 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/create-a-form.md).

# Create a form

Create a form in the BackOffice before you use it on work orders.

Use standard forms when you need a fast, question-based setup.

{% stepper %}
{% step %}

### Open Forms

Go to **Settings** and search for **Forms**.
{% endstep %}

{% step %}

### Start a new form

Use the **New form** section.

Generate the next code if your setup uses codes.
{% endstep %}

{% step %}

### Enter the basic details

Add a clear form name.

Then save to open the empty form.
{% endstep %}

{% step %}

### Choose the form settings

Set the form to **Public** or **Private**.

Choose whether the form must be linked to an object.
{% endstep %}

{% step %}

### Add the fields

Click or drag the fields into the form.

Then put them in the right order.
{% endstep %}

{% step %}

### Save and test

Save the form.

Then link it to a work order or work type and test it.
{% endstep %}
{% endstepper %}

### Public and Private forms

**Public** forms can be shown to customers.

**Private** forms are for internal use only.

### Object-linked forms

Turn on object linking when the form belongs to a specific asset.

This prevents employees from closing the work order before the form is linked correctly.

### Good setup tips

* keep labels short
* group related questions together
* build the shortest form that still gives the right result

### FAQ

<details>

<summary>Can I edit a form after it has been used?</summary>

Yes.

Changes affect future use. Existing completed results stay as they were.

</details>

<details>

<summary>Can I make fields mandatory?</summary>

Yes.

Required fields must be completed before the form can be submitted.

</details>

<details>

<summary>Can I reuse one form on many work orders?</summary>

Yes.

One form can be linked to many work orders and work types.

</details>

### Related topics

* [Form field types](/marketplace-packages-and-power-ups/power-ups/forms/form-field-types.md)
* [Configure table fields in Forms](/marketplace-packages-and-power-ups/power-ups/forms/configure-table-fields-in-forms.md)
* [Link forms to work orders](/marketplace-packages-and-power-ups/power-ups/forms/link-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/forms/create-a-form.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.
