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

# Go to Anything

> Search and jump to apps, integrations, knowledge bases, and workflow nodes from anywhere with a keyboard shortcut

The **Go to Anything** overlay is a search box for the whole console: type once to find apps, knowledge bases, Marketplace integrations, and nodes on the canvas you're editing, or run quick commands.

### Open the Overlay

Press `⌘ + K` on macOS or `Ctrl + K` on Windows/Linux, or click the search button at the top of the sidebar.

Before you type anything, the overlay lists the apps and knowledge bases you opened most recently, so returning to one takes a single keystroke.

<Info>
  If the shortcut doesn't respond, another app or browser extension may be using it. The sidebar button always works.
</Info>

### Search with @

Type a keyword to search everything at once; results are grouped by category. Prefix a scope to narrow the search:

* `@app` – search your applications
* `@knowledge` or `@kb` – search knowledge bases
* `@plugin` – search integrations on the Marketplace
* `@node` – search nodes on the open canvas (available for workflows and knowledge pipelines)

Navigate results with the arrow keys and press `Enter` to open the selected item.

### Run Commands with /

Type `/` to see every command, or keep typing to filter:

| Command                | What it does                                                                                                                 |
| :--------------------- | :--------------------------------------------------------------------------------------------------------------------------- |
| `/create` / `/new`     | describe an app and Dify builds it as a Workflow or Chatflow; pick the type yourself or choose **Auto** to let the AI decide |
| `/refine` / `/improve` | describe a change and Dify applies it to the Workflow or Chatflow you're editing (only when one is open)                     |
| `/go`                  | jump to a main section of the console                                                                                        |
| `/docs`                | open the help documentation                                                                                                  |
| `/community`           | open the Discord community                                                                                                   |
| `/account`             | go to your account page                                                                                                      |
| `/theme`               | switch the interface theme                                                                                                   |
| `/language` / `/lang`  | change the interface language                                                                                                |
