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

# Documents Overview

> Manage documents attached to an agent record

Agent documents store compliance files, signed agreements, and supporting materials tied to a specific agent. Each document has a type, optional expiration date, and a file attachment.

| Endpoint                                                       | Description                                 |
| -------------------------------------------------------------- | ------------------------------------------- |
| [List documents](/api-reference/agents/list-agent-documents)   | Retrieve all documents attached to an agent |
| [Create document](/api-reference/agents/create-agent-document) | Attach a new document to an agent           |
| [Get document](/api-reference/agents/get-agent-document)       | Retrieve a single document by ID            |
| [Update document](/api-reference/agents/update-agent-document) | Update document metadata                    |
| [Delete document](/api-reference/agents/delete-agent-document) | Remove a document from an agent             |
