# User Commands

User Command consists of one and more customised Excalibur commads, so it is possible to create combos/macros/workflows that fit your needs.

User Command has special command: [Keyboard Shortcut](/extensions/excalibur/user-commands/keyboard-shortcut.md).\
When used it will press defined shortcut.

## Create User Command

* Open Settings and click "Add User Command" button. User command can have custom name and as any other command assigned shortcut.
* Click on "add command" button, search bar will appear, type name of command you want to add and press **Enter/Return** (or click on it).
* You can customise some of the commands.
* If you need another command to add, click on "add command" button again.

![](/files/-MO2XrV0FIe63zPIk33Q)

## Edit User Command

* Select User Command and click on "Edit Command" button.
* To reorder commands, click on "**≡**" symbol. Commands will fold, now click and drag "**≡**" symbol. After release, commands will unfold again.

![](/files/-MO2XuB-9nAhiurjp9nP)

* To delete one of commands, press red button with cross to the left of command name.
* To delete User Command, press red button with cross to the left of User Command name.

![](/files/-MO2Xy-VROg_CqiQH2jL)


---

# 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://manuscript.knightsoftheeditingtable.com/extensions/excalibur/user-commands.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.
