# FAQ e domande comuni sull'API GeoPard

### È possibile usare Postman per le richieste GraphQL?

Sì, Postman ha introdotto il supporto per GraphQL nell’ultima versione. Ulteriori dettagli sono [QUI](https://learning.getpostman.com/docs/postman/sending-api-requests/graphql/).

### Come inviare richieste GraphQL?

Tutte le richieste GraphQL utilizzano il tipo di richiesta POST. Il corpo JSON contiene informazioni su Query, Mutation o Subscription. Le istruzioni passo dopo passo si possono trovare [QUI](https://stackoverflow.com/a/42523727/1107425).


---

# Agent Instructions: 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.geopard.tech/geopard-tutorials/it/documentazione-api/faq-e-domande-comuni-sullapi-geopard.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.
