# Create a supplier

To add a new supplier to your system, follow these simple steps:

#### **Step 1: Access the Supplier Site**

* Log in to your account and navigate to the **Supplier** section from the main menu.

#### **Step 2: Initiate New Supplier Creation**

* Click on the **Create** button to start adding a new supplier.

<figure><img src="/files/zcOMkxcinmfBGye13ohU" alt=""><figcaption></figcaption></figure>

#### **Step 3: Enter Supplier Information**

* Fill in the required details about the supplier, including:
  * **Supplier Name:** The name of the company or individual supplier.
  * **Contact Information:** Phone number, email address, and physical address.
  * **Business Details:** Any additional information such as business registration number or tax ID.

#### **Step 4: Save the Supplier Record**

* After entering all necessary information, click the **Save** button to create the new supplier record.

#### **Step 5: Verify and Edit Supplier Details**

* Review the newly created supplier entry for accuracy.
* If needed, click on the **Edit** button to make any changes or updates to the supplier information.


---

# 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://academy.wandace.com/how-to-guides/suppliers/create-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.
