> For the complete documentation index, see [llms.txt](https://docs.vtools.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vtools.xyz/tai-lieu-khac.md).

# Tài liệu khác

- [Kênh video Youtube](https://docs.vtools.xyz/tai-lieu-khac/kenh-youtube.md): Tổng hợp các video hướng dẫn sử dụng cho ứng dụng vTools for Survey
- [Hỗ trợ qua TeamViewer](https://docs.vtools.xyz/tai-lieu-khac/ho-tro-qua-teamviewer.md): Hướng dẫn cài đặt ứng dụng TeamViewer cho điện thoại để chúng tôi kết nối trực tiếp với điện thoại của bạn và hỗ trợ xử lý các sự cố được nhanh nhất
- [Kiểm tra và sửa lỗi GPS](https://docs.vtools.xyz/tai-lieu-khac/kiem-tra-sua-loi-gps.md): Khi GPS trên điện thoại hoặc máy tính bảng gặp vấn đề, không thể lấy được tọa độ. Hãy thử một số cách kiểm tra và sửa lỗi khi GPS của thiết bị gặp sự cố không thể định vị được vị trí hiện tại
- [Kiểm tra và sửa lỗi La Bàn Số](https://docs.vtools.xyz/tai-lieu-khac/kiem-tra-va-sua-loi-la-ban-so.md): Hướng dẫn cách kiểm tra và xử lý sự cố liên quan tới La Bàn Số của thiết bị


---

# 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.vtools.xyz/tai-lieu-khac.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.
