> 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-mobile-app.md).

# Create objects in the mobile app

Employees can create objects in the mobile app when the right settings are enabled.

This is useful when technicians register equipment on site.

{% hint style="info" %}
App behavior can differ slightly between **iOS** and **Android**.

The overall object flow stays the same.
{% endhint %}

### Before employees start

First allow object creation in your app settings or device policies.

Then let employees synchronize the app.

{% stepper %}
{% step %}

### Open the app settings

In the BackOffice, go to **Settings → Device policies and settings**.
{% endstep %}

{% step %}

### Enable object creation

Turn on the setting that allows employees to create objects.

Then save the change.
{% endstep %}

{% step %}

### Open a work order in the app

On the mobile device, open the relevant work order.
{% endstep %}

{% step %}

### Add the object

Open the object section.

Tap the option to add a new object.
{% endstep %}

{% step %}

### Fill in the details and save

Enter the required object details.

Then save the object in the app.
{% endstep %}
{% endstepper %}

### Frequently asked questions

<details>

<summary>Can employees edit existing objects too?</summary>

That depends on your app settings and permissions.

</details>

<details>

<summary>Do mobile changes sync back to the BackOffice?</summary>

Yes.

They sync after the device is online and synchronized.

</details>

<details>

<summary>Can employees use templates in the app?</summary>

If templates are available in your setup, they can be used during creation.

</details>

### Related topics

* [**Create objects from a work order**](/marketplace-packages-and-power-ups/power-ups/object-management/create-objects-from-a-work-order.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-mobile-app.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.
