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

# Εισαγωγή

Δυσκολεύεστε να δημιουργήσετε έναν πίνακα LaTeX; Χρειάζεστε βοήθεια με τη μορφοποίηση εικόνων; Είστε στο σωστό μέρος. Από τα βασικά του LaTeX έως τις προχωρημένες τεχνικές, το Overleaf σας καλύπτει.

## Εισαγωγή στο LaTeX

Ξεκινήστε με το νέο μας [διαδικτυακό μάθημα LaTeX](https://learn.overleaf.com/path/novice-learning-path) σχεδιασμένο για εντελώς αρχάριους στο [Κέντρο Μάθησης Overleaf](https://learn.overleaf.com).

Εγγραφείτε σε δωρεάν ζωντανά διαδικτυακά σεμινάρια που καλύπτουν το Overleaf και άλλα θέματα — δείτε το [Ημερολόγιο Ζωντανών Εκδηλώσεων](https://learn.overleaf.com/calendar) για να ξεκινήσετε.

Δείτε [την τεκμηρίωση του Overleaf](https://docs.overleaf.com/) για επιπλέον [προτάσεις σεμιναρίων](https://docs.overleaf.com/getting-started/latex-tutorials).

## Οδηγοί Overleaf

* [Τεκμηρίωση χρήστη Overleaf](https://docs.overleaf.com/)
* [Διαχείριση ομάδων Overleaf](https://docs.overleaf.com/groups)
* [Διαχείριση Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf τοπικής εγκατάστασης](https://docs.overleaf.com/on-premises)
* [Κέντρο Μάθησης Overleaf](https://learn.overleaf.com/)

## Βασικά στοιχεία του LaTeX

Δείτε τη [ολοκληρωμένη λίστα θεμάτων LaTeX](https://www.overleaf.com/learn/latex/Contents). Μερικές από τις πιο δημοφιλείς σελίδες στη συλλογή μας περιλαμβάνουν:

* [Πίνακες](/latex/el/sximata-kai-pinakes/01-tables.md)
* [Τοποθέτηση εικόνων και πινάκων](/latex/el/sximata-kai-pinakes/02-positioning-images-and-tables.md)
* [Στοίχιση κειμένου](/latex/el/morfopoiisi/06-text-alignment.md)
* [Λίστα ελληνικών γραμμάτων και μαθηματικών συμβόλων](/latex/el/mathimatika/11-list-of-greek-letters-and-math-symbols.md)
* [Λίστες](/latex/el/ta-vasika-toy-latex/04-lists.md)
* [Σφάλματα](/latex/el/ta-vasika-toy-latex/05-errors.md)
* [Χρήση χρωμάτων στο LaTeX](/latex/el/morfopoiisi/13-using-colors-in-latex.md)
* [Στοίχιση εξισώσεων](/latex/el/mathimatika/06-aligning-equations-with-amsmath.md)
* [Αλλαγές γραμμής και κενά διαστήματα](/latex/el/morfopoiisi/05-line-breaks-and-blank-spaces.md)

[Περισσότερα θέματα](https://www.overleaf.com/learn/latex/Contents)

## Προχωρημένο TeX/LaTeX

Το Overleaf έχει δημοσιεύσει ένα ευρύ φάσμα [αναλυτικών τεχνικών άρθρων](/latex/el/proxorimeno-tex-latex/01-articles.md) για αναγνώστες που ενδιαφέρονται για τη χαμηλού επιπέδου συμπεριφορά των μηχανών 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/el/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.
