> ## Documentation Index
> Fetch the complete documentation index at: https://dify-6c0370d8-release-1-17-0.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Go to Anything

> Search and jump to apps, agents, skills, knowledge bases, integrations, 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, agents, skills, 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.

<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
* `@agent` – search your agents
* `@skill` – search your skills
* `@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                                                                                                  |
| `/discord`             | open the Discord community                                                                                                   |
| `/models`              | open the system model settings                                                                                               |
| `/account`             | go to your account page                                                                                                      |
| `/theme`               | switch the interface theme                                                                                                   |
| `/language` / `/lang`  | change the interface language                                                                                                |
