> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentflow.live/llms.txt
> Use this file to discover all available pages before exploring further.

# Conversation Features

> Master advanced conversation features in AgentFlow

# Conversation Features

**Unlock the full power of AgentFlow conversations.**

## Rich Text & Formatting

**Markdown Support:**

* `**bold**` → **bold text**
* `*italic*` → *italic text*
* `` `code` `` → inline `code`
* Code blocks with syntax highlighting
* Lists (bulleted and numbered)
* Links and images

## Multimedia Features

<Note>
  **Coming Soon:** File attachments and voice input/output features are planned for future releases. Currently, AgentFlow supports text-based conversations.
</Note>

## Message Actions

Interact with messages to provide feedback and copy content:

<CardGroup cols={3}>
  <Card title="Copy" icon="copy">
    Copy message content to clipboard
  </Card>

  <Card title="Thumbs Up" icon="thumbs-up">
    Mark response as helpful
  </Card>

  <Card title="Thumbs Down" icon="thumbs-down">
    Mark response as unhelpful
  </Card>

  <Card title="Comment" icon="message-square">
    Add feedback comments to messages
  </Card>
</CardGroup>

**Feedback Panel**: View all message feedback in the dedicated feedback panel (accessible from conversation menu)

## Collaboration Features

<Note>
  **Coming Soon:** Advanced collaboration features including conversation sharing, team mentions, and real-time collaboration are planned for future releases.
</Note>

## Advanced Features

<Note>
  **Coming Soon:** Advanced features like conversation branching, custom instructions, auto-summarization, and export options are planned for future releases.
</Note>

## Keyboard Shortcuts

| Action                 | Shortcut        |
| ---------------------- | --------------- |
| Send message           | `Enter`         |
| New line               | `Shift + Enter` |
| Edit last message      | `↑`             |
| Search in conversation | `⌘F` / `Ctrl+F` |
| Close conversation     | `Esc`           |
| Regenerate             | `⌘R` / `Ctrl+R` |

<Tip>
  Press `⌘/` or `Ctrl+/` to see all available shortcuts
</Tip>

<Card title="Next: Organize Conversations" href="/conversations/organizing-conversations">
  Learn to manage and organize your chat history
</Card>
