> For the complete documentation index, see [llms.txt](https://daisychain.gitbook.io/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://daisychain.gitbook.io/help/organizing/notes.md).

# Notes

You can record notes by clicking "Add Note" in a Person's profile or in one of their [Pathway](/help/organizing/pathways.md) cards.

After saving a note, it will be visible in the Person's timeline to you and other people on your team. It will be date-stamped and show the name of the person that took the note.

Notes are especially useful for the kind of information that doesn't make sense to store in a single field. For example, if you're an organizer doing monthly check-in calls with individual volunteers, you might use notes to write a quick summary of the key information you learned from each call so it's available for review later by you or other people on your team.


---

# 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:

```
GET https://daisychain.gitbook.io/help/organizing/notes.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
