> For the complete documentation index, see [llms.txt](https://helpdesk.getfly.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdesk.getfly.vn/web-version/editor/account-information-setup.md).

# Account Information Setup

Account Information Setup Setting up account information on Getfly will help you:

Enhance Security: Configuring your Getfly account information helps protect your account from unauthorized access.

Enhance User Experience: Setting up your account allows you to customize Getfly's interface and functions to better suit your needs.

Increase Work Efficiency: Configuring your account information helps you manage your business activities more effectively.

## 1. Set Up Personal Information&#x20;

To edit personal information, click on your Avatar -> Personal Information ( My profile)-> Edit Information.

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

The screen will display the following personal information fields:

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

Profile Picture: Use a square image, approximately 200x200 pixels in size for the best display.

Phone Number: If your company has set up SMS notifications, your phone number will be used to send reminders for scheduled tasks.

Email: Ensures you don’t miss any notifications when you're not logged into the software.

Gender: Select your gender.

Signature: If your company integrates email, your signature will automatically be included when you send an email to customers.

Password: Allows you to set and change your account password.

## 2. Notification Settings

While using the software, you will need to receive notifications related to customers or tasks you are involved in. To configure notification settings, click on your Avatar -> Display Name -> Notifications on the System.

<figure><img src="/files/0VWJqje1fTCeNRxONkAI" alt=""><figcaption></figcaption></figure>

You can select the following notification options:

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

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

Receive All Notifications: A quick action that allows you to select all notifications instead of choosing each one individually.

Deselect All Notifications: A quick way to opt-out of receiving all notifications.

Function: This refers to the modules for which notifications are enabled. This column will only display modules that you have been granted access to.

Notification Device Type: Choose whether you want to receive notifications on a PC (computer) or the App (mobile).

Email Notifications: You can configure to receive notifications via email.

Note: The functions displayed in the notification section depend on the permissions granted to your account for those features.

## 3. Change Account Password

&#x20;To change your password, click on your Avatar -> Personal Information -> Edit Information.

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

<figure><img src="/files/19cvWawQNO3eg5EL3m4t" alt=""><figcaption></figcaption></figure>

Enter your Old Password and then set your New Password as shown in the image below. Afterward, click Update to save the changes.

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

Once you update your password, the system will ask you to log out and log back in using your new password.


---

# 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://helpdesk.getfly.vn/web-version/editor/account-information-setup.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.
