> 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/finanzen-1/gutschriften/neue-gutschrift-anlegen.md).

# Create new credit invoice

![](/files/30981d7f03c5ebf64729f7d898b8c5d1461f56e1)

When creating a credit invoice we enter a subject, a date and a job number.

A new credit invoice can be created in various ways:

### From the list of credit invoices

In the menu under Finances > Credit invoices you reach the list of credit invoices. Above the list on the right there is a button "New credit invoice".

### From a job

In the "Finances" tab of a job you will find all credit invoices created for that job so far. Above the list the "New credit invoice" button can be used.

### From a customer account

In the "Finances" tab of a customer account you will find all credit invoices created for that customer account so far. Above the list the "New credit invoice" button can be used.

### From a customer

In the "Finances" tab of a customer you will find all credit invoices created for that customer so far. Above the list the "New credit invoice" button can be used.

### As a copy from another document

In the "Options" tab of a financial document, a new credit invoice can be generated in the "Copy document" section if "Credit invoice" is selected as the target format.

### From a template

You can either ...

* ... select a template when creating a credit invoice, or
* ... open the template under "Finances > Templates", jump to the "Options" tab and there create a copy of the template with the target format "Credit invoice" (see above).


---

# 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/finanzen-1/gutschriften/neue-gutschrift-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.
