> For the complete documentation index, see [llms.txt](https://docs.pancakeswap.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pancakeswap.finance/italian/benvenuto-su-pancakeswap/contact-us/faq/help.md).

# Ho bisogno di aiuto

![](https://raw.githubusercontent.com/pancakeswap/pancake-document/en/.gitbook/assets/help-area-header.png)

Se ti trovi in difficoltà, se qualcosa non funziona come dovrebbe, o non sei sicuro che qualcosa abbia funzionato o meno, questa sezione di aiuto potrebbe, appunto, aiutarti.

## Sezioni di aiuto

Abbiamo suddiviso l'argomento di aiuto in sezioni per aiutarti a trovare quello che cerchi. Di seguito trovi una panoramica di cosa potrai trovare.

### Risoluzione degli Errori

La [pagina Risoluzione degli Errori](https://docs.pancakeswap.finance/help/troubleshooting) contiene una raccolta di errori che gli utenti potrebbero incontrare durante l'utilizzo di PancakeSwap. Mostra il problema con sia una soluzione che una spiegazione del motivo per cui si è verificato.

### FAQ Generali

La [pagina FAQ Generali](https://docs.pancakeswap.finance/help/faq) risponde alle domande più comuni che riceviamo dagli utenti di PancakeSwap. Le risposte a queste domande forniscono consigli, spiegazioni o link a risorse utili.

### Altre Guide

Ci sono anche diverse guide nella sezione di aiuto che ti accompagneranno attraverso problemi tecnici. Aggiungiamo guide quando un problema che potrebbe essere difficile da risolvere si presenta frequentemente, quindi se hai difficoltà assicurati di controllare qui per trovare una guida al tuo problema.

## Ricerca di supporto

PancakeSwap non dispone di un servizio di supporto dedicato. Se invece ti trovi di fronte a un problema che non trova risposta qui, puoi chiedere aiuto sul [canale Telegram di PancakeSwap](https://t.me/pancakeswap). Per la tua sicurezza, assicurati di leggere l'avviso sulle truffe se è la prima volta che accedi al nostro Telegram.

{% hint style="warning" %}
**Cerchi l'Exchange v1?**

<https://v1exchange.pancakeswap.finance/#/swap>

⚠️ PancakeSwap V1 Exchange è stato deprecato a maggio 2021. Vai invece all'[Exchange V2](https://pancakeswap.finance/swap?chainId=56) per prezzi migliori sulla maggior parte delle coppie.
{% endhint %}


---

# 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.pancakeswap.finance/italian/benvenuto-su-pancakeswap/contact-us/faq/help.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.
