> 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/mobile-app-troubleshooting/work-orders-dont-appear-on-my-device.md).

# Work orders don't appear on my device

Why planned work orders may not show up in the app, and how to get them to appear.

## Work orders don't appear on my device

{% hint style="info" %}
Before you start, check [Troubleshooting checklist: start here](/issues-and-troubleshooting/troubleshooting-checklist-start-here.md). An outdated app version is the most common cause.
{% endhint %}

### Introduction

Sometimes a work order is planned in the BackOffice but does not show up in the app.

In most cases the work order is fine; the device just has not received it yet, or a setting is hiding it.

### Detailed explanation

A work order only appears in the app when several things line up:

* **The app is up to date.** Older app versions can miss work orders that a newer version shows correctly.
* **The device has synced.** New and changed work orders only appear after a successful synchronisation.
* **The work order is far enough along.** A work order becomes visible in the app once it reaches the stage that releases it to the field (for example, once it is planned and set to the "Pending" stage). Work orders that are only registered or still being prepared may not appear yet.
* **The employee is assigned to it.** If the work order is not assigned to that employee, it will not show on their device.
* **The date is within the sync window.** An administrator can limit how many days ahead the app pulls in work orders. A job planned further in the future than that limit will not appear yet.
* **Visibility settings allow it.** Access to work orders is controlled in **Device policies and settings** in the BackOffice.

### Step-by-step guide

{% stepper %}
{% step %}

#### Update the app and sync

Make sure the app is on the latest version, then run a synchronisation. See [Troubleshooting checklist: start here](/issues-and-troubleshooting/troubleshooting-checklist-start-here.md) and [Synchronise the mobile app](/mobile-app/general-mobile-app/synchronise-the-mobile-app.md).
{% endstep %}

{% step %}

#### Confirm the employee is assigned

In the BackOffice, open the work order and check that it is assigned to the employee whose device is missing it.
{% endstep %}

{% step %}

#### Check the work order stage and date

Confirm the work order is planned and set to the stage that releases it to the app, and that its date falls within the number of days the app is allowed to look ahead.
{% endstep %}

{% step %}

#### Check the app visibility settings

In the BackOffice, open **Settings → Device policies and settings** and confirm the work order module and sync options are enabled for that employee. Custom settings can differ from the default for a single employee.
{% endstep %}

{% step %}

#### Close, reopen, and sync again

Fully close the app, reopen it, and synchronise once more.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>"My work orders are gone" / "the work order I got yesterday isn't there anymore"</summary>

Completed work orders leave the active overview. Depending on your settings, cancelled or completed work orders can also be hidden after a set time. Check the Archive and confirm the app has synced.

</details>

<details>

<summary>"A colleague can see the job but I can't"</summary>

The work order is likely not assigned to you, or your device has custom app settings that differ from your colleague's. Check the assignment in the BackOffice and the employee's **Device policies and settings**.

</details>

<details>

<summary>"I planned it for next month and it's not on the phone"</summary>

The app only pulls in work orders within a set number of days ahead. A job planned beyond that window appears closer to its date.

</details>

<details>

<summary>Nothing appears at all, even old work orders</summary>

Check the internet connection, confirm the employee is signed in with the correct account, then update and re-sync.

</details>

### References

* [Troubleshooting checklist: start here](/issues-and-troubleshooting/troubleshooting-checklist-start-here.md)
* [Synchronise the mobile app](/mobile-app/general-mobile-app/synchronise-the-mobile-app.md)
* [Device policies and settings](/mobile-app/general-mobile-app/device-policies-and-settings.md)
* [Paired devices](/mobile-app/general-mobile-app/paired-devices.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/mobile-app-troubleshooting/work-orders-dont-appear-on-my-device.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.
