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

# Tags

> Create, apply, remove, and automate tags to organize and segment your contacts in the HoopAI Platform.

Tags are labels you attach to contacts to categorize and segment them. By combining tags with smart lists, you can instantly create dynamic filtered views, target specific groups in bulk actions, and trigger automations based on tag changes.

<Frame caption="Tags applied to a contact in the Smart Lists tab">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/qZVNAOdBNiWqgG37/images/contacts-smart-list-view.png?fit=max&auto=format&n=qZVNAOdBNiWqgG37&q=85&s=97880f6f6b12c9dbef4d6bd79d90857d" alt="Tags visible on a contact in the smart list" width="360" height="499" data-path="images/contacts-smart-list-view.png" />
</Frame>

## Creating and applying tags

<Steps>
  <Step title="Open a contact record">
    Navigate to **Contacts > Smart Lists** and click a contact's name to open their record.
  </Step>

  <Step title="Add a tag">
    In the **Tags** field, type a new tag name and press **Enter** to create it, or click the field to open the dropdown and select an existing tag.

    <Frame caption="Type a new tag or select an existing one from the dropdown">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/YwnFPHCHonlBBl0E/images/contacts-details-overview3.png?fit=max&auto=format&n=YwnFPHCHonlBBl0E&q=85&s=f1ff20946a07ef898652305dc5315e9f" alt="Tags field with dropdown on a contact record" width="560" height="585" data-path="images/contacts-details-overview3.png" />
    </Frame>
  </Step>

  <Step title="Remove a tag">
    Click the **X** next to any tag in the contact record to remove it.
  </Step>
</Steps>

<Tip>
  You can also create tags globally under **Settings > Tags** by clicking **Create**, entering a tag name, and clicking **Create** again. Globally created tags are available for selection across all contacts.
</Tip>

***

## Adding and removing tags in bulk

To apply or remove tags across many contacts at once:

<Steps>
  <Step title="Select contacts">
    In the **Smart Lists** tab, check the contacts you want to update.
  </Step>

  <Step title="Use the bulk action">
    * To add tags: click the **Add Tag** icon in the bulk actions toolbar
    * To remove tags: open the **More** dropdown and select **Remove Tags**

    <Frame caption="Select contacts and use the Add Tag icon in the bulk actions toolbar">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/YwnFPHCHonlBBl0E/images/contacts-bulk-tags-add.png?fit=max&auto=format&n=YwnFPHCHonlBBl0E&q=85&s=2c4619d07993dfde93062875a22c1975" alt="Bulk tag add icon in the toolbar" width="1095" height="641" data-path="images/contacts-bulk-tags-add.png" />
    </Frame>
  </Step>

  <Step title="Select tags and confirm">
    In the dialog:

    * **Add Tags** — select from the dropdown; tags already applied to all contacts will not appear
    * **Remove Tags** — select specific tags to remove, or choose **Remove All Tags** to clear every tag

    <Frame caption="Select the tags to add from the dropdown">
      <img src="https://mintcdn.com/hoopai-84ec0cdc/YwnFPHCHonlBBl0E/images/contacts-bulk-tags-select.png?fit=max&auto=format&n=YwnFPHCHonlBBl0E&q=85&s=37d87cfc028c5376af79bb7a97b80645" alt="Tag selection dropdown for bulk add" width="1089" height="471" data-path="images/contacts-bulk-tags-select.png" />
    </Frame>

    Enter a descriptive name for the action (this appears in the bulk actions tracking report), then click **Add Tags** or **Remove Tags**.
  </Step>
</Steps>

<Note>
  If tags were removed by mistake, go to **Contacts > Bulk Actions**, find the action, and click the restore button in the three-dot menu.
</Note>

***

## Using tags in smart lists

Tags are one of the most powerful filtering options in smart lists:

1. Open **Contacts > Smart Lists** and click **+ Add Smart List**
2. Click **Advanced Filters**
3. Select **Tag** as the filter field
4. Choose **Is**, **Is Not**, **Contains**, or **Is Empty** as the condition
5. Enter the tag value and click **Apply**

<Frame caption="Using tag filters in a smart list to segment contacts">
  <img src="https://mintcdn.com/hoopai-84ec0cdc/qZVNAOdBNiWqgG37/images/contacts-smart-list-filters.gif?s=3788fda6c57c6ffa84c4295b7a79389c" alt="Smart list tag filter configuration" width="356" height="628" data-path="images/contacts-smart-list-filters.gif" />
</Frame>

This lets you instantly segment contacts — for example, filtering everyone tagged "hot lead" or "VIP customer."

***

## Automating tags with workflows

Workflows can automatically apply or remove tags based on triggers:

* **Add Contact Tag** action — applies a tag when a contact reaches a specific step in a workflow
* **Remove Contact Tag** action — removes a tag when triggered

This ensures consistent tagging without manual effort. For full details on these workflow actions, refer to the **Automation** documentation.

***

## Practical examples

<CardGroup cols={2}>
  <Card title="Sales funnel tracking" icon="filter">
    Tag contacts as `new-lead`, `qualified`, `proposal-sent`, or `closed-won` to track pipeline stages outside of Opportunities.
  </Card>

  <Card title="Event management" icon="calendar">
    Tag attendees with `event-2026`, `vip-guest`, or `checked-in` to manage invitations and follow-ups.
  </Card>

  <Card title="Customer segments" icon="users">
    Use tags like `newsletter-subscriber`, `loyalty-member`, or `churn-risk` to drive targeted marketing campaigns.
  </Card>

  <Card title="Support routing" icon="headset">
    Tag contacts with `escalated` or `pending-callback` so your support team knows exactly who needs attention.
  </Card>
</CardGroup>

***

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Can I apply multiple tags to a single contact?">
    Yes. Contacts can have as many tags as needed. Use tags logically to maintain an organized system.
  </Accordion>

  <Accordion title="What happens if I delete a tag?">
    Deleting a tag removes it from every contact it was applied to. Use caution — this cannot be undone.
  </Accordion>

  <Accordion title="How do I search for contacts by tag?">
    Use the **Advanced Filters** in Smart Lists, or use the search bar and filter by tag in the contacts view.
  </Accordion>
</AccordionGroup>
