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

# Wprowadzenie

Masz trudności z tworzeniem tabeli w LaTeX-u? Potrzebujesz pomocy z formatowaniem rysunków? Jesteś we właściwym miejscu. Od podstaw LaTeX-a po zaawansowane techniki — Overleaf służy pomocą.

## Wprowadzenie do LaTeX-a

Zacznij od naszego nowego [kursu LaTeX online](https://learn.overleaf.com/path/novice-learning-path) przeznaczonego dla zupełnych początkujących w [Centrum nauki Overleaf](https://learn.overleaf.com).

Zapisz się na bezpłatne webinary na żywo obejmujące Overleaf i inne tematy — sprawdź nasz [Kalendarz wydarzeń na żywo](https://learn.overleaf.com/calendar) aby zacząć.

Zobacz [Dokumentacja Overleaf](https://docs.overleaf.com/) po dodatkowe [propozycje samouczków](https://docs.overleaf.com/getting-started/latex-tutorials).

## Przewodniki Overleaf

* [Dokumentacja użytkownika Overleaf](https://docs.overleaf.com/)
* [Zarządzanie grupą Overleaf](https://docs.overleaf.com/groups)
* [Zarządzanie Overleaf Commons](https://docs.overleaf.com/commons)
* [Overleaf instalowany lokalnie](https://docs.overleaf.com/on-premises)
* [Centrum nauki Overleaf](https://learn.overleaf.com/)

## Podstawy LaTeX-a

Zobacz nasz [obszerną listę tematów LaTeX-a](https://www.overleaf.com/learn/latex/Contents). Niektóre z najpopularniejszych stron w naszej kolekcji obejmują:

* [Tabele](/latex/pl/rysunki-i-tabele/01-tables.md)
* [Pozycjonowanie obrazów i tabel](/latex/pl/rysunki-i-tabele/02-positioning-images-and-tables.md)
* [Wyrównanie tekstu](/latex/pl/formatowanie/06-text-alignment.md)
* [Lista greckich liter i symboli matematycznych](/latex/pl/matematyka/11-list-of-greek-letters-and-math-symbols.md)
* [Listy](/latex/pl/podstawy-latex-a/04-lists.md)
* [Błędy](/latex/pl/podstawy-latex-a/05-errors.md)
* [Używanie kolorów w LaTeX](/latex/pl/formatowanie/13-using-colors-in-latex.md)
* [Wyrównywanie równań](/latex/pl/matematyka/06-aligning-equations-with-amsmath.md)
* [Podziały wierszy i puste spacje](/latex/pl/formatowanie/05-line-breaks-and-blank-spaces.md)

[Więcej tematów](https://www.overleaf.com/learn/latex/Contents)

## Zaawansowany TeX/LaTeX

Overleaf opublikował szeroki zakres [szczegółowych artykułów technicznych](/latex/pl/zaawansowany-tex-latex/01-articles.md) dla czytelników zainteresowanych niskopoziomowym działaniem silników TeX-a.


---

# 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/pl/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.
