> 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/workflows/workflow-settings-and-device-policies.md).

# Workflow settings and device policies

Device policies control how workflows behave in the app.

They decide which data employees can see and which fields they can change.

### Common workflow settings

#### Display settings

These settings control which sections appear in the workflow:

* `WORKFLOW_SHOW_CLIENT_DATA`
* `WORKFLOW_SHOW_WORK_DETAILS`
* `WORKFLOW_SHOW_RELATION_DETAILS`
* `WORKFLOW_SHOW_SCHEDULE`
* `WORKFLOW_SHOW_RESOURCES`

#### Edit settings

These settings control what employees can change:

* `WORKFLOW_EDIT_WORK_DETAILS`
* `WORKFLOW_EDIT_SCHEDULE`
* `WORKFLOW_EDIT_RESOURCES`
* `DISABLE_EDIT_CLIENT_DATA`

#### Signature settings

These settings affect the signature step:

* `SIGNATURE_REQUIRED`
* `REQUIRE_MANUAL_SIGNATURECONTACTPERSON`

### Update workflow-related settings

{% stepper %}
{% step %}

### Open device settings

Go to **Settings** → **Device policies and settings**.
{% endstep %}

{% step %}

### Find the workflow settings

Open the settings category that covers workflow behavior.
{% endstep %}

{% step %}

### Change the required options

Enable or disable the settings that fit your process.
{% endstep %}

{% step %}

### Save and synchronize

Save the changes.

Then let employees synchronize the app.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
App layouts can differ between iOS and Android. The same setting can still affect both platforms.
{% endhint %}

### Frequently asked questions

<details>

<summary>Do these settings apply to all workflows?</summary>

Usually yes.

These settings control workflow behavior in the app.

</details>

<details>

<summary>When do changes take effect?</summary>

After the settings are saved and the app is synchronized.

</details>

<details>

<summary>Can customer data be view-only?</summary>

Yes.

You can allow employees to view customer data without editing it.

</details>

### Related topics

* [**Workflows**](/marketplace-packages-and-power-ups/power-ups/workflows.md)
* [**Workflow step types**](/marketplace-packages-and-power-ups/power-ups/workflows/workflow-step-types.md)
* [**Power-Ups**](/marketplace-packages-and-power-ups/power-ups.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/workflows/workflow-settings-and-device-policies.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.
