# Using the Command Line

RocketCAD now features a brand new Command Line system to the Dispatching CAD. This Command Line helps you to expedite your dispatch and execute numerous actions without the need to touch your mouse.&#x20;

To use the [Command Line](/rocketcad-useful-info/command-line-commands.md#command-line-commands), begin by typing the "CMD" or the Command - you will always have one of two options, type the letter (ie; A) or type the short name (ie; ATTACH) and this will inform the Command Line that you are attempting to execute the 'Attach' command. The [Syntax Assistant](/rocketcad-useful-info/command-line-commands.md#syntax-assistant-notes) will then automatically prompt you through the next steps. You can quickly flow through these options by using the TAB (for moving to the right) and SHIFT+TAB (for moving back to the left) key(s) to navigate through the boxes. Once you have reached the final option in a command, simply press the ENTER key and the command line will execute.

![](/files/-MAi8LwTpUcoPu3lzFHv)

We have included a helpful guide of Command Lines commands to get you started and we'll continue to add more as suggestions come in!


---

# 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.therocketcad.com/getting-started-with-v6/cad-walkthrough/using-the-command-line.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.
