> For the complete documentation index, see [llms.txt](https://uni.fotello.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://uni.fotello.co/customers/customers.md).

# Customers

Use **Customers** to store client contact details. You can reuse customers when creating orders.

### View your customer list

Click **Customers** in the left sidebar to open your customer list. When a realtor signs up on your Fotello booking page, a new customer profile is automatically created and added to your customer list.

### Add/Edit a customer

{% stepper %}
{% step %}
**Add a new customer**

Click the **Add** button on the top-right of the customers page to create a new customer entry.

<figure><img src="/files/K5ur4QVe4IgQeEBpSnJZ" alt="adding customers"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Edit an existing customer**

Click on the customer's name or the edit icon on the right of the customer's row to open up customer details.
{% endstep %}

{% step %}
**Update customer details**

Enter the customer’s details.

For invoicing, you can also add:

* **Billing address**
* **Tax ID** (optional)

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

{% hint style="info" %}
Customer details are automatically synced to the branded property website, making it easy for prospective home buyers to get in touch with the listing agents. Detailed customer data allows for a more personalized browsing experience for every visitor. To see how your customer's details show up on the website, go to [Property Websites](/other-assets/property-websites.md).
{% endhint %}
{% endstep %}

{% step %}
**Save**

Click **Save** to create a new customer profile. Once saved, your customer's profile should look like this:
{% endstep %}
{% endstepper %}

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

{% hint style="info" %}
**Pro tip:** If you need help migrating customers from another platform, message our support team on chat. They can help import your list so you can start delivering from Fotello right away for free.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://uni.fotello.co/customers/customers.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
