> 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/mobile-app/general-mobile-app/device-policies-and-settings.md).

# Device policies and settings

**Device policies and settings** controls how the mobile app behaves for field employees.

Use it to decide what employees can view, edit, create, and send.

### How settings are applied

You can apply app settings in two ways:

* as a default setup for all employees
* as custom settings for one employee

When an employee has custom settings, future changes to the default settings no longer apply to that employee.

You can reset custom settings later if needed.

### Main setting groups

These groups cover most app behaviour:

* **View**, **Default values**, and **Adjustments**
* **Duties**, **Email**, and **Features**
* **Sync**, **Tasks**, **Warehouses**, and **Assets**
* **Map**, **Customers**, and **Track and trace**

### Change app settings

{% stepper %}
{% step %}

### Open the page

Go to **Settings**.

Search for **Device policies and settings**.
{% endstep %}

{% step %}

### Choose the scope

Select an employee to change one device profile.

Leave the employee field empty to change the default setup.
{% endstep %}

{% step %}

### Adjust the settings

Open the sections you need and change the options.
{% endstep %}

{% step %}

### Save

Click **Save**.

Your changes are stored immediately.
{% endstep %}

{% step %}

### Synchronise the app

Ask employees to synchronise the app.

Then have them close and reopen it.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Changes do not take effect on the device until the app synchronises.
{% endhint %}

### Common examples

Use app settings to:

* require a minimum number of photos before sending
* allow or block work order creation in the app
* control whether customer or price details are visible
* enable map features, assets, or Timesheets

### FAQ

<details>

<summary>Do changes apply immediately after saving?</summary>

No. The device must synchronise first.

</details>

<details>

<summary>Why do two employees see different options?</summary>

One of them may have custom app settings.

</details>

<details>

<summary>Can I reset an employee back to the default setup?</summary>

Yes. You can reset that employee's custom settings.

</details>

<details>

<summary>Can I require photos before employees send a work order?</summary>

Yes. Set the minimum number of pictures in the duties section.

</details>

### Related topics

* [What is the OutSmart mobile app?](/mobile-app/general-mobile-app/what-is-the-outsmart-mobile-app.md)
* [Connect a smartphone or tablet](/mobile-app/general-mobile-app/connect-a-smartphone-or-tablet.md)
* [Paired devices](/mobile-app/general-mobile-app/paired-devices.md)
* [Complete a work order in the mobile app](/mobile-app/general-mobile-app/complete-a-work-order.md)
* [Use the map in the mobile app](/mobile-app/general-mobile-app/use-the-map.md)
* [Use track and trace in the mobile app](/mobile-app/general-mobile-app/use-track-and-trace-in-the-mobile-app.md)
* [Create a work order in the mobile app](/mobile-app/general-mobile-app/create-a-work-order.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/mobile-app/general-mobile-app/device-policies-and-settings.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.
