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

# Presentation context

> Understand the information the AI assistant uses while editing a deck.

Presentation context connects the current deck with its original brief, uploaded documents, outline, previous edits, and recent conversation. This makes follow-up requests such as “use the same tone on the next slide” possible.

## Use context effectively

* Name the target slide or section when it matters.
* Repeat facts that must be preserved exactly.
* Refer to the source file when a request depends on uploaded material.
* Review important claims, calculations, and names after every edit.

## Cloud

Cloud manages context storage as part of the hosted application. The saved presentation remains the visible source of truth.

## Self-hosted

The default release uses local persistent services for presentation memory. Keep `/app_data` mounted so presentations, uploaded assets, and stored context survive container replacement.

<Card title="Configure storage and processing" icon="database" href="/archive/v0.9.0-beta/self-hosted/configuration/storage-and-processing">
  Review persistence, document processing, and memory configuration.
</Card>
