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

# Taggings Overview

> Tags and taggings are two resources in the MX Platform API that, when used together, give end users more control over organizing their transactions.

A tag is a custom label that can be applied to a transaction.

After you create a tag, use it for tagging. This means you should actually apply the tag to a particular transaction.

Together, they're a powerful tool for personalization, customization, and money management.

For a guide on creating a tag and then applying it to a specific transaction with a tagging, see [Custom Tags and Taggings](/products/experience/pfm/integration-guides/personalization/).

## Tagging Fields

| Field                       | Data Type | Description                                                                                                                                                             |
| :-------------------------- | :-------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `guid`                      | String    | The identifier for the `tagging`. Defined by MX.                                                                                                                        |
| `member_is_managed_by_user` | Boolean   | This indicates whether the `member` associated with the `transaction` is managed by the end user. This defaults to `true` for members created with the MX Platform API. |
| `tag_guid`                  | String    | The unique identifier for the `tag` associated with the `tagging`. Defined by MX.                                                                                       |
| `transaction_guid`          | String    | The unique identifier for the `transaction` associated with the `tagging`. Defined by MX.                                                                               |
| `user_guid`                 | String    | The unique identifier for the `user` associated with the `tagging`. Defined by MX.                                                                                      |
