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

# Italian

| Type (English)              | Type (Italian)            | Erroneous sentence           | Correct sentence                         | General category |
| --------------------------- | ------------------------- | ---------------------------- | ---------------------------------------- | ---------------- |
| Present tense conjugation   | Coniugazione del presente | Io **lavor** in ufficio.     | Io **lavoro** in ufficio.                | Grammar          |
| Irregular verb conjugations | Verbi irregolari          | Io **ando** al bar.          | Io **vado** al bar.                      | Grammar          |
| Plural forms                | Forme plurali             | **I bambine** giocano.       | **Le bambine** giocano.                  | Grammar          |
| Definite articles           | Articoli determinativi    | **La zio** è gentile.        | **Lo zio** è gentile.                    | Grammar          |
| Indefinite articles         | Articoli indeterminativi  | **Una zaino** nuovo.         | **Uno zaino** nuovo.                     | Grammar          |
| Punctuation errors          | Errori di punteggiatura   | Sì! **è** vero.              | Sì! **È** vero!                          | Grammar          |
| Double consonants           | Consonanti doppie         | Ho **roto** il bicchiere.    | Ho **rotto** il bicchiere.               | Spelling         |
| Accent marks                | Accenti                   | **Piu** di dieci.            | **Più** di dieci.                        | Spelling         |
|                             |                           | La **citta** è grande.       | La **città** è grande.                   | Spelling         |
| Common homophones           | Omofoni comuni            | **Laquale** cosa.            | **La qual** cosa.                        | Spelling         |
|                             |                           | **Qual'è** il problema?      | **Qual è** il problema?                  | Spelling         |
| QU vs CU spelling           | QU vs CU ortografia       | La **squola** inizia domani. | La **scuola** inizia domani.             | Spelling         |
| Capitalization errors       | Errori di maiuscole       | Vado in **francia**.         | Vado in **Francia**.                     | Spelling         |
| Common spelling mistakes    | Errori ortografici comuni | **Sopratutto** è importante. | **Soprattutto** è importante.            | Spelling         |
| Typography and spacing      | Tipografia e spaziatura   | **E'molto** bello.           | **È molto** bello.                       | Spelling         |
| Swearing words              | Linguaggio offensivo      | **Porca troia**, cosa fai?   | (Probabilmente un linguaggio offensivo.) | Style            |


---

# 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:

```
GET https://docs.wproofreader.com/v6.11.1/features/spell-and-grammar-check/italian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
