> For the complete documentation index, see [llms.txt](https://wiki.dieagenturverwaltung.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/etats/neuen-etat-anlegen.md).

# Create new customer account

As described in the introduction, the customer account level is logically between the customer and the customer's jobs and manages the price list.&#x20;

At the latest when creating a job for a new customer we create a customer account. Alternatively, a customer account can also be created in the customer detail view or under *Project management > Customer accounts* can be created.

![Creating a customer account in the project wizard](/files/5b6400bb4f2bbdaef54f1e8a10d4eee8dcb9cd30)

### What belongs to a customer account?

When creating a customer account, only a name is initially required. The hourly rates of the new customer account are derived — unless otherwise set — from the agency price list. However, you can also adjust these rates for the jobs of this customer account.&#x20;

Here you can learn how to adjust the agency-wide **standard price list** for roles:

{% content-ref url="/pages/96240e3033c741dbab2cea1007326612d09d41a7" %}
[The standard price list of agency services](/die-agenturverwaltung-en/onboarding/initial-financial-settings/funktionen.md)
{% endcontent-ref %}

More information about the concept of the **price list** in customer accounts can be found here:

{% content-ref url="/pages/c6283a7d4a2931cd4d6b1a6beccbb5824c253dd4" %}
[The price list concept](/die-agenturverwaltung-en/projektverwaltung-1/etats/preisliste.md)
{% endcontent-ref %}

{% content-ref url="/pages/4acd2815dd46ba739506ccb944f8c4d72bc5c3ab" %}
[Edit customer account price list](/die-agenturverwaltung-en/projektverwaltung-1/etats/etat-preisliste-bearbeiten.md)
{% endcontent-ref %}


---

# 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/etats/neuen-etat-anlegen.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.
