# SharinPix Mobile App: Add Title and Description to photos

This articles demonstrates how to add an image **title** and/or a **description** to photos captured by the SharinPix mobile app.

First, launch the SharinPix mobile app on upload mode and capture the photo as depicted below:

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

Next, select the captured photo. This action will direct you to the screen below:

<figure><img src="/files/6YDkQtttyF7itPw3l0fO" alt=""><figcaption></figcaption></figure>

Here, add a **title** and/or a **description** using the provided text boxes as demonstrated below:

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

Once the title and description have been added, click on the green check icon to save:

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

Once done, go back to the camera/upload by selecting the back button and complete the photo upload by selecting the upload button located on the bottom-right of the screen.

{% hint style="info" %}
You can use the [required](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md#required) parameter to make title and/or description mandatory.
{% 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-add-title-and-description-to-photos.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.
