> 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/more-topics/16-general.md).

# General

## Basics

* [Getting Started](/latex/latex-basics/01-learn-latex-in-30-minutes.md)
* [Compile](/latex/more-topics/08-choosing-a-latex-compiler.md)
* [Paragraphs and new lines](/latex/latex-basics/02-paragraphs-and-new-lines.md)
* [Bold, italics and underlining](/latex/latex-basics/03-bold-italics-and-underlining.md)
* [Lists](/latex/latex-basics/04-lists.md)
* [International language support](/latex/languages/03-international-language-support.md)

## Figures and tables

* [Floats](/latex/figures-and-tables/02-positioning-images-and-tables.md)
* [Images](/latex/readme.md)
  * [Inserting Images](/latex/more-topics/27-inserting-images.md)
  * [Positioning of Figures](/latex/figures-and-tables/02-positioning-images-and-tables.md)
  * [Captioning Figures](/latex/more-topics/27-inserting-images.md)
  * [Referencing Figures](/latex/more-topics/42-referencing-figures.md)
  * [Wrapping text around figures](/latex/more-topics/50-wrapping-text-around-figures.md)
  * [Image Management in a large project](/latex/more-topics/27-inserting-images.md)
* [Tables](/latex/figures-and-tables/01-tables.md)
* [Lists of tables and figures](/latex/figures-and-tables/03-lists-of-tables-and-figures.md)
* [Picture environment](/latex/figures-and-tables/04-picture-environment.md)
* [TikZ package](/latex/figures-and-tables/05-tikz-package.md)

## Commands

* [Commands and environments](/latex/more-topics/09-commands-and-environments.md)
* [Defining your own commands](/latex/more-topics/10-defining-your-own-commands.md)

## Document structure

* [Sections and chapters](/latex/document-structure/01-sections-and-chapters.md)
* [Table of contents](/latex/document-structure/02-table-of-contents.md)
* [Cross referencing sections and equations](/latex/document-structure/03-cross-referencing-sections-equations-and-floats.md)
* [Indices](/latex/document-structure/04-indices.md)
* [Glossaries](/latex/document-structure/05-glossaries.md)
* [Management in a large project](/latex/document-structure/07-management-in-a-large-project.md)

## References and Citations

* [Bibliography management](/latex/more-topics/05-bibliography-management-in-latex.md)
* [Bibliography styles](/latex/references-and-citations/04-bibtex-bibliography-styles.md)
* [Citation styles](/latex/references-and-citations/06-natbib-citation-styles.md)

## Annotations

* [Footnotes](/latex/formatting/14-footnotes.md)
* [Margin notes](/latex/formatting/15-margin-notes.md)

## Class files

* [Understanding packages and class files](/latex/class-files/01-understanding-packages-and-class-files.md)
* [List of packages and class files](/latex/class-files/02-overleaf-and-tex-live.md)
* [Writing your own package](/latex/class-files/03-writing-your-own-package.md)
* [Tips](/latex/readme.md)

## Presentations

* [Beamer](/latex/presentations/01-beamer.md)
* [Powerdot](/latex/presentations/02-powerdot.md)

## Other

* [Typesetting quotations](/latex/languages/04-typesetting-quotations.md)

## General stuff

* [Theorems and proofs](/latex/field-specific/01-theorems-and-proofs.md)
* [Chess notation](/latex/field-specific/05-chess-notation.md)
* [Knitting patterns](/latex/field-specific/06-knitting-patterns.md)
* [Pgfplots package](/latex/field-specific/08-pgfplots-package.md)
* [Exam](/latex/field-specific/09-typesetting-exams-in-latex.md)
* [LaTeX tools](/latex/more-topics/30-latex-tools.md)


---

# 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/more-topics/16-general.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.
