# Download Page

Create unlimited download pages compatible with **SafeLinks**. This functionality is compatible with posts and pages and is also fully customizable.

### Get Link Button&#x20;

This function will unlock the download button available on the page after the timeout. Follow the instructions below to create the get link button.

Shortcode: `{getLink} $seconds={15} $before={Generate Link} $after={Go to Link} $message={Please wait...}`

Shortcode Options: All attributes are optional! Just use `{getLink}` to get the default text and timeout.

**Example:**

<figure><img src="/files/b8GS1Q5LToaWiW8HKado" alt="Get link button" width="563"><figcaption></figcaption></figure>

### Download Button&#x20;

This function will decrypt the safelink and redirect the user to the destination after the click. Follow the instructions below to create the download button.

Shortcode: `{getDownload} $button={Button Text}`&#x20;

Button Text: This attribute are optional! The default value is `Download`.

**Example:**

<figure><img src="/files/B1X9DZjv5hTreEODFA4p" alt="Download button" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
INFO: The download page supports direct download links and can also be used to redirect users to custom links (Internal/External).
{% 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.probloggertemplates.com/guides/seoflex/getting-started/download-page.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.
