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

# Pendahuluan

Kesulitan membuat tabel LaTeX? Butuh bantuan memformat gambar? Anda berada di tempat yang tepat. Dari dasar-dasar LaTeX hingga teknik tingkat lanjut, Overleaf siap membantu Anda.

## Pengantar LaTeX

Mulailah dengan [kursus LaTeX daring](https://learn.overleaf.com/path/novice-learning-path) baru kami yang dirancang untuk pemula absolut di [Overleaf Learning Center](https://learn.overleaf.com).

Daftar untuk webinar langsung gratis yang membahas Overleaf dan topik lainnya — lihat [Kalender Acara Langsung](https://learn.overleaf.com/calendar) untuk memulai.

Lihat [Dokumentasi Overleaf](https://docs.overleaf.com/) untuk [saran tutorial tambahan](https://docs.overleaf.com/getting-started/latex-tutorials).

## Panduan Overleaf

* [Dokumentasi pengguna Overleaf](https://docs.overleaf.com/)
* [Administrasi grup Overleaf](https://docs.overleaf.com/groups)
* [Administrasi Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf on-premises](https://docs.overleaf.com/on-premises)
* [Overleaf Learning Center](https://learn.overleaf.com/)

## Dasar-dasar LaTeX

Lihat [daftar topik LaTeX yang lengkap](https://www.overleaf.com/learn/latex/Contents). Beberapa halaman paling populer dalam koleksi kami meliputi:

* [Tabel](/latex/id/gambar-dan-tabel/01-tables.md)
* [Penempatan Gambar dan Tabel](/latex/id/gambar-dan-tabel/02-positioning-images-and-tables.md)
* [Perataan teks](/latex/id/pemformatan/06-text-alignment.md)
* [Daftar huruf Yunani dan simbol matematika](/latex/id/matematika/11-list-of-greek-letters-and-math-symbols.md)
* [Daftar](/latex/id/dasar-dasar-latex/04-lists.md)
* [Kesalahan](/latex/id/dasar-dasar-latex/05-errors.md)
* [Menggunakan warna di LaTeX](/latex/id/pemformatan/13-using-colors-in-latex.md)
* [Meratakan persamaan](/latex/id/matematika/06-aligning-equations-with-amsmath.md)
* [Pemisah baris dan spasi kosong](/latex/id/pemformatan/05-line-breaks-and-blank-spaces.md)

[Topik lainnya](https://www.overleaf.com/learn/latex/Contents)

## TeX/LaTeX Tingkat Lanjut

Overleaf telah menerbitkan berbagai macam [artikel teknis mendalam](/latex/id/tex-latex-tingkat-lanjut/01-articles.md) untuk pembaca yang tertarik pada perilaku tingkat rendah mesin 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/id/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.
