# Create a new customer

## How to create a new customer:&#x20;

* Step 1 -> [Login](https://accounts.jupiterhq.com/payments/login)
* Step 2 -> From the left hand menu, navigate to "Customers".
* Step 3 -> Select "New Customer" in the top right hand corner.
* Step 4 -> Complete the required fields and optional fields as needed.
* Step 5 -> Select "Save" at the bottom of the form.

{% hint style="info" %}
You can also create a Customer from any transaction in the transaction list.
{% endhint %}


---

# 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.jupico.com/customers/create-a-new-customer.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.
