# Add a Supplier

### Suppliers List

Click **Suppliers** from the Moselle menu to view all suppliers. The list displays:

* Name
* Country
* Incoming GMV
* Active Orders
* Prices Last Updated

Click **Add Supplier** in the top right corner to create a new supplier.

### Create a Supplier

1. Click **Add Supplier**
2. A pop-up will appear - enter:
   * Name
   * Country
   * Currency
   * Lead time (days)
3. Click **Save Changes**

You'll be taken to the Supplier Details page where you can add additional information.

### Supplier Details Page

The Supplier Details page has four tabs:

#### Overview Tab

**Supplier Details**

| Field        | Description             |
| ------------ | ----------------------- |
| Name         | Supplier name           |
| Email        | Supplier contact email  |
| Phone Number | Supplier contact phone  |
| Address      | Physical street address |
| City & State | City and state location |
| Country      | Country location        |
| Postal Code  | Zip or postal code      |

**Supplier Settings**

**Lead Time (days)** Adjusting the lead time will influence how replenishment automation is calculated when planning your production schedule. \[Learn more]

**Preference Ranking** Moselle will prioritize suppliers with a higher ranking in replenishment automation if other criteria are equal.

**Notes** Add additional notes about the supplier.


---

# 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://learn.moselle.io/operations/suppliers/add-a-supplier.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.
