> 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/readme/login-guide.md).

# LOGIN GUIDE

## 1. **Logging in via Mobile App**

To log in to the Getfly mobile app, please follow these steps:

**Step 1:** Download the Getfly app to your phone

* For iOS devices: [\[Download here\]](https://apps.apple.com/vn/app/getfly-crm/id1616832691?l=vi)
* For Android devices: [\[Download here\]](https://play.google.com/store/apps/details?id=com.getfly.crm.v6)

**Step 2:** Open the Getfly application on your mobile device.

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

**Step 3:** Enter your login information:

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

* (1) **Domain Name**
* (2) **Username**
* (3) **Password**

**Note:**\
If you forget your password, click **“Forgot password”** to reset your login credentials.

## 2. **Logging in via Web Browser**

To access Getfly from your computer, follow these steps:

**Step 1:** Visit your Getfly CRM web domain:\
`https://xxx.getflycrm.com/`

**Step 2:** Enter your **username** and **password**, then click to log in.

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

**Note:**\
If you forget your password, click **“Forgot password”** to recover it.

## 3. How to Switch Getfly CRM to the English Version

### 3.1 **Benefits**

Switching Getfly CRM to the English version allows users to easily navigate and use the system in a language that best suits their needs and working preferences.

### 3.2 **Step-by-Step Instructions**

Please follow the detailed steps below:

#### 3.2.1 **Log in to the Getfly System**

* Access your company’s Getfly CRM domain. Then, enter your **Username** and **Password**.

<figure><img src="https://wiki.getfly.vn/public/img/images/image(3564).png" alt="" height="739" width="1580"><figcaption></figcaption></figure>

&#x20;

* Once both fields are filled in, click the **"Login"** button to access the system.

<figure><img src="https://wiki.getfly.vn/public/img/images/image(3565).png" alt="" height="477" width="995"><figcaption></figcaption></figure>

#### 3.2.2 **Switch to the English Version**

* After logging in successfully, move your mouse to the **top-right corner** of the screen, where your account **avatar** is displayed.

<figure><img src="https://wiki.getfly.vn/public/img/images/image(3567).png" alt="" height="635" width="1521"><figcaption></figcaption></figure>

* Next to the avatar, you will see a **globe icon ?** (language settings).\
  Click the **down arrow** next to the globe icon.

<figure><img src="https://wiki.getfly.vn/public/img/images/image(3568).png" alt="" height="413" width="535"><figcaption></figcaption></figure>

* A list of available languages will appear.\
  Select **“English”** from the list.

<figure><img src="https://wiki.getfly.vn/public/img/images/image(3569).png" alt="" height="442" width="572"><figcaption></figcaption></figure>

* The system will automatically refresh and change the interface to the **English version**.

<figure><img src="https://wiki.getfly.vn/public/img/images/image(3570).png" alt="" height="756" width="1181"><figcaption></figcaption></figure>

✅ **You have successfully switched Getfly CRM to the English version.**\
We hope you have a great experience using Getfly!

&#x20;


---

# 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/readme/login-guide.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.
