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

# Command Palette

> Quick access to any feature with keyboard commands

# Command Palette

The command palette provides quick access to any feature in Tether. Use it to navigate, search, and execute actions without leaving the keyboard.

## Opening the Command Palette

| Method       | Action                                  |
| ------------ | --------------------------------------- |
| **Keyboard** | `Cmd + K` (Mac) or `Ctrl + K` (Windows) |
| **Click**    | Click search icon in header             |

## Using the Command Palette

### Basic Navigation

<Steps>
  <Step title="Open Palette">
    Press `Cmd + K` or `Ctrl + K`
  </Step>

  <Step title="Type Search">
    Start typing what you want
  </Step>

  <Step title="Select Result">
    Use arrow keys or click to select
  </Step>

  <Step title="Execute">
    Press Enter to navigate or execute
  </Step>
</Steps>

### Search Types

The command palette searches across two categories:

| Type        | Examples                                                        |
| ----------- | --------------------------------------------------------------- |
| **Pages**   | SKUs, Inventory, Forecasting, Settings, Integrations            |
| **Records** | Specific SKUs, collections, transactions, warehouses, suppliers |

## How It Works

### Page Navigation

Type a page name to filter matching navigation items. The palette matches against page titles and related keywords.

| Example Query  | Matches               |
| -------------- | --------------------- |
| `sku`          | SKUs page             |
| `collections`  | Collections page      |
| `inventory`    | Inventory dashboard   |
| `forecast`     | Demand Forecast pages |
| `settings`     | Settings page         |
| `integrations` | Integrations page     |

### Record Search

As you type, the palette also searches across your data to find matching records:

| Record Type      | What's Searched                |
| ---------------- | ------------------------------ |
| **SKUs**         | SKU code and name              |
| **Collections**  | Collection name and SKU prefix |
| **Transactions** | Reference number, name, or ID  |
| **Warehouses**   | Warehouse code and name        |
| **Suppliers**    | Supplier code and name         |

Selecting a record navigates directly to its detail page.

## Tips for Effective Use

### Partial Matching

You don't need to type full names — partial matches work:

| Type   | Matches                   |
| ------ | ------------------------- |
| `inv`  | Inventory                 |
| `sku`  | SKUs page and SKU records |
| `fore` | Demand Forecast pages     |

### Keyboard Navigation

| Key     | Action                  |
| ------- | ----------------------- |
| `↑` `↓` | Navigate results        |
| `Enter` | Select highlighted item |
| `Esc`   | Close palette           |

## Common Workflows

### Quick SKU Lookup

<Steps>
  <Step title="Open Palette">
    `Cmd + K`
  </Step>

  <Step title="Type SKU">
    Type SKU code or name
  </Step>

  <Step title="Select">
    Choose from results
  </Step>

  <Step title="View">
    Jump directly to SKU detail
  </Step>
</Steps>

### Fast Page Switching

<Steps>
  <Step title="Open Palette">
    `Cmd + K`
  </Step>

  <Step title="Type Destination">
    Type page name (e.g., "forecast")
  </Step>

  <Step title="Navigate">
    Press Enter to go
  </Step>
</Steps>

### Quick Record Lookup

<Steps>
  <Step title="Open Palette">
    `Cmd + K`
  </Step>

  <Step title="Type Record Info">
    Type a SKU code, warehouse name, supplier name, etc.
  </Step>

  <Step title="Select Result">
    Choose from the matching records displayed below the pages
  </Step>
</Steps>

## Results Layout

The command palette organizes results into groups:

| Group            | What It Shows                |
| ---------------- | ---------------------------- |
| **Pages**        | Matching navigation items    |
| **SKUs**         | Matching SKU records         |
| **Collections**  | Matching collection records  |
| **Transactions** | Matching transaction records |
| **Warehouses**   | Matching warehouse records   |
| **Suppliers**    | Matching supplier records    |

<Tip>
  Results update as you type. A loading indicator appears while searching for records.
</Tip>

## Best Practices

<AccordionGroup>
  <Accordion title="Learn Key Commands">
    Memorize frequently used commands:

    * Your most visited pages
    * Common actions
    * Frequent searches
  </Accordion>

  <Accordion title="Use Abbreviations">
    Short inputs work well:

    * First few letters
    * Key words only
    * Common abbreviations
  </Accordion>

  <Accordion title="Build Muscle Memory">
    Practice using the palette:

    * Resist using mouse
    * Let it become natural
    * Speed comes with practice
  </Accordion>
</AccordionGroup>

## Troubleshooting

### Command Not Found

**Possible causes:**

* Misspelling
* Feature not available
* Permission restrictions

**Solutions:**

1. Check spelling
2. Try alternative phrasing
3. Verify you have access

### Slow Results

**Possible causes:**

* Large dataset
* Network latency
* Complex search

**Solutions:**

1. Be more specific
2. Use filters
3. Wait for results to load

## Next Steps

<CardGroup cols={2}>
  <Card title="Keyboard Shortcuts" icon="keyboard" href="/tips/shortcuts">
    More keyboard shortcuts
  </Card>

  <Card title="Bulk Operations" icon="layer-group" href="/tips/bulk-operations">
    Work with multiple items
  </Card>

  <Card title="Navigation" icon="compass" href="/navigation">
    Interface overview
  </Card>

  <Card title="Exports" icon="download" href="/tips/exports">
    Export data
  </Card>
</CardGroup>
