# Deploy

#### Zeus Deploy

Deploy a custom Zeus box to your local working directory.&#x20;

The `--type` method can be used to determine what medium to deploy the box to. The default `local` deploys with the syntax `file://${packagePath}/box.zip`. The option `ipfs` deploys to the IPFS network with the syntax `ipfs://${hash}`.

{% tabs %}
{% tab title="Deploy" %}

```bash
zeus deploy box
# run "zeus list-boxes" and you'll see the box under local boxes
# zeus deploy box --type ipfs
```

{% endtab %}

{% tab title="Options" %}

```bash
zeus deploy box

installs a templated plugin or a seed, without writing in deps

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]
  --type                                                      [default: "local"]
  --invalidate                                                   [default: true]
  --bucket                                     [default: "liquidapps.artifacts"]
  --prefix                                                   [default: "boxes/"]
  --endpoint
  --update-mapping                                               [default: true]
  --moddate                                                     [default: false]

Examples:
  zeus deploy box
```

{% endtab %}
{% endtabs %}

{% hint style="warning" %}
Note IPFS must be running in order for the box to be deployed, start with `zeus start-localenv --phase 15-ipfs-dameon`
{% endhint %}


---

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