# Check application status

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

{% hint style="warning" %}

### Heads up!

Command will work only after Create Magento App is installed.
{% endhint %}

This command will print the current Create Magento App project status. Status includes:

* Project name
* Project location
* Project creation date
* Platform version
* Platform architecture
* Docker version
* PHP version
* Composer version
* Magento version
* Docker containers status
  1. Container name
  2. Container image
  3. Container status
  4. Container network
  5. Container port forwarding
  6. Container environment variables
* Magento URL
* Magento admin panel URL
* Magento admin panel credentials

## Usage example

```bash
npm run status # for NPM
yarn status  # for Yarn
```


---

# 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/status.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.
