# Command Line Commands

## Command Line Commands

| Function              | CMD     | Box #2            | Box #3          | Box #4   |
| --------------------- | ------- | ----------------- | --------------- | -------- |
| Create Call           | C       | Law/Medical/Fire  | Call Type       | Location |
| Create Call           | CALL    | Law/Medical/Fire  | Call Type       | Location |
| Attach Unit           | A       | Call Number       | Unit Identifier | -        |
| Attach Unit           | ATTACH  | Call Number       | Unit Identifier | -        |
| Search Veh            | V       | Plate             | -               | -        |
| Search Veh            | VEH     | Plate             | -               | -        |
| Search Ped            | P       | Name (F+L)        | -               | -        |
| Search Ped            | PED     | Name (F+L)        | -               | -        |
| Generate Traffic Stop | T       | Unit Identifier   | Location        | Veh Desc |
| Generate Traffic Stop | TRAFFIC | Unit Identifier   | Location        | Veh Desc |
| Mark Unit Available   | Z       | Unit Identifier   | -               | -        |
| Mark Unit Available   | AVAIL   | Unit Identifier   | -               | -        |
| Mark Unit Unavailable | U       | Unit Identifier   | -               | -        |
| Mark Unit Unavailable | UAVAIL  | Unit Identifier   | -               | -        |
| Mark Unit Off Duty    | O       | Unit Identifier   | -               | -        |
| Mark Unit Off Duty    | OFF     | Unit Identifier   | -               | -        |
| Open Call Details     | CD      | Call # or Unit #  | -               | -        |
| Open Call Details     | DETAIL  | Call # or Unit #- | -               |          |
| Add Call Note         | N       | Call Number       | Note            | -        |
| Add Call Note         | NOTE    | Call Number       | Note            | -        |
| Clear Call            | CC      | Call Number       | -               | -        |
| Clear Call            | CLEAR   | Call Number       | -               | -        |

## Syntax Assistant Notes

{% hint style="danger" %}
Red Text indicates a box is required
{% endhint %}

{% hint style="info" %}
Gray Text indicates a box serves no purpose and can be skipped
{% endhint %}


---

# 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/rocketcad-useful-info/command-line-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.
