> 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/projekte/neues-projekt-anlegen.md).

# Create new job

On this page we learn how to create a new job in a new customer using the project wizard. In the process, we will also create a new customer account with a different price list.

You can either watch this how-to as a video or read it below in text form.

{% embed url="<https://youtu.be/7ZIcq920PeI>" %}

### Step-by-step to the new job

A new job is created in the job management. You can access the wizard to create a new job under Job Management > Create New Job. Also via the "Create New" menu item.

![](/files/96a25b38b456e79b61c7d2964287ea675149bb8f)

This wizard guides you to a new job in six steps.

In the first step we assign a name to the new job.

![](/files/6e0da4cc82f3b78777fd83e259ce449a28f8b9c8)

In the second step an existing customer is selected or a new customer is created. In the video we create a new customer directly, but you can also choose an existing one from the list.&#x20;

![](/files/fb4091c1bdc270999f9caebf7efa12b8b7e95cfa)

In the fourth step an existing customer account is selected or a new customer account is created.&#x20;

In the fifth step we can adjust the hourly rates for this customer account if they differ from the agency price list. In this case it was agreed with the customer that graphic services will be billed at a net hourly rate of €55. This information is stored in the new customer account price list.

![](/files/1894a7ee43c1320c9c839e712468273949dd90b4)

By clicking "Create Job" both the new customer account and the new job are created.&#x20;

We go to the job detail page and see here that the job was created in the new customer account.

Now we can, for example, create initial tasks in this job or create an estimate.

From now on, additional jobs can be easily created in the existing customer and most steps of the wizard can be skipped.&#x20;

{% hint style="info" %}
**By the way**: It may make sense in some cases not to create a job for every new-business estimate. If your agency sends many offers to new customers each month without knowing whether they will actually result in an order, it is simpler to create the job only after an estimate has been approved and to assign the approved estimate to the new job only then. This avoids losing track due to a large number of unrealized jobs.
{% 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://wiki.dieagenturverwaltung.de/die-agenturverwaltung-en/projektverwaltung-1/projekte/neues-projekt-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.
