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

# Account & Notifications

## Account & Notifications

Your account settings let you manage your personal details, the language of the App Maker panel, and which emails App Maker sends you. These settings apply to your own account only and are available to every signed-in user.

Open them from the user menu in the top-right corner of App Maker — click your avatar (or name) to reveal **Profile**, **Language Settings**, and **Notification Settings**.

### <mark style="color:red;">Profile Information​</mark> <a href="#profile-information" id="profile-information"></a>

From the user menu, click **Profile** to open the profile page. It has two independent sections — **Edit User** and **Change Password** — each with its own **Save** button.

#### Edit User​ <a href="#edit-user" id="edit-user"></a>

Update your personal information:

* **First Name** (required) — your given name.
* **Last Name** (required) — your family name.
* **Email Address** — the address you sign in with. It is shown here for reference but **cannot be changed** from this screen.
* **Avatar** — an optional profile picture. Drop an image onto the upload area or click it to choose a file. Accepted formats are **.png** and **.jpg**, up to **500 KB** and **512×512 px**. The image is uploaded when you save.

Click **Save**. On success, a "Your profile has been successfully updated." confirmation appears.

#### Change Password​ <a href="#change-password" id="change-password"></a>

Change the password you use to sign in to App Maker. All fields are required:

* **Password** — your current password.
* **New Password** — the password you want to use, at least **4 characters**.
* **Reenter New Password** — type the new password again. It must match **New Password**, otherwise the form reports that the two passwords don't match.

Click **Save**. On success, a "Your password has been successfully changed." confirmation appears and the fields are cleared.

### <mark style="color:red;">Language​</mark> <a href="#language" id="language"></a>

From the user menu, click **Language Settings** to choose the language of the App Maker panel.

* **Panel Language** (required) — select one of the available languages:
  * **English**
  * **Türkçe**

Click **Save**. The interface switches to the selected language immediately, and a "Your language has been successfully updated." confirmation appears. Your choice is saved to your account, so the panel opens in the same language the next time you sign in.

### <mark style="color:red;">Notification Preferences​</mark> <a href="#notification-preferences" id="notification-preferences"></a>

From the user menu, click **Notification Settings** to control which emails App Maker sends you. Each preference is an on/off switch and is **on by default**, so you receive every notification email until you turn it off.

* **Mail on Build Completed** — email you when a build finishes.
* **Mail on Codepush Completed** — email you when a CodePush deployment finishes.
* **Mail on Distribution Completed** — email you when a store distribution finishes.

These preferences control **email** notifications only. Click **Save** to apply your choices; a "Notification settings updated successfully." confirmation appears.


---

# 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.akinon.com/tutorials/app-maker/account-and-notifications.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.
