---
title: "Archive inbound chat files into the Bot workspace"
version: "zh"
---

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

# Archive inbound chat files into the Bot workspace

Images and files uploaded in chats are archived into the Bot's workspace under an `attachments/` directory, and their local paths are injected into the turn's context; Memory entries reference them by relative path. Chat material — contracts, quotes, screenshots — is the primary input for the customer-follow-up scenario, so the Agent must be able to read, cite, and remember it.

## Consequences

Attachments are read, never executed outside the sandbox, and are subject to size/type limits (PRD rule M10, FR-13).

Source: https://botharness.ai/zh/dev/adr/0008-archive-inbound-chat-files/index.mdx
