> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hash7-gitbook.gitbook.io/en/user-guide/1.10-free-demo-access.md).

# 1.10 Free demo-access

HASH7 offers a <mark style="color:purple;">**free 7-day promo period**</mark> for users who have never had an active subscription in the app before.

### How to activate the promo code?

1. Make sure your app is updated to the latest version.\
   Download links:\
   \
   🍎 **iOS:** <https://testflight.apple.com/join/yZg3crZM>\
   🤖 **Android:** <https://play.google.com/store/apps/details?id=io.hash7.app>\
   📂 **APK:** available on the official website [hash7.io](https://hash7.io/) under the Google Play button.
2. When you log in to the app, tap “Activate” in the pop-up window with promo code information.

<figure><img src="/files/nlQTmkEVpJIZk7UM6RAl" alt="" width="375"><figcaption></figcaption></figure>

3. In the "Available Promo Codes" section, tap "Apply" and then "Next" in the "Promo Code" section.

<figure><img src="/files/dJSJ0UNrepHMJeiEwPQU" alt=""><figcaption></figcaption></figure>

4. Review the promo subscription details and tap "Activate Subscription" to successfully apply the promo code.

<figure><img src="/files/LsdYHMqsNYUzqvnBOSeL" alt=""><figcaption></figcaption></figure>

*If you tapped “Skip” in Step 2 and wish to activate the promo subscription later, you can go to the “More” section and select “Activate Code.” In this section, repeat Steps 3 and 4.*

### Important

> 1. Access to the app via a promo code is provided for a limited time only.
> 2. If you activate an annual subscription during the promo period, any remaining days from the promo subscription will be automatically added to the duration of your new paid subscription.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://hash7-gitbook.gitbook.io/en/user-guide/1.10-free-demo-access.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
