Files
lobehub/docs/usage/user-interface/command-menu.mdx
CanisMinor 3c5249eae7 📝 docs: fix agent usage typo (#13198)
docs: fix agent usage
2026-03-23 14:14:58 +08:00

89 lines
3.8 KiB
Plaintext

---
title: Command Menu
description: >-
The quick action center of LobeHub — search Agents, Topics, settings, and jump
anywhere with a few keystrokes.
tags:
- LobeHub
- Command Menu
- Quick Navigation
- Search
- Keyboard Shortcuts
---
# Command Menu
The Command Menu is LobeHub's quick action center. Press `⌘ + K` (Mac) or `Ctrl + K` (Windows/Linux) and a search overlay appears. Type a few keywords to find Agents, Topics, settings, or actions — no need to click through menus or the sidebar. It's the fastest way to navigate LobeHub.
**Fuzzy search** — You don't need to type the full name. "programming" or "python" can match "Python Programming Agent." When switching between Agents frequently, the Command Menu is much faster than browsing the sidebar.
## Opening the Command Menu
- **macOS:** `Cmd + K`
- **Windows/Linux:** `Ctrl + K`
The menu appears as an overlay in the center of the screen.
<Image alt={'Command Menu'} src={'/blog/assets095af3a0a0f850fc206fc3bbc19a4095.webp'} />
## What You Can Search
| Type | Examples |
| ---------------- | ---------------------------------------------------------------------- |
| **Agents** | Type an Agent name to switch sessions or start a new conversation |
| **Topics** | Enter topic keywords to jump to past conversations |
| **Sections** | "Settings", "Documents", "Resources" — jump directly to a section |
| **Skills & MCP** | Search for plugins and MCP servers |
| **Actions** | "Create Agent", "Create Agent Team" — execute without navigating menus |
**Keyboard navigation:** Use `↑` and `↓` to move through results, `Enter` to execute, `Esc` to close. `Tab` switches between result categories when you're typing a message.
<Image alt={'Command Menu Search and Navigation'} src={'/blog/assetsebc1ebe8330d982f6a0b757aafb3f4a1.webp'} />
## Ask an Agent
To start a conversation with a specific Agent:
1. Press `Cmd + K` / `Ctrl + K` to open the Command Menu
2. Type your message or topic
3. Press `Tab` to switch to the Agent selector
4. Select an Agent and press `Enter` — the conversation starts immediately
**Create new:** Select "Create Agent" or "Create Agent Team" and press `Enter` to create without leaving the menu.
## Quick Navigation
Select a section like "Documents" or "Resources" and press `Enter` to jump there. No sidebar scrolling, no extra clicks.
## Search Content
Enter keywords to search across:
- **Past messages** — Find conversations by content
- **Agents** — Switch by name or description
- **MCP plugins** — Find and access installed tools
Results are categorized so you can quickly see what you're looking at and choose the right one.
## Use Cases
**Switch Agents mid-task** — `Cmd + K` → type Agent name → Enter. Faster than clicking through the sidebar.
**Resume a past conversation** — `Cmd + K` → type a keyword from the topic → Enter. Jump straight to that Topic.
**Create a new Agent without leaving the flow** — `Cmd + K` → "Create Agent" → Enter. No need to find the create button.
**Quick access to Settings** — `Cmd + K` → "Settings" → Enter. One shortcut instead of avatar → menu → Settings.
## Tips
- **Start typing immediately** — The menu opens ready for input. No need to click the search field.
- **Use Tab to switch context** — When you've typed a message, Tab lets you switch to selecting an Agent or action without losing what you typed.
- **Esc to cancel** — Press Esc anytime to close the menu without executing anything.
<Cards>
<Card href={'/docs/usage/user-interface/shortcuts'} title={'Keyboard Shortcuts'} />
<Card href={'/docs/usage/agent/topic'} title={'Topics'} />
</Cards>