# URL

### Mandatory Fields

* "type" - Type of source. "url" is one of them.

{% content-ref url="/pages/3eHJw57LH1f9LkUgWQpn" %}
[Source](/repository-manager/manifests/source.md)
{% endcontent-ref %}

* "format" - The format of the download provided by the source. For example, "zip".

{% content-ref url="/pages/WXQNWZbYBGkX9Y8oNZo1" %}
[Format](/repository-manager/manifests/source/format.md)
{% endcontent-ref %}

* "location" - The address itself.

{% content-ref url="/pages/8xlItLIzLNB7BD5JJqEc" %}
[Location](/repository-manager/manifests/source/url/location.md)
{% endcontent-ref %}

### Optional Fields

* "user-agent" - An optional user agent string, for when a specific user agent is needed to access the content.


---

# 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/repository-manager/manifests/source/url.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.
