# Suppliers

Adding suppliers allows you to quickly update prices or add discount rates to the products linked to the supplier.

It's also a great way to keep track of where your products are supplied from. You can link a supplier to a product in the add or edit product section.

### What are Suppliers?

Suppliers allow you to quickly update prices or add discount rates to the products linked to the supplier.

It's also a great way to keep track of where your products are supplied from as you can add contact information for each supplier.

### How to Create a Supplier

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **Supplier**.
3. Click **Add New Supplier**.
4. Enter the name of the supplier and add the relevant contact details for a supplier.

### How to Attach a Supplier 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 Supplier dropdown menu to select a Supplier you have created.
6. Click **Save**.

### How to Adjust the Price of all Products from a Supplier

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **Supplier**.
3. Click **Edit**.
4. Enter a new rate %.
5. Click **Add Rate**.
6. Click **Save**.

### How to Delete a Supplier

1. Log into your Freewebstore Control Panel.
2. Go to **Manage** > **Products** > **Supplier**.
3. Click the *red* **\[x]** icon next to each checkout form 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/suppliers.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.
