# Step 2: Setting Your Pack Up

Now you have your download link lets config RPD to work with your pack

### 2.1: input your download link

#### Step 1:

place your download link in the **Resourcepack-URL:** section

{% tabs %}
{% tab title="Dropbox Example" %}

```yaml
Resourcepack-URL: https://www.dropbox.com/s/kcrxyd9wk4ms6f5/My%20Pack.zip?dl=1
```

{% hint style="warning" %}
&#x20;When using a Dropbox link in RPD make sure that the number at the end of your link is **1** otherwise it won't work
{% endhint %}
{% endtab %}

{% tab title="MC-Packs Example" %}

```yaml
Resourcepack-URL: https://download.mc-packs.net/pack/2aa4defc9affb90aa70e4413bc19b296d002d61e.zip
```

{% endtab %}
{% endtabs %}

#### Step 2:

Configure the pack as you please. Use the link below to see what each setting does and how to use it.

{% content-ref url="../other-settings" %}
[other-settings](https://lori00.gitbook.io/rpd-wiki/config/settings.yml/other-settings)
{% endcontent-ref %}


---

# 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://lori00.gitbook.io/rpd-wiki/config/settings.yml/getting-started/step-2-setting-your-pack-up.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.
