> 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/notizen-in-der-projektverwaltung.md).

# Notes in job management

On the three hierarchy levels of project management (customer, customer account and job) you can in the "Notes" tab for the respective record **create notes and optionally share them with your team.**

![](/files/05efdc5495d6b125cff32fd7b477b5de7b4be8d9)

To **create a new note**, simply type your note text into the "New note" field, set the visibility of the entry and click the save button.

You can create any number of notes with different visibilities. In the **"Visible to" field** you can either select one or more users or release the note to all users by selecting the "All" entry.

Notes can be edited by all users who can view the note. This way you can always keep the notes up to date as a team.

{% hint style="info" %}
Do you want to create a personal note that only you can see?

Then simply select your name in the "Visible to" field. \
Other users of Die Agenturverwaltung will not be able to see this note.
{% endhint %}

{% hint style="info" %}
Notes are not viewable on the linked hierarchy levels. \
That means a note on the job is not visible on the linked customer account or in other jobs of the customer account.
{% 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/notizen-in-der-projektverwaltung.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.
