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

```csharp theme={null}
Gleap.SetTags(new[] { "Windows", "Subscribed" });
```

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