# Commands

By using **Commands**, you can easily run your code. You can customize Commands.&#x20;

### Running Commands <a href="#running-commands" id="running-commands"></a>

To run commands, click the **\[Run]** button at the top right of the Workspace.

### Viewing Commands <a href="#viewing-commands" id="viewing-commands"></a>

In the **\[Run]** button dropdown, you can view the list of commands, and you can add new commands as needed.

### Adding a new Command <a href="#adding-a-new-command" id="adding-a-new-command"></a>

To add a new command, you can click the **\[Add run command]** button in the **\[Run]** button dropdown.

Each command has a default script based on the container's base template. You can customize the command as needed.

### Managing Commands <a href="#managing-commands" id="managing-commands"></a>

To manage customized commands, you can click the config button in the **\[Run]** button dropdown. This will allow you to configure options and scripts for the selected command. You can also click the **\[Remove]** button on the run command settings tab to remove the command.


---

# 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.arkain.io/user-guide/workspace/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.
