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

# Notizen in der Projektverwaltung

Auf den drei Hierarchieebenen der Projektverwaltung (Kunde, Etat und Projekt) könnt ihr im Reiter "Notizen" für den jeweiligen Datensatz **Notizen anlegen und optional mit eurem Team teilen.**

![](/files/-LyTakRJd7F_sTy20uf8)

Zum **Anlegen einer neuen Notiz**, tippt euren Notiztext einfach in das Feld "Neue Notiz" ein, legt die Sichtbarkeit des Eintrags fest und klickt auf den Speichern-Button.

Ihr könnt beliebig viele Notizen mit verschiedenen Sichtbarkeiten anlegen. Im **Feld "Sichtbar für"** könnt ihr entweder einen oder mehrere Benutzer auswählen oder über den Eintrag "Alle" die Notiz für alle Benutzer freigeben.

Notizen können von allen Benutzern, welche die Notiz ansehen können, auch bearbeitet werden. Somit könnt ihr die Notizen im Team immer aktuell halten.

{% hint style="info" %}
Ihr wollt eine persönliche Notiz anlegen, die nur ihr sehen könnt?

Dann wählt lediglich euren Namen im Feld "Sichtbar für" aus. \
Andere Benutzer der Agenturverwaltung können diese Notiz nun nicht sehen.
{% endhint %}

{% hint style="info" %}
Notizen sind nicht auf den verknüpften Hierarchieebenen einsehbar. \
Das heißt, ein Notiz am Projekt ist nicht im verknüpften Etat oder in anderen Projekten des Etats sichtbar.
{% 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/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.
