# Downloading a Dataset

{% hint style="warning" %}

1. You must be a participant of the challenge to download the dataset.
2. The challenge must be started before the dataset can be downlaoded.
   {% endhint %}

A challenge on Dockship may provide a dataset for you to create your solution. In order to download the dataset follow these steps:

1. Goto to the challenge page
2. Click on the "**Download Dataset"** button and a prompt will open.
3. On the prompt, there are three ways to download a dataset
   1. Command Line
   2. In your Notebook
   3. Direct Download

You are free to use the type of Download Method.

{% hint style="info" %}
The download link is valid for 30 minutes only. If the link expires, follow the above steps again to generate a new link.
{% 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.dockship.io/downloading-a-dataset.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.
