> 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/ios-outsmart-app/core-functionalities/uploading-photos-and-documents.md).

# Uploading photos and documents

## Uploading photos and documents

Use **Photos** and **Documents** to record what happened on site.

Attachments become part of the completed work order.

### What you can add

* photos
* local files
* document attachments

### Add photos or documents

{% stepper %}
{% step %}

### Open the right section

Open **Photos** for images.

Open **Documents** for files.
{% endstep %}

{% step %}

### Add the attachment

Choose the photo, file, or document you need.

Local document upload can support multiple selection.
{% endstep %}

{% step %}

### Confirm it is attached

Check that the item appears on the work order.
{% endstep %}

{% step %}

### Send the work order

Send the work order when you are ready to return the data.
{% endstep %}
{% endstepper %}

### Document sources

You can add local files directly from the device.

ProHeat documents can also be available when that integration is enabled.

### Keep in mind

Local files can be added on the device.

ProHeat imports need a working connection.


---

# 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/ios-outsmart-app/core-functionalities/uploading-photos-and-documents.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.
