# Launching The Stack

Make sure that OrbStack (MacOS users) or Docker Desktop (Linux/Windows users) is running. The `cillers run` command will just wait for it to start otherwise.&#x20;

Run the following command in your project's directory (the `my-system` directory unless you named it otherwise).

```
cillers run dev
```

You should now see the Polytope Container Runtime UI.

<figure><img src="/files/QqJUVymSFJLTj3mORGCv" alt=""><figcaption></figcaption></figure>

Just like in any operating system, some processes, such as init scripts, run to completion and some, such as databases, should be kept running.&#x20;

Use the guide at the bottom of the Polytope UI to navigate. You will find the Polytope UI to be incredibly helpful and powerful.&#x20;

**Attention!** If you are on a bad network, you may have to restart the "cillers run dev" command to get the initialization to complete, because of problems to load container images.


---

# 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.bluetext.dev/getting-started/launching-the-stack.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.
