> ## Documentation Index
> Fetch the complete documentation index at: https://docs.payhub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Notes Overview

> Add and manage internal notes on an agent record

Agent notes are free-form internal memos attached to an agent record. Use them to log communications, flag issues, or record context that does not fit structured fields.

| Endpoint                                               | Description                           |
| ------------------------------------------------------ | ------------------------------------- |
| [List notes](/api-reference/agents/list-agent-notes)   | Retrieve all notes on an agent record |
| [Create note](/api-reference/agents/create-agent-note) | Add a note to an agent record         |
| [Get note](/api-reference/agents/get-agent-note)       | Retrieve a single note by ID          |
| [Update note](/api-reference/agents/update-agent-note) | Edit a note on an agent record        |
