# Available commands

There are multiple commands available in Create Magento App:

### `yarn start` or `npm run start`

{% content-ref url="/pages/-MOkehwx5KVpndeSFuNx" %}
[Start the application](/getting-started/available-commands/start.md)
{% endcontent-ref %}

### `yarn stop` or `npm run stop`

{% content-ref url="/pages/-MOl8skLE48iS\_0zhCUD" %}
[Stop the application](/getting-started/available-commands/stop.md)
{% endcontent-ref %}

### `yarn status` or `npm run status`

{% content-ref url="/pages/-MOkcAE2gQgtaDLPHnYx" %}
[Check application status](/getting-started/available-commands/status.md)
{% endcontent-ref %}

### `yarn cli` or `npm run cli`

{% content-ref url="/pages/-MOl9D1L7FUjXY9a6GzM" %}
[Enter application CLI](/getting-started/available-commands/cli.md)
{% endcontent-ref %}

### `yarn logs` or `npm run logs`

{% content-ref url="/pages/-MOl9Li3NrDe0Pr1eqXX" %}
[Explore application logs](/getting-started/available-commands/logs.md)
{% endcontent-ref %}

### `yarn link` or `npm run link`

{% content-ref url="/pages/-MOlA0avsCc7JRKYulXU" %}
[Link a theme](/getting-started/available-commands/link.md)
{% endcontent-ref %}

## Experimental commands

### `yarn cleanup` or `npm run cleanup`

{% content-ref url="/pages/-MOgUGa7-eOwqltf-Iyu" %}
[⚠️ Uninstall a project](/getting-started/available-commands/cleanup.md)
{% endcontent-ref %}


---

# 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.create-magento-app.com/getting-started/available-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.
