diff --git a/fern/docs.yml b/fern/docs.yml index 6155d23..c49b965 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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 diff --git a/fern/docs/tips-and-tricks.mdx b/fern/docs/tips-and-tricks.mdx new file mode 100644 index 0000000..63ee3a9 --- /dev/null +++ b/fern/docs/tips-and-tricks.mdx @@ -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. + + + + Locate the message or thread you want to document. + + + + Click the three-dot menu (⋯) on the message. + + + + Choose "Update Docs" from the menu. If you don't see it, click "More message shortcuts" and search for it. + + + + Promptless analyzes the full thread and creates a documentation suggestion. + + + +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).