> For the complete documentation index, see [llms.txt](https://faq.uprace.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://faq.uprace.org/readme/huong-dan-su-dung-app-uprace/ghi-hoat-dong/cap-quyen-vi-tri-gps.md).

# Cấp quyền vị trí GPS

Để có thể ghi hoạt động bằng điện thoại di động, bạn cần phải cấp quyền sử dụng vị trí GPS cho ứng dụng UpRace.

Mặc định khi mở tính năng Ghi hoạt động, ứng dụng sẽ xin quyền và bạn chỉ cần bấm cho phép là xong. Tuy nhiên nếu vì lý do nào đó mà bạn đã không cho phép thì bạn có thể thực hiện cấp quyền sử dụng vị trí theo hướng dẫn dưới đây.

### Android <a href="#android" id="android"></a>

* Nhấn & giữ biểu tượng ứng dụng UpRace → Chọn Thông tin ứng dụng.
* Chọn Quyền → Chọn Vị trí → Chọn Luôn cho phép.
* Bật Sử dụng vị trí chính xác (Nếu có).

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

### iOS (iPhone) <a href="#ios-iphone" id="ios-iphone"></a>

* Vào Cài đặt → Chọn ứng dụng UpRace.
* Chọn Vị trí → Cho phép truy cập vị trí Luôn luôn hoặc Khi dùng Ứng dụng.
* Bật Vị trí chính xác (Nếu có).

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


---

# 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://faq.uprace.org/readme/huong-dan-su-dung-app-uprace/ghi-hoat-dong/cap-quyen-vi-tri-gps.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.
