> ## 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.

# Tips & Tricks

> Power user features and productivity hacks

# Tips & Tricks

**Become an AgentFlow power user.**

## Keyboard Shortcuts

| Action              | Shortcut        |
| ------------------- | --------------- |
| New conversation    | `⌘N` / `Ctrl+N` |
| Search              | `⌘K` / `Ctrl+K` |
| Send message        | `Enter`         |
| New line in message | `Shift+Enter`   |
| Edit last message   | `↑`             |
| Close conversation  | `Esc`           |
| Quick commands      | `/`             |

## Hidden Features

<AccordionGroup>
  <Accordion title="Quick Commands" icon="terminal">
    Type `/` in any conversation:

    * `/model` - Switch AI model
    * `/clear` - Clear conversation
    * `/export` - Export chat
    * `/help` - Show all commands
  </Accordion>

  <Accordion title="Markdown Shortcuts" icon="markdown">
    Format text quickly:

    * `**bold**` → **bold**
    * `*italic*` → *italic*
    * `` `code` `` → `code`
    * `> quote` → quote
  </Accordion>

  <Accordion title="Smart Search" icon="magnifying-glass">
    Advanced search operators:

    * `agent:name` - Filter by agent
    * `date:today` - Today's conversations
    * `tag:urgent` - Tagged conversations
    * `user:@john` - By team member
  </Accordion>
</AccordionGroup>

## Productivity Hacks

**Agent Templates:**
Save frequently used agent configurations as templates for instant creation.

**Model Configuration Sharing:**
Export model configurations as YAML files to share with team members or backup your setups. Find the download icon when hovering over model cards.

**Conversation Snippets:**
Save common prompts as snippets for quick reuse.

**Bulk Organization:**
Select multiple conversations (Shift+Click) for bulk actions.

**Auto-Tagging:**
Set up rules to automatically tag conversations based on content (Enterprise).

**Custom Shortcuts:**
Create personal keyboard shortcuts for frequent actions (Enterprise).

## Advanced Techniques

<Tabs>
  <Tab title="Better Prompts">
    **Structure prompts:**

    ```
    Task: [What you want]
    Context: [Relevant background]
    Format: [How you want the output]
    Constraints: [Any limitations]
    ```
  </Tab>

  <Tab title="Chain Conversations">
    Use previous conversation outputs as inputs to new conversations for complex workflows.
  </Tab>

  <Tab title="Compare Models">
    Ask same question to different agents/models, compare results.
  </Tab>
</Tabs>

<Card title="Next: Glossary" href="/support/glossary">
  Look up AgentFlow terms
</Card>
