> For the complete documentation index, see [llms.txt](https://docs.appfarm.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appfarm.io/reference/security/manage-your-appfarm-account.md).

# Manage your Appfarm account

To manage your Appfarm account, click your avatar in the top right corner of Appfarm Create, or go to [myaccount.appfarm.io](https://myaccount.appfarm.io).&#x20;

<figure><img src="/files/74EcUFfoPqbR4R2l1mJy" alt=""><figcaption><p>Click the avatar in the top right corner of Appfarm Create and then "Manage Appfarm Account"</p></figcaption></figure>

## Profile Info

Here you can update your name, which is reflected across your Appfarm account. You can also upload, remove or change your profile picture.

## Security

Manage how you sign in to your Appfarm account. By default, Appfarm offers logging in with Google or with email and a one-time PIN. This section outlines how to set up additional options and manage multi-factor authentication (MFA).&#x20;

### Password

Set a password to use when logging in with email to your Appfarm account. If a password is set, you will be prompted to enter your password instead of a one-time PIN when logging in with email. The password can be changed at any time.

### Passkeys

Create passkeys to use when logging in to your Appfarm account. Existing passkeys can be updated and deleted at any time. If you have a registered passkey, you will be prompted to use it rather than entering your password when logging in with email. Using a passkey to log in does not require a second verification step.&#x20;

### Authenticator app

Register an authenticator app to receive verification codes when logging in with your password or a one-time PIN. Click the "Register new Authenticator" and scan the QR code that appears using your authenticator app of choice.&#x20;

### Backup codes

Generate backup codes to verify login with your password or a one-time PIN. The 10 generated backup codes will only appear once; copy and store them in a safe place. You can generate new codes at any time, invalidating the old ones. You will only be prompted to use a backup code if you have generated the codes and not registered an authenticator app.

## Preferences

Manage preferences for your Appfarm account by controlling what types of emails you receive from Appfarm and how your data is used to personalise your developer experience.


---

# 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.appfarm.io/reference/security/manage-your-appfarm-account.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.
