> ## 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 new brand from Slack

> Create a new brand in KIMP360 directly from Slack using the /add_new_brand command.

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

The `/add_new_brand` command opens a simple modal with a single required field for the brand name.

## How to add a brand from Slack

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

  <Step title="Enter the brand name">
    A modal titled <strong>Add New Brand</strong> opens.

    * Fill in the <strong>Brand name</strong> field with the name of the brand
      you want to create.
    * This field is required. If you leave it empty and try to submit, the
      modal will show an inline error.
  </Step>

  <Step title="Create the brand">
    Click <strong>Create</strong> to submit.

    * KIMP360 creates the brand in the project linked to your Slack workspace.
    * After a successful creation, a confirmation message is posted in the
      channel, including the brand name and its internal ID.
    * If the brand cannot be created (for example, due to API or permission
      issues), you will receive a private (ephemeral) error message in Slack so
      you can try again or contact support.

          <img src="https://mintcdn.com/kimp360/l7TmkunSeeO0Fuf-/images/add-brand-slack.png?fit=max&auto=format&n=l7TmkunSeeO0Fuf-&q=85&s=c9101e3730150b6a919cb2c47d0350ec" alt="Add brand confirmation" width="1006" height="518" data-path="images/add-brand-slack.png" />
  </Step>
</Steps>
