# Download data using Collection Uri

The easiest way to use the client is to pass a CollectionIRI as a source parameter. This has two advantages. First, the user interface of the collection editor is available and you do not need to write Sparql queries anymore. On the other hand you don't need to pass the `endpoint` parameter to the client anymore, because the client recognizes by itself where the collection is stored.

## Example

```
java -jar databus-client.jar -s link/to/your/collection
```


---

# 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://dbpedia.gitbook.io/databus/download-client/examples/download-data-using-collection-uri.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.
