# SharinPix Mobile App: Tag Pictures

This article demonstrates how to define and use the different tag types on the SharinPix mobile app.

## Types of tags

The SharinPix mobile app can be configured with 3 types of tag parameters, namely:

1. [Tags](#id-1.-tags) (tags) : The **tags** paremeter takes a label as value(s) which will be then made available for selection in a menu.
2. [Default tags](#id-2.-default-tags) (default\_tags): The **default\_tags** parameter takes as value(s) a label that will be selected as the default tag for the captured photos.
3. [Auto tags](#id-3.-auto-tags) (auto\_tags): The **auto\_tags** parameter takes as value(s) a label that will be automatically assigned to all photos captured by the app.

{% hint style="success" %}
For more information on how to configure the above tag types in the SharinPix mobile app deeplink or URL, refer to the following article:

[SharinPix mobile App : Deeplink syntax](/documentation/mobile-app/sharinpix-mobile-app-deeplink-syntax.md)
{% endhint %}

### 1. Tags

**Tags** are are deselected by default and can be selected/deselected by the user.

The screenshot below depicts how the **tags** are displayed on the SharinPix mobile app.

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

### 2. Default Tags

**Default tags** are selected by default and can be selected/deselected by the user.

The screenshot below depicts how the **default tags** initially on the SharinPix mobile app.

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

### 3. Auto Tags

**Auto tags** are automatically assigned to the photos which are taken and cannot be deselected by the user. The screenshot below depicts how the **auto tags** appear on the SharinPix mobile app.

<figure><img src="/files/9Utb54JWaXrFVjsqdP3i" alt=""><figcaption></figcaption></figure>


---

# 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-tag-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.
