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

# Keyboard shortcuts and quick reference

> Complete reference of Socializioz keyboard shortcuts, URL parameters, and quick-access patterns for faster composing, navigation, and workspace actions.

Socializioz includes keyboard shortcuts and URL-based quick actions to speed up common workflows. This page collects them in one place for easy reference.

## Composer shortcuts

| Shortcut             | Where                   | What it does                                      |
| -------------------- | ----------------------- | ------------------------------------------------- |
| **Enter**            | Chat input              | Send a message                                    |
| **Shift + Enter**    | Chat input, inbox reply | Insert a new line without sending                 |
| **Cmd/Ctrl + Enter** | Comment reply           | Send a reply to a comment                         |
| **Enter**            | Hashtag input           | Add a hashtag tag                                 |
| **/**                | Chat input              | Open the slash command palette                    |
| **@**                | Chat input              | Open the mention panel for accounts and campaigns |

## Slash commands (AI chat)

Type `/` in the AI chat input to open a searchable command palette.

| Command     | Description                                          |
| ----------- | ---------------------------------------------------- |
| `/accounts` | Open the accounts panel to choose an account context |
| `/tag`      | Tag a connected account or campaign with `@`         |
| `/attach`   | Open the media and file attachment menu              |
| `/image`    | Generate an AI image and attach it                   |
| `/new`      | Start a new conversation                             |
| `/details`  | View details of the current conversation             |

See [AI chat assistant](/features/ai-chat#slash-commands) for full details.

## URL parameters

You can deep-link to specific views by appending query parameters to the URL.

### Composer

| Parameter           | Example                  | Effect                           |
| ------------------- | ------------------------ | -------------------------------- |
| `postId`            | `?postId=abc123`         | Load a specific post for editing |
| `social_account_id` | `?social_account_id=xyz` | Pre-select a connected account   |

### Schedule calendar

| Parameter | Example             | Effect                                           |
| --------- | ------------------- | ------------------------------------------------ |
| `view`    | `?view=week`        | Set the calendar view (month, week, day, agenda) |
| `status`  | `?status=scheduled` | Filter by post status                            |

### Publishing hub

| Parameter | Example        | Effect                                                 |
| --------- | -------------- | ------------------------------------------------------ |
| `post`    | `?post=abc123` | Open the Calendar tab and highlight the specified post |

### Comments

| Parameter | Example               | Effect                            |
| --------- | --------------------- | --------------------------------- |
| `account` | `?account=ACCOUNT_ID` | Select a specific account         |
| `post`    | `?post=POST_ID`       | Open a specific post              |
| `comment` | `?comment=COMMENT_ID` | Scroll to and highlight a comment |

Combine all three to deep-link directly to a specific comment: `/comments?account=ACCOUNT_ID&post=POST_ID&comment=COMMENT_ID`

### Connections

| Parameter | Example               | Effect                                                |
| --------- | --------------------- | ----------------------------------------------------- |
| `account` | `?account=ACCOUNT_ID` | Open the account details panel automatically (mobile) |

### Billing

| Parameter | Example           | Effect                          |
| --------- | ----------------- | ------------------------------- |
| `plan`    | `?plan=starter`   | Pre-select a plan card          |
| `billing` | `?billing=yearly` | Switch the billing cycle toggle |

Combine both: `?plan=professional&billing=yearly` opens the billing page with the **Pro** plan highlighted and yearly pricing shown.

## Quick actions

### Workspace overview

The command center on the [workspace overview](/features/workspace-overview) provides one-click access to:

* **Create Post** — open the composer
* **Media Library** — open the media library
* **Analytics** — open the analytics dashboard
* **Campaigns** — open the campaigns page

### AI chat quick actions

The quick action bar below the AI chat input provides one-tap prompts:

| Action             | What it sends                        |
| ------------------ | ------------------------------------ |
| **Run Audit**      | Runs a growth audit on your accounts |
| **Plan Content**   | Creates a 7-day content plan         |
| **Generate Image** | Generates a marketing image          |
| **Write Caption**  | Writes a caption with hashtags       |
| **Publish Now**    | Walks through publishing a post      |
| **View Analytics** | Shows performance insights           |

### Calendar quick-create

Click the **+** button on any empty cell or time slot in the [schedule calendar](/features/scheduling) to open the composer with the date and time pre-filled.

### Quick-compose from connections

Each connected account card includes a compose button that opens the [composer](/features/composer) with that account pre-selected.

## Navigation shortcuts

| Shortcut   | Where              | What it does                                              |
| ---------- | ------------------ | --------------------------------------------------------- |
| **Escape** | Any modal or sheet | Close the currently open modal, detail sheet, or dropdown |
| **Escape** | Search dropdown    | Close the search results and clear the query              |

<Note>
  Socializioz is a web application, so browser-level shortcuts like Ctrl+T (new tab), Ctrl+W (close tab), and Ctrl+L (focus address bar) work normally alongside the app shortcuts listed here.
</Note>

## Common workflow shortcuts

These patterns combine multiple shortcuts and quick actions to speed up daily tasks.

### Quickly create a post for a specific account

1. Navigate to the [connections](/features/connections) page
2. Click the **compose** button on the account card to open the composer with that account pre-selected
3. Type your caption, then use **Enter** in the hashtag input to add tags

Alternatively, use the URL parameter `?social_account_id=xyz` to open the composer with an account pre-selected directly from a bookmark or shared link.

### Jump to a specific calendar date

Use the schedule URL parameters to bookmark common views:

* `?view=week` for your weekly planning session
* `?view=day` for a daily review of scheduled content
* `?status=scheduled` to see only posts that are confirmed for publishing

### Reply to comments efficiently

1. Open the [comments](/features/comments) page
2. Select a post, then click on a comment
3. Type your reply and press **Cmd/Ctrl + Enter** to send without reaching for the mouse
4. Move to the next comment and repeat

### Navigate AI chat with slash commands

Type **/** in the AI chat input to open the command palette. The most frequently used commands:

* `/new` to start a fresh conversation when switching topics
* `/accounts` to set context before asking account-specific questions
* `/attach` to quickly add media to your conversation
* `/image` to generate an AI image inline

## Gestures (mobile)

| Gesture         | Where           | What it does    |
| --------------- | --------------- | --------------- |
| Pull down       | Most pages      | Refresh data    |
| Swipe back      | Detail panels   | Close the panel |
| Tap day strip   | Mobile schedule | Select a date   |
| Tap month label | Mobile schedule | Jump to today   |

<Tip>
  On mobile, pull-to-refresh works on most pages including the schedule, comments, inbox, and published posts. Use it to fetch the latest data without navigating away.
</Tip>

## Related

* [AI chat assistant](/features/ai-chat) — slash commands and quick actions
* [Composer](/features/composer) — post creation shortcuts
* [Scheduling](/features/scheduling) — calendar navigation
* [Comments](/features/comments) — reply shortcuts
* [Mobile experience](/features/mobile-experience) — touch gestures
* [Global search](/features/global-search) — find content across your workspace
