> 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/materials-photos-or-forms-wont-save-or-wont-show-up.md).

# Materials, photos, or forms won't save or won't show up

Why materials, photos, or forms may not save or appear on a work order, and how to fix it.

## Materials, photos, or forms won't save or won't show up

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

### Introduction

Employees sometimes add materials, photos, or a form, but the information does not seem to save, or it does not show up in the BackOffice.

Usually the data is safe on the device and simply has not been sent yet, or a form was never linked to the job.

### Detailed explanation

A few things affect whether added content saves and appears:

* **The work order has not been sent yet.** Materials, photos, and completed forms return to the BackOffice when the employee sends the work order. Until then, they stay on the device.
* **The app is outdated.** Older app versions can cause items or entered amounts not to save correctly. Updating often resolves this.
* **The form is not linked to the work order.** A form appears on a work order either automatically through its **work type**, or because someone added it manually. If neither happened, the form will not be there to fill in.
* **The device has not synced.** Recent setup changes (like a newly linked form) need a synchronisation before they appear.

### Step-by-step guide

{% stepper %}
{% step %}

#### Update the app first

Confirm the app is on the latest version. See [Troubleshooting checklist: start here](/issues-and-troubleshooting/troubleshooting-checklist-start-here.md).
{% endstep %}

{% step %}

#### Send the work order

Materials, photos, and forms return to the BackOffice only after the work order is sent. Send it and check the BackOffice again.
{% endstep %}

{% step %}

#### Check the form is linked to the work type

If a form is missing, confirm in the BackOffice that the form is linked to the work order, usually through the work type. See [Use forms](/mobile-app/general-mobile-app/use-forms.md).
{% endstep %}

{% step %}

#### Synchronise and reopen

Run a synchronisation, then fully close and reopen the app so recent changes take effect.
{% endstep %}
{% endstepper %}

### FAQ

<details>

<summary>"The app freezes when I drag a photo" / "it hangs when I attach a file while closing the job"</summary>

If the app becomes unresponsive while attaching files during completion, first make sure the app is fully updated, as this kind of issue is often fixed in a newer version. If it continues, avoid attaching files at the exact moment you close the work order, and report it to support with the steps and your app version.

</details>

<details>

<summary>"I added materials but they're not in the BackOffice"</summary>

The work order most likely has not been sent yet, or the app needs updating. Send the work order after updating and check again.

</details>

<details>

<summary>"I can't see the form I need to fill in"</summary>

The form may not be linked to that work order, or the device needs to synchronise. Confirm the form is linked through the work type in the BackOffice, then sync.

</details>

<details>

<summary>"The amounts I entered changed by themselves"</summary>

This has been linked to outdated app versions. Update the app to the latest version and re-check.

</details>

### References

* [Troubleshooting checklist: start here](/issues-and-troubleshooting/troubleshooting-checklist-start-here.md)
* [Use forms](/mobile-app/general-mobile-app/use-forms.md)
* [Add photos, files, and notes](/mobile-app/general-mobile-app/add-photos-files-and-notes.md)
* [Synchronise the mobile app](/mobile-app/general-mobile-app/synchronise-the-mobile-app.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/materials-photos-or-forms-wont-save-or-wont-show-up.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.
