# Limitations

At the moment CMA has a few limitations that you should be aware of:

* You can create a maximum of 30 CMA instances running at the same time before running into network limits.\
  To remove custom networks not used by at least one container you can use the command `docker network prune` **OR** update to **magento-scripts** version **1.7.0 or newer** which will remove project network during stop command, freeing the network.
* Not all ports can be used for Magento to run on. Some browsers can throw an error **ERR\_UNSAFE\_PORT** on some ports below 1024.\
  If you encountered such issue, use [-p](/getting-started/available-commands/start.md#p-port) option in the start command and use ports above 1024.


---

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