diff --git a/get-started/chat/introduction.mdx b/get-started/chat/introduction.mdx index ddcda282..5125521c 100644 --- a/get-started/chat/introduction.mdx +++ b/get-started/chat/introduction.mdx @@ -150,6 +150,29 @@ You can search and insert files from your project's file system directly in Chat --- +## Formatting your messages + +The Chat input supports a markdown editor with formatting tools to help you structure longer messages and prompts. + +### Slash command menu + +Type `/` in the chat input to open a searchable formatting menu. The menu includes 9 options: + +- Headings (H1, H2, H3) +- Bulleted and numbered lists +- Blockquotes +- Code blocks +- Dividers +- Table of contents + +Start typing after `/` to filter the list and quickly find the format you need. Select an option to insert the corresponding block at your cursor position. + +### Table of contents block + +The table of contents block creates a live, clickable outline of all headings in your message. It updates automatically as you add or change headings, making it useful for long-form content like detailed briefs, structured prompts, or documentation drafts. Insert it via the slash command menu by typing `/` and selecting **Table of contents**. + +--- + ## Providing Feedback on Responses Help improve your AI agents by rating their responses with thumbs up or thumbs down. Your feedback helps identify what's working well and what needs improvement, making agents more effective over time.