> For the complete documentation index, see [llms.txt](https://docs.gamifyroute.com/kb/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gamifyroute.com/kb/account-and-billing/update-profile.md).

# Update Profile

## What is Profile Update?

Updating your profile allows you to keep your personal information current. This includes your name, phone number, birthday, and security settings. Keeping this information up-to-date ensures better communication and security.

### How to Update Your Profile

* **Accessing Your Profile:**
  * On the top right corner of the app, click on your profile picture.
  * Click on "My Account". This will open your profile settings in a new tab.

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

* **Navigating the Profile Settings:**
  * There are three tabs available: **Profile Details**, **Security**, and **Delete Account**.
  * **Profile Details Tab:**
    * In this tab, you can update your personal information, such as your name, phone number, and birthday.
      * You can also change your profile picture by clicking on the image icon above your information fields.

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

* **Security Tab:**
  * In the Security tab, you can update your password.
    * Enable 2-step verification for added security. If enabled, you will receive a code in your email every time you try to log in.

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

* **Delete Account Tab:**
  * This tab provides information on how to delete your account. Note that you cannot delete your account directly from the app. You need to contact the Gamify Route support team for account deletion.

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

***

For further assistance, please contact our support team at <support@gamifyroute.com>.


---

# 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.gamifyroute.com/kb/account-and-billing/update-profile.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.
