# Download Package XML

Download the meta.xml for an homebrew app.

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

`GET https://<hostname>/unzipped_apps/<name>/apps/<name>/meta.xml`

| 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/unzipped_apps/WiiVNC/apps/WiiVNC/meta.xml"
```

The above command downloads the XML for "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-package-xml.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.
