> For the complete documentation index, see [llms.txt](https://docs.wproofreader.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wproofreader.com/v6.11.1/features/spell-and-grammar-check/polish.md).

# Polish

| Type                             | Erroneous sentence       | Correct sentence         | General category |
| -------------------------------- | ------------------------ | ------------------------ | ---------------- |
| Number agreement                 | Te dziecko biega.        | To dziecko biega.        | Grammar          |
| Confusion: c/ć                   | Lubię czytac ksiazki.    | Lubię czytać książki.    | Spelling         |
| Confusion: e/ę                   | Jestem szczesliwy.       | Jestem szczęśliwy.       | Spelling         |
| Capitalization                   | jadę do krakowa.         | Jadę do Krakowa.         | Spelling         |
| Capitalization                   | Pracuję w linkedin.      | Pracuję w LinkedIn.      | Spelling         |
| Adjective with a negating prefix | Ten dom jest nie ładny.  | Ten dom jest nieładny.   | Spelling         |
| Confusion: h/ch                  | Hłopak idzie do szkoły.  | Chłopak idzie do szkoły. | Spelling         |
| Confusion: ó/u                   | To jest muj pies.        | To jest mój pies.        | Spelling         |
| Irregular noun forms             | To są te ręcy.           | To są te ręce.           | Spelling         |
| Confusion: ż/rz                  | Może pójdziemy do morża? | Może pójdziemy do morza? | Spelling         |
| Confusion: rz/sz                 | Muszę się spierzyć.      | Muszę się spieszyć.      | Spelling         |
| Confusion: ż/z                   | On przeż to cierpi.      | On przez to cierpi.      | Spelling         |
| Confusion: sc/ść                 | Lubię jesc jabłka.       | Lubię jeść jabłka.       | Spelling         |
| Redundancy                       | Przez długi okres czasu. | Przez długi okres.       | Style            |
| Redundancy                       | Cofnąć się do tyłu.      | Cofnąć się.              | Style            |
| Spelling: h/ch                   | Hodzi po ulicy.          | Chodzi po ulicy.         | Spelling         |


---

# 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://docs.wproofreader.com/v6.11.1/features/spell-and-grammar-check/polish.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.
