Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ navigation:
path: ./docs/features/web-ui-feedback.mdx
- page: Providing Feedback
path: ./docs/features/providing-feedback.mdx
- page: Tips and Tricks
path: ./docs/tips-and-tricks.mdx
- section: Integrations
icon: fa-regular fa-plug
path: ./docs/integrations/index.mdx
Expand Down
32 changes: 32 additions & 0 deletions fern/docs/tips-and-tricks.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
title: Tips and Tricks
description: Practical tips to help you work more efficiently with Promptless
---

Practical tips to help you work more efficiently with Promptless.

## Use Slack's "Update Docs" Message Action

Turn Slack conversations into documentation using the "Update Docs" message action.

<Steps>
<Step title="Find the message">
Locate the message or thread you want to document.
</Step>

<Step title="Open the message menu">
Click the three-dot menu (⋯) on the message.
</Step>

<Step title="Select Update Docs">
Choose "Update Docs" from the menu. If you don't see it, click "More message shortcuts" and search for it.
</Step>

<Step title="Review the suggestion">
Promptless analyzes the full thread and creates a documentation suggestion.
</Step>
</Steps>

This captures context that might otherwise be lost in chat history—great for troubleshooting solutions, feature explanations, or team decisions.

For more ways to interact with Promptless in Slack, see [Working with Slack](/docs/how-to-use-promptless/slack-interactions).