# Dashboard

The Dashboard is the main page of the app. Here you can review the [progress of the app’s installation](#setup-guide), [Theme App Embed Block Status](#theme-app-block-status)***,*** [Recently uploaded photos](#recent-uploaded), and [contact the Support team](#need-help).

The page is divided into several sections, each with a specific purpose.

### Upload Photo <a href="#upload-photo" id="upload-photo"></a>

The **“Upload Photo”** button allows you to quickly add images to your Custom Galleries. This is especially useful if you want to include photos shared by your clients on social media or other sales platforms.

[Read more about this button here.](/user-manual/app-pages/photos.md#upload-photo)&#x20;

### Setup Guide <a href="#setup-guide" id="setup-guide"></a>

Use this section to monitor the installation and configuration progress of the Сustomer Photo Uploader app:

* Progress bar – displays the overall setup completion status.
* Step-by-step details – expand each step to view additional information.

*Note:* If any step requires your action, the progress bar will highlight it, and the checkbox next to that step will remain unchecked.

A guide on the application setup can be found on the [Installation Instructions page](/user-manual/getting-started/installation-instructions.md).

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

### Main Theme App Block Status <a href="#theme-app-block-status" id="theme-app-block-status"></a>

This section of the dashboard displays the overall integration status of the Customer Photo Uploader app for your store. It allows you to instantly see whether the Theme App Block for the Customer Photo Uploader app is enabled across all your themes or the necessary ones.

It is divided into 2 blocks, indicating the status of enabling Product Galleries and Customer Galleries in your current Theme.

Possible statuses include:

* **Enabled** – the Theme App Block is enabled in the main theme.
* **Disabled** – the Theme App Block is disabled in the main theme.

Tools in this section:

* **Refresh status** – update the displayed statuses to the latest information.
* **View Theme list** – view the detailed statuses for each theme.
* **Activate/Deactivate -** redirect to Customize mode of your theme to turn on or turn off the gallery.

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

#### All available themes statuses <a href="#all-available-themes-statuses" id="all-available-themes-statuses"></a>

By utilizing the View Theme List button, you can review the status of your Custom and Product Galleries on each of the available themes that you have on your store.

Tools in this section:

* **Go to customize** – quickly open a Customize mode of a specific theme.

  <div align="left"><figure><img src="/files/eXhP56vL5ar727xynvwt" alt="" width="375"><figcaption></figcaption></figure></div>

### Recently uploaded <a href="#recent-uploaded" id="recent-uploaded"></a>

In this section, you can review and manage all the recently uploaded photos, both by your customers and from your side. On the Dashboard page, you can add new photos to your Custom Galleries by using the Upload Photo button at the beginning of the page or in the block here if that’s your first photos uploaded to the app.

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

In terms of photo management, you can execute the following processes:

* **Assign the photo** to a specific gallery and choose on which product pages it will be displayed.
* Decide whether the photo will be shown on your store’s website by **rejecting or approving** it. You can also define this by editing the pictures in bulk.
* Edit the **Photo Alt/Title** and the **File name**.
* Manage the image's **Description** and the **Email** fields.
* **View and edit** the photos in Files.
* **Delete** the photos.

Read more about the photo management in the Customer Photo Uploader app [on this page.](/user-manual/app-pages/photos.md)

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

### Need help? <a href="#need-help" id="need-help"></a>

Here, you can choose the most convenient option for you to receive assistance with the Customer Photo Uploader. We care about our clients, so there are 2 variants:

* **Help Center & Documentation** - review the detailed instructions, read the FAQ, and find the answers to your questions without outreach.
* **Contact Support** - get help from our Support Team, which is always happy to hear from you.

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

### FAQs about Dashboard page: <a href="#faq-about-dashboard-page" id="faq-about-dashboard-page"></a>

<details>

<summary>What file formats and sizes are supported?</summary>

The app supports standard image formats such as PNG, JPG, JPEG, GIF, WEBP, HEIC. Maximum file size: 10Mb. Make sure your files do not exceed the maximum upload size limit specified. If a file is too large or in an unsupported format, the upload will fail.

</details>

<details>

<summary>How do I assign a photo to a specific gallery in Customer Photo Uploader?</summary>

When uploading a photo, select the desired gallery from the dropdown menu in the upload window. If needed, you can also reassign a photo to another gallery later via the [Recently Uploaded section](https://app.gitbook.com/o/jDrGly5oBnzLoU810gsv/s/ovhRTPVfyGDO7Ql07QPK/~/changes/13/app-pages/dashboard#recent-uploaded) on the Dashboard page or on the [Photos page](https://app.gitbook.com/o/jDrGly5oBnzLoU810gsv/s/ovhRTPVfyGDO7Ql07QPK/~/changes/10/app-pages/photos).

</details>

<details>

<summary>How do I upload photos to my Custom Galleries?</summary>

Click the **Upload Photo** button at the beginning of the Dashboard page, or in the Recent Upload block if there were no photos uploaded yet, select the pictures you want to upload, choose the gallery, set its status (Approved or Pending), and confirm the upload.

</details>

<details>

<summary>What’s the difference between Approved and Pending photo statuses?</summary>

* **Approved:** The photo will appear on your store’s product pages and galleries.
* **Pending:** The photo is uploaded but not yet visible to customers. You can review and approve it later, or reject it if it’s no longer relevant.

</details>

&#x20;


---

# 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.customer-photo-uploader.app/user-manual/app-pages/dashboard.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.
