> For the complete documentation index, see [llms.txt](https://docs.letterland.com/fip-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.letterland.com/fip-app/getting-started/unlocking-content.md).

# Unlocking Content

You can unlock content in one of two ways:

[**Subscription**](/fip-app/getting-started/unlocking-content.md#unlocking-content-with-a-subscription)&#x20;

* You can purchase a monthly or yearly subscription to access all levels. Payments will be made using your Google Account or Apple ID.

[**Product Key**](/fip-app/getting-started/unlocking-content.md#unlocking-content-with-a-product-key)&#x20;

* You can access a specific level of Fix-it Phonics if you have previously purchased any of the CD-ROMs listed below. Just enter your 20 digit product key that can be found on your CD-ROM software e.g. KRY2Y3SSR339T5326955:
*

```
* [Fix-it Phonics Starter Level Software ](https://shop-uk.letterland.com/collections/products/products/fix-it-phonics-starter-level-software-cd-rom)
```

```
* [Fix-it Phonics Level 1 Software (second edition)](https://shop-uk.letterland.com/collections/products/products/fix-it-phonics-level-1-software-2nd-edition)
* [Fix-it Phonics Level 2 Software (second edition) ](https://shop-uk.letterland.com/collections/products/products/fix-it-phonics-level-2-software-2nd-edition)
```

* In order to unlock content with a product key, you will need to [Create an Account](/fip-app/getting-started/create-an-account.md) first.

### Unlocking content with a subscription

{% tabs %}
{% tab title="iOS" %}

1. Download the Fix-it Phonics app on the [Apple App Store](https://apps.apple.com/gb/app/letterland-fix-it-phonics/id1524990533).
2. From the homepage, tap 'Unlock' on any of the books.
3. Tap the 'Subscribe' button and choose either a monthly or yearly subscription which will unlock all books.&#x20;
4. If prompted, sign in using your Apple ID and follow the instructions to purchase. You will get a free trial for 7 days.
5. You can manage your subscription from your G or in the Fix-it Phonics app by tapping the menu hamburger icon and then tap 'Manage Subscription'.

![](/files/-MFjxZbeuNsn8NuVY3P0)
{% endtab %}

{% tab title="Android" %}

1. Download the Fix-it Phonics app on the [Google Play Store](https://play.google.com/store/apps/details?id=com.letterland.fixitphonics).
2. From the homepage, tap 'Unlock' on any of the books.
3. Tap the 'Subscribe' button and choose either a monthly or yearly subscription which will unlock all books.&#x20;
4. If prompted, sign in using your Google Account and follow the instructions to purchase. You will get a free trial for 7 days.
5. You can manage your subscription from your Google Account or in the Fix-it Phonics app by tapping the menu hamburger icon and then tap 'Manage Subscription'.

![](/files/-MFjxZbeuNsn8NuVY3P0)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
To access content you have unlocked, tap any book that has 'Read' underneath it. You can also access all your unlocked books from your Library.
{% endhint %}

### Unlocking content with a product key

{% tabs %}
{% tab title="iOS" %}

1. Go to [https://fip.letterland.com](https://fip.letterland.com/)
2. Select 'Sign In' using an account you have [already created](/fip-app/getting-started/create-an-account.md).
3. Enter your 20 digit product key that can be found on your CD-ROM software e.g. KRY2Y3SSR339T5326955
4. Download the Fix-it Phonics app on the [Apple App Store](https://apps.apple.com/gb/app/letterland-fix-it-phonics/id1524990533).
5. Tap the menu hamburger icon on the top left.
6. Tap 'Sign In' using the same account you logged into at [https://fip.letterland.com](https://fip.letterland.com/) and you will be able to access the content you have unlocked.

![https://fip.letterland.com](/files/-MFk0Oii5zlKsenEGEkj)

![](/files/-MFk37GhwTJQ6dukV7Q8)
{% endtab %}

{% tab title="Android" %}

1. Download the Fix-it Phonics app on the [Google Play Store](https://play.google.com/store/apps/details?id=com.letterland.fixitphonics).
2. Tap the menu hamburger icon on the top left.
3. Tap 'Sign In' using an account you have [already created](/fip-app/getting-started/create-an-account.md).
4. In the menu, tap 'Enter Product Key' and enter your 20 digit product key that can be found on your CD-ROM software e.g. KRY2Y3SSR339T5326955
5. You will now be able to access the content you have unlocked.

![](/files/-MFk9TtfNuvC3Stipzym)
{% endtab %}
{% endtabs %}

{% hint style="info" %}
To access content you have unlocked, tap any book that has 'Read' underneath it. You can also access all your unlocked books from your Library.
{% endhint %}


---

# 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://docs.letterland.com/fip-app/getting-started/unlocking-content.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.
