# Command Palette

## What would you like to do?

Open the palette by clicking the :mag: icon, or using `CMD + K` for Mac or `CTRL + K` for Windows.&#x20;

<figure><picture><source srcset="/files/jImEP8kXooTwbgUcrEG0" media="(prefers-color-scheme: dark)"><img src="/files/gRa7vlf0iECKTtKgH1IP" alt=""></picture><figcaption></figcaption></figure>

This menu shows the most recent creations and modifications carried out in your Tenant. You can select the type of resource (Listener, Pipeline, Sink, Enrichment, etc) to open, or use the **search bar** to filter by type, name, or tags.&#x20;

{% hint style="info" %}
This view is available throughout the entire platform, with the exception of from within a Pipeline.
{% endhint %}

### Create new\...

Create a new Listener, Pipeline, Data Sink, Enrichment, or User in directly from this window. Simply click **Create new\...** and the next step allows you to select what to create. This will automatically open the creation page.

<figure><picture><source srcset="/files/PwT6mofO5amUGSHB99eQ" media="(prefers-color-scheme: dark)"><img src="/files/d48oXMrz2kEHrdr4gmPx" alt=""></picture><figcaption></figcaption></figure>

### Open

You can open any part of the platform from here. If what you are looking for has been recently modified or added, it will show in the **Recent** area. Select it to open it.

Otherwise, select the category your element falls under and it will show you all of those elements in your Tenant, e.g. selecting **Listeners** will provide you wish a list of all the Listeners.

Click one from the list, or create a new one from here.

<figure><picture><source srcset="/files/DdMbCnp1TaCKy0Swig2R" media="(prefers-color-scheme: dark)"><img src="/files/AJzfGPqcLPH73rnSXcFp" alt=""></picture><figcaption></figcaption></figure>

{% hint style="success" %}
You can navigate this window using entirely keyboard shortcuts.
{% endhint %}

## Keyboard shortcuts

| Action                | Shortcut                                                                           |
| --------------------- | ---------------------------------------------------------------------------------- |
| Open Command Palette  | <p><code>CMD + K</code> (Mac)</p><p>or  </p><p><code>CTRL + K</code> (Windows)</p> |
| Close Command Palette | `Escape`                                                                           |
| Select                | `Enter`                                                                            |
| Navigate              | `Up` and `Down` arrows                                                             |


---

# 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.onum.com/commands/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.
