> 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/create-an-account.md).

# Create an Account

If you want to unlock content by redeeming a product key, you'll need to create an account first. Just follow these steps:

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

1. Go to [https://fip.letterland.com](https://fip.letterland.com/).
2. Select the 'Create Account' button.
3. Enter your email address and password then select the 'Create Account' button.

![https://fip.letterland.com](/files/-MFjc8BRfhaxvgDj9SuA)
{% 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. &#x20;
3. &#x20;Tap 'Sign In'.&#x20;
4. Tap the 'Create Account' button
5. Enter your email address and password then tap the 'Create Account' button.

{% endtab %}
{% endtabs %}

{% hint style="info" %}
Once you have created an account you will need to unlock content to get started.
{% 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:

```
GET https://docs.letterland.com/fip-app/getting-started/create-an-account.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.
