> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gleap.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tags

Gleap allows you to set tags with every feedback item sent from the SDK. To set tags, simply pass an array of Strings to the `setTags` method of the SDK.

## Set tags

Set tags to be sent with every feedback item.

```javascript theme={null}
Gleap.setTags(["iOS", "Subscribed"]);
```

If you want to update or remove the tags, simply call the method with the updated string array.
