> 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/object-management/configure-object-free-fields.md).

# Configure object free fields

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

This helps you adapt Object Management to your own process.

### When to use free fields

Use free fields for data such as:

* certification numbers
* installation notes
* technical ratings
* customer-specific asset data

{% stepper %}
{% step %}

### Open the object setup

Go to the object form or the free field settings in the BackOffice.
{% endstep %}

{% step %}

### Choose the object fields you want to use

Decide which fields need a custom label or custom purpose.
{% endstep %}

{% step %}

### Create or rename the fields

Set a clear field name.

Choose the right type where available.
{% endstep %}

{% step %}

### Set rules

Decide whether the field is optional, required, or shown in the app.
{% endstep %}

{% step %}

### Save and test

Save the settings.

Then open an object and check that the field behaves as expected.
{% endstep %}
{% endstepper %}

### Good setup practices

* use labels technicians understand
* avoid duplicate fields with similar meaning
* keep required fields limited to what really matters

### Frequently asked questions

<details>

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

That depends on your app settings and configuration.

</details>

<details>

<summary>Can I make free fields required?</summary>

Yes, if that option is available in your setup.

</details>

<details>

<summary>Should I create many free fields at once?</summary>

Start with the fields you use often.

Then expand only when needed.

</details>

### Related topics

* [**Create objects in the BackOffice**](/marketplace-packages-and-power-ups/power-ups/object-management/create-objects-in-the-backoffice.md)
* [**Object Management**](/marketplace-packages-and-power-ups/power-ups/object-management.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/object-management/configure-object-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.
