# Download Zipped Package

Download a zipped homebrew app.

#### HTTP Request <a href="#http-request-5" id="http-request-5"></a>

`GET http://<hostname>/hbb/<name>/<name>.zip`

| Parameter   | Default       | Description                                                                                               |
| ----------- | ------------- | --------------------------------------------------------------------------------------------------------- |
| \<hostname> | **Mandatory** | Hostname of host to use (eg. hbb1.oscwii.org for primary). For info about hosts, go to the Hosts section. |
| \<name>     | **Mandatory** | Internal name / hbbID of package to get.                                                                  |

#### Usage

```
curl "https://hbb1.oscwii.org/hbb/WiiVNC/WiiVNC.zip"
```

The above command downloads the package "WiiVNC" from the "primary" host.


---

# 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.oscwii.org/oldapi/download/download-zipped-package.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.
