> 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/allgemeines-zu-finanzdokumenten/dokumententitel.md).

# Document title

A financial document has two titles. On the one hand the document type (e.g. "invoice", "estimate", "cancellation invoice", ...), on the other hand the subject you assign, e.g. "Website Relaunch".

![](/files/944e6bf2d01967e7076cfe525556ffb65a960407)

## Change of the document type label

To change the label of the document type, for example from "estimate" to "Nachkalkulation", we can simply click on the label next to the pencil and rename the field.

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

{% hint style="info" %}
**Note**: Unlike the suggested labels (e.g.: "invoice"), manually changed labels are not automatically translated into other languages ("Invoice") when the language is changed in the print settings.
{% endhint %}

This option mainly exists to meet special requirements of certain customers for your documents. It is rarely used in everyday life.

## Change of the subject

The subject designates your document internally so you can easily find it in search, and it is also the headline on your financial document, i.e. prominently visible to your customer.

## Display of document type and subject in the print version

By default, document type and subject are displayed on two lines in the print version:

> invoice\
> Travel expenses Workshop Berlin

It is also possible to configure the display as a single line:

> invoice | Travel expenses Workshop Berlin

This change cannot be made via the web interface. Contact customer service:\
<info@diagenturverwaltung.de>


---

# 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/allgemeines-zu-finanzdokumenten/dokumententitel.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.
