# 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;

Currently, the AI is trained to recognise and tag faces of Ministers as well as KAHs. 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, .mp4, and .mov formats.

<figure><img src="/files/9MheyfaffiIufriKnH8t" alt=""><figcaption><p>AI generated Tags are highlighted in <mark style="color:purple;">Purple</mark></p></figcaption></figure>

## Flexible tagging  (Individual / Batch)

1. Select media to tag; the <mark style="color:purple;">**purple outline**</mark> indicates selection, with media details displayed on the right.
   * For **Batch Tagging**, multiple media can be selected via:
     * **Control**-click or **Shift**-click on **Windows.**
     * **Cmd**-click or **Shift**-click on **MacOS.**
   * **Batch Tagging/**[**detail edits**](/pinpoint-guide/user-guides/desktop-laptop/editing-media-details.md) can also be done immediately after the upload.

     * The message "Editing for XX items..." above the media details indicates batch editing is active

     <figure><img src="/files/nRwH3X28d2FXsFX9eZ0i" alt=""><figcaption></figcaption></figure>
2. Type the desired tag(s) into the "Tags" field & press enter.
   * For **multiple tags**, separate them with commas, e.g., "man, tie, speech".

     <figure><img src="/files/efMSyoxVrdsWDTTCNdif" alt=""><figcaption></figcaption></figure>
3. Click "**Save changes**" to complete.

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

## Batch tagging&#x20;

Batch tagging of **multiple** media can be accomplished immediately after the [upload](/pinpoint-guide/user-guides/desktop-laptop/uploading.md) process or by selecting multiple media and [tagging](#tagging-of-images) them simultaneously.

## **Smart tag suggestions**

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

<figure><img src="/files/zVTA9OuxswJ9VArf8Njl" alt="" width="319"><figcaption></figcaption></figure>

## How to delete tags

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

<figure><img src="/files/1CDBVoSUPxTmQUtUNjum" alt="" width="319"><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/desktop-laptop/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.
