# GeoPard API pogosta vprašanja in najpogostejša vprašanja

### Ali je mogoče uporabiti Postman za zahteve GraphQL?

Da, Postman je v najnovejši različici objavil podporo za GraphQL. Več podrobnosti je [TUKAJ](https://learning.getpostman.com/docs/postman/sending-api-requests/graphql/).

### Kako poslati zahteve GraphQL?

Vse zahteve GraphQL so vrste POST zahteve. Telo JSON vsebuje informacije o poizvedbi, mutaciji ali naročnini. Navodila po korakih lahko najdete [TUKAJ](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/svn/api-dokumentacija/geopard-api-pogosta-vprasanja-in-najpogostejsa-vprasanja.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.
