# My Account

## General

An account is required to use Fortelling. You can either create an account with a social login (Google or Apple), or with a email/password combination.&#x20;

### Change password

{% hint style="info" %}
*You can only change your email or password if your account was not created with a social login.*
{% endhint %}

To change your password, follow these steps.&#x20;

<details>

<summary>I am not logged in</summary>

1. Tap on: "Login" button
2. Tap on:  "Forgot password"
3. Enter the email of your account
4. Tap on: "Reset password"
5. Follow the link and steps in the email you received

</details>

<details>

<summary>I am still logged in</summary>

1. Open the app menu
2. Select the account banner
3. Open the context menu and select: "Edit account"
4. Scroll down to "Change password"
5. Fill in the form with your old and new passwords

</details>

### Change email

{% hint style="info" %}
*You can only change your email or password if your account was not created with a social login.*
{% endhint %}

You can only change your email while you are still logged in. Please follow these steps:

1. Open the app menu
2. Select the account banner
3. Open the context menu and select: "Edit account"
4. Scroll down to "Change email"
5. Fill in the form with the new email
6. Confirm with your current password

### Delete account

You can easily delete your account using the account settings page. The projects you are the only admin of will be deleted. Just like all your challenge submissions. Once you delete your account, you can't retrieve your data. It will be deleted permanently.

1. Open the main app menu
2. Open the 'My Account' page
3. Select 'Edit Account'
4. Scroll down to select delete account


---

# 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://wiki.fortelling.app/app/my-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.
