# List Boxes

Lists all boxes. Can use the `--no-show-versions` to suppress versions and show unique boxes.

{% tabs %}
{% tab title="List Boxes" %}

```
zeus list-boxes
```

{% endtab %}

{% tab title="Options" %}

```bash
zeus list-boxes

list boxes in mapping

Options:
  --version        Show version number                                 [boolean]
  --storage-path   path for persistent storage   [default: "/home/ubuntu/.zeus"]
  --rc-file        use rc file to load options from
                                     [default: "/home/ubuntu/.zeus/zeusrc.json"]
  --rc-ignore      ignore rc file                               [default: false]
  --verbose, -v                                                 [default: false]
  -h, --help       Show help                                           [boolean]
  --show-versions                                                [default: true]

Examples:
  zeus list-boxes --no-show-versions
```

{% endtab %}
{% endtabs %}


---

# 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.liquidapps.io/liquidapps-documentation/working-with-zeus-sdk/zeus-box-basics/list-boxes.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.
