> For the complete documentation index, see [llms.txt](https://docs.glue.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glue.ai/get-started/command-palette.md).

# Command palette

The **command palette** is a powerful shortcut tool in Glue that helps you do more with fewer clicks. It lets you jump anywhere and trigger actions using just your keyboard.

It’s designed to grow as Glue adds more features—so you’ll see more commands available over time.

***

### What It Is

Press:

* **macOS:** `⌘ + K`
* **Windows / Linux:** `Ctrl + K`

This opens a searchable menu where you can type what you want to do—whether that’s navigating, starting a thread, or managing content.

***

<figure><img src="/files/JZP5gkRsMIyGWQBxTKbN" alt=""><figcaption></figcaption></figure>

### Quick Actions You Can Do Today

Here are some examples of what you can accomplish with the **command palette**:

#### 🔍 Navigation

* Jump to any **group**, **channel**, **direct message**, or **thread**
* Go directly to **Settings**, **Search**, or other app areas

#### 🧵 Thread Actions

* Start a new thread
* Rename or archive an existing thread
* Pin or unpin a thread
* Follow/unfollow threads

#### 💬 Conversations

* Switch between recent conversations
* Open a specific thread or DM instantly

#### 📌 Recent Items

* See your **recently used threads** and pick one quickly

***

### How It Works

* **Type to filter:** As you type, results update in real time.
* **Arrow keys:** Use `↑` / `↓` to navigate the list.
* **Enter:** Select your command.
* **Autocomplete:** Common targets and actions appear first.

***

### 📈 Coming Soon

Glue will expand command coverage over time to include:

* Group & workspace management
* Admin actions (when permitted)
* Integration-triggered commands (e.g., `/calendar`, `/zoom`)
* Personalized suggestions based on usage


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glue.ai/get-started/command-palette.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
