diff --git a/fern/products/ask-fern/pages/features/scribe-slack-app.mdx b/fern/products/ask-fern/pages/features/scribe-slack-app.mdx index 99b23d305..a09aa0d6e 100644 --- a/fern/products/ask-fern/pages/features/scribe-slack-app.mdx +++ b/fern/products/ask-fern/pages/features/scribe-slack-app.mdx @@ -47,7 +47,7 @@ Once you've installed it in your workspace, add the bot to Slack channels where ## Usage -Tag `@Scribe` in any channel where it has been added to request documentation changes. Scribe will analyze your request and create a pull request to your connected GitHub repository. +Tag `@Scribe` in any channel where it has been added to request documentation changes. Scribe reacts with an :eyes: emoji to confirm it has read your message, then analyzes your request and creates a pull request to your connected GitHub repository. Pull requests are opened by `fern-support` to maintain consistent attribution. Example requests: - `@Scribe add a section about authentication to the getting started guide` @@ -55,3 +55,10 @@ Example requests: - `@Scribe fix the typo in the installation instructions` Scribe will respond in the thread with a link to the pull request it created. + +## Features + +Scribe supports several input types to help provide context for your documentation requests: + +- **Image attachments**: Include screenshots, diagrams, or other images in your message. Scribe uploads these attachments to the editing session and can reference them when making documentation changes. +- **Thread context**: When you tag Scribe in a thread, it unfurls the thread history to understand the full context of the conversation before generating changes.