> 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/create-objects-in-the-backoffice.md).

# Create objects in the BackOffice

You can create objects directly in the BackOffice.

This is the main way to build and maintain your asset database.

### Before you start

Prepare at least these details:

* the customer or relation
* an object code
* a clear description

You can add more details later.

{% stepper %}
{% step %}

### Open Objects

Go to the object overview in the BackOffice.
{% endstep %}

{% step %}

### Add a new object

Click **Add**.

If available, you can also start from a template.
{% endstep %}

{% step %}

### Fill in the required fields

Select the customer.

Enter the object code and description.
{% endstep %}

{% step %}

### Add extra details

Add location, serial number, dates, images, and free fields where needed.
{% endstep %}

{% step %}

### Save the object

Click **Save**.

The object is now available for work orders and history.
{% endstep %}
{% endstepper %}

### Good data to add early

* serial number
* installation date
* maintenance date
* warranty date

### Frequently asked questions

<details>

<summary>Can I edit an object later?</summary>

Yes.

You can update object details later.

</details>

<details>

<summary>Do I need every field before saving?</summary>

No.

Start with the required fields and add the rest when needed.

</details>

<details>

<summary>Can I use templates while creating objects?</summary>

Yes, if you have object templates set up.

</details>

### Related topics

* [**Use object templates**](/marketplace-packages-and-power-ups/power-ups/object-management/use-object-templates.md)
* [**Configure object free fields**](/marketplace-packages-and-power-ups/power-ups/object-management/configure-object-free-fields.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/create-objects-in-the-backoffice.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.
