> 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/it/altri-argomenti/16-general.md).

# Generale

## Basi

* [Per iniziare](/latex/it/concetti-di-base-di-latex/01-learn-latex-in-30-minutes.md)
* [Compilare](/latex/it/altri-argomenti/08-choosing-a-latex-compiler.md)
* [Paragrafi e nuove righe](/latex/it/concetti-di-base-di-latex/02-paragraphs-and-new-lines.md)
* [Grassetto, corsivo e sottolineatura](/latex/it/concetti-di-base-di-latex/03-bold-italics-and-underlining.md)
* [Elenchi](/latex/it/concetti-di-base-di-latex/04-lists.md)
* [Supporto per le lingue internazionali](/latex/it/lingue/03-international-language-support.md)

## Figure e tabelle

* [Flottanti](/latex/it/figure-e-tabelle/02-positioning-images-and-tables.md)
* [Immagini](/latex/it/readme.md)
  * [Inserimento di immagini](/latex/it/altri-argomenti/27-inserting-images.md)
  * [Posizionamento delle figure](/latex/it/figure-e-tabelle/02-positioning-images-and-tables.md)
  * [Didascalie delle figure](/latex/it/altri-argomenti/27-inserting-images.md)
  * [Riferimento alle figure](/latex/it/altri-argomenti/42-referencing-figures.md)
  * [Disposizione del testo attorno alle figure](/latex/it/altri-argomenti/50-wrapping-text-around-figures.md)
  * [Gestione delle immagini in un grande progetto](/latex/it/altri-argomenti/27-inserting-images.md)
* [Tabelle](/latex/it/figure-e-tabelle/01-tables.md)
* [Elenchi di tabelle e figure](/latex/it/figure-e-tabelle/03-lists-of-tables-and-figures.md)
* [Ambiente picture](/latex/it/figure-e-tabelle/04-picture-environment.md)
* [Pacchetto TikZ](/latex/it/figure-e-tabelle/05-tikz-package.md)

## Comandi

* [Comandi e ambienti](/latex/it/altri-argomenti/09-commands-and-environments.md)
* [Definizione dei propri comandi](/latex/it/altri-argomenti/10-defining-your-own-commands.md)

## Struttura del documento

* [Sezioni e capitoli](/latex/it/struttura-del-documento/01-sections-and-chapters.md)
* [Indice](/latex/it/struttura-del-documento/02-table-of-contents.md)
* [Riferimenti incrociati a sezioni ed equazioni](/latex/it/struttura-del-documento/03-cross-referencing-sections-equations-and-floats.md)
* [Indici](/latex/it/struttura-del-documento/04-indices.md)
* [Glossari](/latex/it/struttura-del-documento/05-glossaries.md)
* [Gestione in un grande progetto](/latex/it/struttura-del-documento/07-management-in-a-large-project.md)

## Riferimenti e citazioni

* [Gestione della bibliografia](/latex/it/altri-argomenti/05-bibliography-management-in-latex.md)
* [Stili bibliografici](/latex/it/riferimenti-e-citazioni/04-bibtex-bibliography-styles.md)
* [Stili di citazione](/latex/it/riferimenti-e-citazioni/06-natbib-citation-styles.md)

## Annotazioni

* [Note a piè di pagina](/latex/it/formattazione/14-footnotes.md)
* [Note a margine](/latex/it/formattazione/15-margin-notes.md)

## File di classe

* [Comprendere pacchetti e file di classe](/latex/it/file-di-classe/01-understanding-packages-and-class-files.md)
* [Elenco di pacchetti e file di classe](/latex/it/file-di-classe/02-overleaf-and-tex-live.md)
* [Scrivere un proprio pacchetto](/latex/it/file-di-classe/03-writing-your-own-package.md)
* [Suggerimenti](/latex/it/readme.md)

## Presentazioni

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

## Altro

* [Composizione delle citazioni](/latex/it/lingue/04-typesetting-quotations.md)

## Informazioni generali

* [Teoremi e dimostrazioni](/latex/it/specifico-per-argomento/01-theorems-and-proofs.md)
* [Notazione scacchistica](/latex/it/specifico-per-argomento/05-chess-notation.md)
* [Schemi di maglia](/latex/it/specifico-per-argomento/06-knitting-patterns.md)
* [Pacchetto Pgfplots](/latex/it/specifico-per-argomento/08-pgfplots-package.md)
* [Esame](/latex/it/specifico-per-argomento/09-typesetting-exams-in-latex.md)
* [Strumenti LaTeX](/latex/it/altri-argomenti/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/it/altri-argomenti/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.
