# Brands

### What are Brands

Brands can be displayed on your product pages to give your customers more information about the products you are selling.

Adding brands also allows you to perform bulk actions on your products that have the same brand. For example, increasing the price in bulk.

### How to Create a Brand

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **Brands**.
3. Enter the brand name.
4. Click **Add**.
5. Click **Save**.

### How to Attach a Brand to a Product

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **List All Products**.
3. Click **Edit** for a product.
4. On the Product > Edit page, expand the **Additional Details** panel.
5. Use the *Brand* section to add a new brand or search for a brand already created.
6. Click **Save**.

### How to Delete a Brand

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **Brands**.
3. Click the *red* **\[x]** icon next to each brand you want to delete.
4. Click **Save**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.freewebstore.com/manage/products/brands.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
