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

# Commands

> The Dragonfly commands you run from the Command Palette.

Run Dragonfly from the Command Palette, or use the equivalent actions in the sidebar. Open the Command Palette with `Cmd+Shift+P` on macOS or `Ctrl+Shift+P` on Windows and Linux.

| Command                       | What it does                                                                                                                            |
| ----------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Scan Workspace for Routes** | Reads your source for Express and Next.js routes and builds a collection from them. See [Route discovery](/guides/route-discovery).     |
| **New Request**               | Opens a blank request in the builder. See [Request builder](/guides/requests).                                                          |
| **Import Collection**         | Imports from Postman, Thunder Client, Insomnia, HAR, OpenAPI or cURL, detecting the format for you. See [Importing](/guides/importing). |

## Install command

Install Dragonfly from Quick Open without leaving the editor:

```bash theme={null}
ext install saurabhwankhade.dragonfly
```

<Tip>
  Most actions are also available from the Dragonfly icon in the Activity Bar, so you can work without the Command Palette if you prefer.
</Tip>
