> 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/errori-latex/20-latex-error-unknown-float-option-q.md).

# Errore LaTeX: opzione di flottante \`q' sconosciuta

Questo errore appare quando viene usata un'opzione di float che LaTeX non riconosce. Lo specificatore del float si scrive tra parentesi quadre ogni volta che usi un *pacchetto float* come una figura o una tabella, cioè il **`h`** in **`\begin{figure}[h]`**. Gli unici specificatori di float validi che puoi usare sono **`h`**, **`t`**, **`b`** e **`p`**, con l'aggiunta di **`H`** se includi **`\usepackage{float}`** nel nostro preambolo. Se scrivi tra parentesi quadre uno specificatore di float che LaTeX non riconosce, genererà un errore come quello qui sotto.

main.tex, riga 5

Errore LaTeX: opzione di float sconosciuta \`q'.

Consulta il manuale di LaTeX o il LaTeX Companion per una spiegazione. Digita H per aiuto immediato. ... l.5 \begin{figure}\[q] Opzione \`q' ignorata e usato \`p'.

Per leggere di più su come usare le opzioni per specificare le posizioni dei float, consulta il nostro [documentazione](/latex/it/figure-e-tabelle/02-positioning-images-and-tables.md).


---

# 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/errori-latex/20-latex-error-unknown-float-option-q.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.
