diff --git a/docs/src/assistant/contexts.md b/docs/src/assistant/contexts.md index 250a9dff32..9771cb2683 100644 --- a/docs/src/assistant/contexts.md +++ b/docs/src/assistant/contexts.md @@ -6,7 +6,13 @@ The model can reference content from your active context in the assistant panel, ### Saving and Loading Contexts -After you submit your first message, a name for your context is generated by the language model, and the context is automatically saved to your file system in `~/.config/zed/contexts`. You can access and load previous contexts by clicking on the history button in the top-left corner of the assistant panel. +After you submit your first message, a name for your context is generated by the language model, and the context is automatically saved to your file system in + +- `~/.config/zed/conversations` (macOS) +- `~/.local/share/zed/conversations` (Linux) +- `%LocalAppData%\Zed\conversations` (Windows) + +You can access and load previous contexts by clicking on the history button in the top-left corner of the assistant panel. ![Viewing assistant history](https://zed.dev/img/assistant/assistant-history.png)