> 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/backoffice/backoffice/settings/create-free-fields.md).

# Create free fields

Free fields let you store extra information that standard fields do not cover.

You can add them to work orders, objects, customers, and other record types. They are available in the BackOffice and the mobile app.

### When to use free fields

Use a free field when you need to capture data such as:

* a certification number on an object
* an internal reference on a work order
* a custom date, number, or text value

### Create a free field

{% stepper %}
{% step %}

### Open Free fields

Go to **Settings**. Search for **Free Fields**.
{% endstep %}

{% step %}

### Add a field

Click **Add**. Choose the **Entity** where the field should appear.
{% endstep %}

{% step %}

### Complete the setup

Fill in these values:

* **Name**
* **Reference code (TAG)**
* **Type**
* **Free field number**
* **Mandatory**, if needed
  {% endstep %}

{% step %}

### Save

Click **Save**. The field is now available on the selected entity.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Use a clear TAG value. You can reuse it in templates and forms.
{% endhint %}

### FAQ

<details>

<summary>Are free fields visible in the mobile app?</summary>

Yes. Field employees can view and edit them in the app.

</details>

<details>

<summary>How many free fields can I create?</summary>

Each entity supports up to 50 free fields.

</details>

<details>

<summary>Can I use a free field in a PDF or form?</summary>

Yes. Use the field TAG in your templates.

</details>

### Related settings

* [Configure object free fields](/backoffice/backoffice/objects/configure-object-free-fields.md)
* [Use free fields for projects](/backoffice/backoffice/projects/set-up-projects/use-free-fields-for-projects.md)
* [Settings](/backoffice/backoffice/settings.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/backoffice/backoffice/settings/create-free-fields.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.
