# SharinPix Mobile App: Settings Screen

The SharinPix mobile app has a **Settings** screen accessible from the app's Home screen using the gear icon on the top right:

<figure><img src="/files/b4FAk2jCmJicawNHkSlb" alt=""><figcaption></figcaption></figure>

The **Settings** screen includes:

* The **Clock** icon at the top right is used to access your device's history of jobs/batches/pictures.
* The **version** of the app currently installed. This example shows that version **2.6.15568** has been installed on the device.
* The **Device ID** is an essential piece of information when [reaching SharinPix Support](/documentation/getting-started-with-sharinpix/how-to-contact-support.md) for assistance or troubleshooting. The support team uses the Device ID to identify the device and its corresponding logs.
* The **Send feedback** button is used to send feedback or report bugs. When reporting, please also include your email and a brief description of the issue. Note that any support request should first be sent to <support@sharinpix.com> for a faster reply.
* The **Clear cached files** button will delete all cached files downloaded online, such as PDFs. The device should be online to download again.
* The **Delete synchronized jobs** button deletes all images and form checklist data already uploaded to Salesforce. This can be done at any time without any risks as long as the upload has been completed since a copy of those images already exists on SharinPix servers.
* The **Delete all jobs** button is used to delete all the data from the device (including the images, form checklist data not yet uploaded, and cached files). **WARNING:** <mark style="color:red;">DO NOT USE THIS OPTION UNLESS REQUIRED OR INSTRUCTED BY YOUR ADMIN OR SHARINPIX SUPPORT.</mark>
* The **Export all files** button exports all files from every job to the device's internal storage.

{% hint style="info" %}
**Info:**

When using the **Delete all jobs** button, all data within the SharinPix mobile app will be deleted, including media or form checklist data already uploaded, being uploaded, or pending upload. This applies only to a device’s local copy of images, documents, and data. Any uploaded media files or form checklist data will still be available on your Salesforce.
{% 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-settings-screen.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.
