# Your Customers

The **Customers** section allows you to manually add, edit, or delete customer profiles, as well as upload them in bulk for easier management. Here’s how to get started:

**Step 1: Navigate to Customers Section**

* Go to the **Customers** section in the main menu to access the customer list and management tools.

**Step 2: Create a New Customer**

* Click on the **Create** button to manually add a new customer by filling out the form.
* At the bottom of the form, you’ll find an optional section where you can enter the customer's **invoice details**.
* Alternatively, you can **upload an Excel file** to create multiple customers at once.

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

**Step 3: Edit Customer**

* To update a customer’s information, select them from the table and click the **Edit** button.
* Make any necessary changes in the form that appears and click **Save**.

<figure><img src="/files/3lK8ZTK8UzinRBzoqh9P" alt=""><figcaption></figcaption></figure>

**Step 4: Delete Customers**&#x20;

You can delete customers individually or in bulk:

* To delete a customer, click on the customer in the table and select **Delete**.
* To delete multiple customers, use the checkboxes in the table’s head row to select them, then click the **Delete Selected Customers** button.

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


---

# 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/your-customers.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.
