# SharinPix Mobile App: Upload Pictures

For taking pictures and uploading instantly, refer to [Take Pictures](/documentation/mobile-app/sharinpix-mobile-app-take-pictures.md).

## Uploading pictures that are pending for upload

* Open your Job.
* Tap on the plus sign (+) on the top right corner.
* Finally tap on the upload icon.

{% hint style="info" %}
Upload will be carried out silently in the background.

If you have already tapped the upload icon previously for the same job, the upload should be in process in background already. Images already uploaded are then appearing with a different icon.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.sharinpix.com/documentation/mobile-app/sharinpix-mobile-app-upload-pictures.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
