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

# Introduzione

Hai difficoltà a creare una tabella LaTeX? Hai bisogno di aiuto con la formattazione delle figure? Sei nel posto giusto. Dalle basi di LaTeX alle tecniche avanzate, Overleaf ha tutto ciò che ti serve.

## Introduzione a LaTeX

Inizia con il nostro nuovo [corso online di LaTeX](https://learn.overleaf.com/path/novice-learning-path) pensato per i principianti assoluti dell' [Overleaf Learning Center](https://learn.overleaf.com).

Iscriviti ai webinar live gratuiti che trattano Overleaf e altri argomenti — dai un'occhiata al nostro [Calendario degli eventi live](https://learn.overleaf.com/calendar) per iniziare.

Vedi [Documentazione di Overleaf](https://docs.overleaf.com/) per ulteriori [suggerimenti per tutorial](https://docs.overleaf.com/getting-started/latex-tutorials).

## Guide di Overleaf

* [Documentazione utente di Overleaf](https://docs.overleaf.com/)
* [Amministrazione dei gruppi di Overleaf](https://docs.overleaf.com/groups)
* [Amministrazione di Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf on-premises](https://docs.overleaf.com/on-premises)
* [Overleaf Learning Center](https://learn.overleaf.com/)

## Elementi essenziali di LaTeX

Consulta la nostra [elenco completo degli argomenti di LaTeX](https://www.overleaf.com/learn/latex/Contents). Alcune delle pagine più popolari della nostra raccolta includono:

* [Tabelle](/latex/it/figure-e-tabelle/01-tables.md)
* [Posizionamento di immagini e tabelle](/latex/it/figure-e-tabelle/02-positioning-images-and-tables.md)
* [Allineamento del testo](/latex/it/formattazione/06-text-alignment.md)
* [Elenco delle lettere greche e dei simboli matematici](/latex/it/matematica/11-list-of-greek-letters-and-math-symbols.md)
* [Elenchi](/latex/it/concetti-di-base-di-latex/04-lists.md)
* [Errori](/latex/it/concetti-di-base-di-latex/05-errors.md)
* [Uso dei colori in LaTeX](/latex/it/formattazione/13-using-colors-in-latex.md)
* [Allineamento delle equazioni](/latex/it/matematica/06-aligning-equations-with-amsmath.md)
* [Interruzioni di riga e spazi vuoti](/latex/it/formattazione/05-line-breaks-and-blank-spaces.md)

[Altri argomenti](https://www.overleaf.com/learn/latex/Contents)

## TeX/LaTeX avanzato

Overleaf ha pubblicato un'ampia gamma di [articoli tecnici approfonditi](/latex/it/tex-latex-avanzato/01-articles.md) per i lettori interessati al comportamento a basso livello dei motori 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/it/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.
