# Keyboard shortcuts

***

### Navigation & Search

| Shortcut             | Action                                                                                                        |
| -------------------- | ------------------------------------------------------------------------------------------------------------- |
| `⌘ + K` / `Ctrl + K` | Open the [Command palette](/get-started/command-palette.md) **—** your central hub for navigation and actions |
| `⌘ + F` / `Ctrl + F` | Focus the search bar to find messages, threads, people, and more                                              |

***

### Composer & Messaging

| Shortcut           | Action                                    |
| ------------------ | ----------------------------------------- |
| `⌘ + Enter`        | Send your current message (default)       |
| `Enter`            | Insert a new line in your draft (default) |
| `⌘ + ↑ (Up_Arrow)` | Edit your last message.                   |

{% hint style="info" %}
You can change the message send behavior in **Preferences > Editor options** if you want Enter to send instead.
{% endhint %}

***

### Quick Mentions & Emojis

| Shortcut                 | Action                                             |
| ------------------------ | -------------------------------------------------- |
| `: + text`               | Opens emoji autocomplete (e.g., `:thumbsup:` → 👍) |
| `@ + text` or `[ + text` | Mention a user, thread, or group                   |

***

### What’s Coming

We’re actively expanding shortcuts—including admin actions and deeper integrations—so stay tuned!


---

# Agent Instructions: 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/keyboard-shortcuts.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.
