# Tagging

Adding tags to uploaded media helps users easily filter and retrieve their archives when needed.

## AI tags

Pinpoint currently uses [AWS Rekognition](https://aws.amazon.com/rekognition/?nc=sn\&loc=1) to provide automatic AI tagging of faces detected within the [uploaded](/pinpoint-guide/user-guides/desktop-laptop/uploading.md) images. AI-generated tags will be highlighted in <mark style="color:purple;">purple</mark>.&#x20;

The AI will not learn new faces from manually added tags. If you would like us to detect certain faces automatically, please [contact us](https://form.gov.sg/6566f78866cbf40012149775) for support.

> Note that AI Tags will not be generated for .GIF, .SVG and .mp4, .mov formats.

<figure><img src="/files/zuZVnXGNi4weAN2qa14k" alt="" width="285"><figcaption></figcaption></figure>

## Media tagging (Individual  / Batch)

1. Select media to tag.

   * For a **single media**, select by pressing it. **\[**<mark style="color:red;">**Skip step 2**</mark>**]**
   * **For multiple media,** press the "**Select**" button to enable **multi-select**.

   <figure><img src="/files/1pZ7Prakpmb2l5eZQKVc" alt="" width="285"><figcaption></figcaption></figure>
2. Press the "Details icon".&#x20;
   * Only required if doing "Batch tagging"

     <figure><img src="/files/TZn1OemJ9RR5FvUuYuEX" alt="" width="285"><figcaption></figcaption></figure>
3. Type the desired tag(s) into the "Tags" field & press enter.

   * For **multiple tags**, separate them with commas, e.g., "man, tie, speech".
   * User-generated tags are highlighted in grey.
   * Users can discern that they are performing **batch editing** when the message reading "Editing for XX items..." appears above in media details.

   <figure><img src="/files/WijdJEeBiWXBHFwEhI9V" alt="" width="283"><figcaption></figcaption></figure>
4. Press "**Save changes**" to complete the process.

## **Smart tag suggestions**

* When entering tags, existing tags would be suggested to the user when typing.
* This helps ensure consistent tagging, like using “Singapore Prime Minister” for Lawrence Wong instead of abbreviation “SG PM.”

<figure><img src="/files/fsbLAdI62K3FAkTcZ9IO" alt="" width="282"><figcaption></figcaption></figure>

## How to delete tags

1. Under "Tags", press the "x" icon beside the tag to remove it.
2. Press "**Save Changes**".

   <figure><img src="/files/zbpwyHEOeyrfbqLYGEIo" alt="" width="282"><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://guide.app.pinpoint.gov.sg/pinpoint-guide/user-guides/mobile/tagging.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.
