# Tags in slide notes

1. You can update `notes` section of any slide by providing key–value pairs under `tags`.
2. Each tag replaces a corresponding `{{placeholder}}` found in the slide’s notes.

Reference: [tags](https://docs.powerpointgeneratorapi.com/json-template-syntax/tags "mention")

Download: [input.zip](https://drive.google.com/uc?export=download\&id=1_Fy8gnyHaeDoHlkEfULX4S33xUZKx-Zn) | [output.pptx](https://drive.google.com/uc?export=download\&id=1PcT1iem94AqCir-91b2w2gvOZs0KVvvZ)

{% columns %}
{% column width="41.66666666666667%" %}

<figure><img src="https://1155212587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgoqdluo05I2RXHZpTr-887967055%2Fuploads%2FG265Jszr88SQrvHTFzfJ%2Ftemplate.png?alt=media&#x26;token=40d98012-7a06-4858-98aa-bded4e1d2144" alt=""><figcaption></figcaption></figure>

***

<figure><img src="https://1155212587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mgoqdluo05I2RXHZpTr-887967055%2Fuploads%2FU31qGCYkZyU8d7KtkgsK%2Foutput.png?alt=media&#x26;token=ca605126-b6e8-45d0-832f-b98df292ebd7" alt=""><figcaption></figcaption></figure>
{% endcolumn %}

{% column width="58.33333333333333%" %}
{% code lineNumbers="true" %}

```json
{
  "presentation": {
    "template": "template.pptx",
    "slides": [
      {
        "slide_index": 0,
        "tags": [
          {
            "key": "author",
            "value": "John Doe"
          },
          {
            "key": "tag-on-line-one",
            "value": "This report shows the latest campaign performance results."
          },
          {
            "key": "tag-in-sentence",
            "value": "five million pounds"
          },
          {
            "key": "tag-1",
            "value": "six percent increase"
          },
          {
            "key": "tag-2",
            "value": "seven point rise in brand awareness"
          }
        ]
      }
    ]
  }
}

```

{% endcode %}
{% endcolumn %}
{% endcolumns %}
