# Command Line

The "Command Line" page emulates CLI (command line interface) in the Web interface. This allows managing and monitoring the device by using all the commands and functions that are available via standard CLI.

In order to run one or a set of commands, type them in the command field and then click the «**Execute**» button. The output of the commands is displayed in the section above the command field:

<figure><img src="/files/5TDaRu6EV3rtHh1qlSSM" alt=""><figcaption></figcaption></figure>

In the "Command Line" menu, the commands are only executed, but not saved into the configuration. To execute the command and save it in the device configuration, use the "config save" command.

{% hint style="danger" %}
CAUTION

After changing the configuration in the web interface, the commands that were previously applied through the CLI and are missing in the web interface will be lost. To add these commands use the "Basic settings" - "Additional commands" section.
{% 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://wiki.astrawireless.net/astra-wireless-documentation/technical-documentation/astrawireless-evolution-technical-user-manual/operation-and-administration/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.
