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

# Add a tag from Slack

> Add a new tag in KIMP360 directly from Slack using the /add_tag command.

Use this flow when you want to add a new tag to your KIMP360 workspace directly from Slack.

The `/add_tag` command opens a modal where you:

* Provide a tag name
* Optionally set a background color
* Optionally mark the tag as a default

## How to create a tag from Slack

<Steps>
  <Step title="Run the /add_tag command">
    In a channel where the KIMP360 Slack app is installed, type
    <code>/add\_tag</code> and press Enter.
  </Step>

  <Step title="Fill in tag details">
    A modal titled <strong>Create Tag</strong> opens.

    It contains the following fields:

    * <strong>Tag name</strong> (required) – the human-friendly name of the tag
    * <strong>Background color (hex)</strong> (optional) – a color code like
      <code>#FF0000</code>

    Notes:

    * If you leave the background color empty, KIMP360 applies a default
      (black) background color.
    * If you try to submit without a tag name, the modal will show an inline
      error.

          <img src="https://mintcdn.com/kimp360/l7TmkunSeeO0Fuf-/images/add-tag-slack.png?fit=max&auto=format&n=l7TmkunSeeO0Fuf-&q=85&s=eadf8a9f5d3fec21cb8eb5b0c161ed24" alt="Run add tag command" width="1122" height="602" data-path="images/add-tag-slack.png" />
  </Step>

  <Step title="Create the tag">
    Click <strong>Create</strong>.

    * KIMP360 creates the tag in the project linked to your Slack workspace
      using the name and color you provided.
    * A success message is posted in the channel showing the new tag name and
      ID.
    * If something goes wrong (for example, API issues or missing
      permissions), you receive an ephemeral error message instead, so you can
      try again or contact support.
  </Step>
</Steps>
