> For the complete documentation index, see [llms.txt](https://overleaf-pro.ayaka.space/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://overleaf-pro.ayaka.space/latex/vi/readme.md).

# Giới thiệu

Bạn đang gặp khó khăn khi tạo bảng LaTeX? Cần trợ giúp định dạng hình ảnh? Bạn đã đến đúng nơi. Từ những kiến thức cơ bản về LaTeX đến các kỹ thuật nâng cao, Overleaf luôn sẵn sàng hỗ trợ bạn.

## Giới thiệu về LaTeX

Bắt đầu với khóa học mới của chúng tôi [khóa học LaTeX trực tuyến](https://learn.overleaf.com/path/novice-learning-path) được thiết kế cho những người mới bắt đầu hoàn toàn tại [Trung tâm Học tập Overleaf](https://learn.overleaf.com).

Đăng ký các hội thảo trực tuyến miễn phí, phát trực tiếp về Overleaf và các chủ đề khác — hãy xem [Lịch sự kiện trực tiếp](https://learn.overleaf.com/calendar) để bắt đầu.

Xem [Tài liệu của Overleaf](https://docs.overleaf.com/) để có thêm [gợi ý hướng dẫn](https://docs.overleaf.com/getting-started/latex-tutorials).

## Các hướng dẫn Overleaf

* [Tài liệu người dùng Overleaf](https://docs.overleaf.com/)
* [Quản trị nhóm Overleaf](https://docs.overleaf.com/groups)
* [Quản trị Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf cài đặt tại chỗ](https://docs.overleaf.com/on-premises)
* [Trung tâm Học tập Overleaf](https://learn.overleaf.com/)

## Những kiến thức thiết yếu về LaTeX

Xem [danh sách toàn diện các chủ đề LaTeX](https://www.overleaf.com/learn/latex/Contents). Một số trang phổ biến nhất trong bộ sưu tập của chúng tôi bao gồm:

* [Bảng](/latex/vi/hinh-va-bang/01-tables.md)
* [Định vị hình ảnh và bảng](/latex/vi/hinh-va-bang/02-positioning-images-and-tables.md)
* [Căn chỉnh văn bản](/latex/vi/dinh-dang/06-text-alignment.md)
* [Danh sách các chữ cái Hy Lạp và ký hiệu toán học](/latex/vi/toan-hoc/11-list-of-greek-letters-and-math-symbols.md)
* [Danh sách](/latex/vi/kien-thuc-co-ban-ve-latex/04-lists.md)
* [Lỗi](/latex/vi/kien-thuc-co-ban-ve-latex/05-errors.md)
* [Sử dụng màu trong LaTeX](/latex/vi/dinh-dang/13-using-colors-in-latex.md)
* [Căn chỉnh các phương trình](/latex/vi/toan-hoc/06-aligning-equations-with-amsmath.md)
* [Ngắt dòng và khoảng trắng](/latex/vi/dinh-dang/05-line-breaks-and-blank-spaces.md)

[Thêm chủ đề](https://www.overleaf.com/learn/latex/Contents)

## TeX/LaTeX nâng cao

Overleaf đã xuất bản nhiều [bài viết kỹ thuật chuyên sâu](/latex/vi/tex-latex-nang-cao/01-articles.md) dành cho độc giả quan tâm đến hoạt động ở mức thấp của các công cụ TeX.


---

# 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://overleaf-pro.ayaka.space/latex/vi/readme.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.
