# GeoPard API के साथ शुरुआत करना

GeoPard टीम Altair से शुरुआत करने की ज़ोरदार सलाह देती है, ताकि GeoPard API की कार्यक्षमताओं की पूरी तरह जाँच की जा सके। यह लगातार उपलब्ध entities, queries, mutations, और subscriptions का सबसे नया version लाता है। कृपया नीचे दी गई quick-start guide देखें:

1. Altair GraphQL Chrome extension को यहाँ से install करें [लिंक](https://chrome.google.com/webstore/detail/altair-graphql-client/flnheeellpciglgpaodhkhmapeljopja) या वैकल्पिक रूप से, Altair GraphQL Client को सीधे [अपने browser में उपयोग करें](https://altairgraphql.dev/).
2. हर request को एक `प्राधिकरण` HEADER के साथ authenticate करना होगा, जिसमें ज़रूरी token शामिल होना चाहिए। जल्दी testing के लिए, `प्राधिकरण` HEADER value GeoPard Agriculture में login करने के बाद requests से प्राप्त की जा सकती है.\
   \&#xNAN;*नीचे screenshot में एक छोटी explanation दी गई है.*
3. Root GraphQL endpoint यहाँ स्थित है [`https://api.geopard.tech/data`](https://api.geopard.tech/data).\
   \&#xNAN;*नीचे screenshot में एक छोटी explanation दी गई है.*
4. GraphQL Schema तक पहुँच Altair interface के अंदर "Docs" button के नीचे मिलती है। यह section आपको सभी available Queries, Mutations, और Subscriptions के बीच नेविगेट करने देता है। साथ ही, यह विभिन्न entities और उनकी संबंधित structures की जानकारी भी देता है, जिससे system के GraphQL setup की पूरी समझ मिलती है.\
   \&#xNAN;*नीचे screenshot में एक छोटी explanation दी गई है.*
5. अपने browser के development console का उपयोग करके पुष्टि करें कि outgoing requests सही तरीके से काम कर रही हैं। आप request filters जैसे लागू कर सकते हैं `/data`.
6. Schema यहाँ से access की जा सकती है [यहाँ](/geopard-tutorials/in/api/geopard-api-2.md).
7. File uploading के लिए, हम उपयोग करते हैं [ये endpoints](/geopard-tutorials/in/api/geopard-api-3/55.-zip-6-mb.md).
8. Raster और vector data access करने के लिए, हम OGC WMS (तेज़ rendering के लिए raster images) और WFS formats (`shp`, `geojson`) का उपयोग करते हैं। अधिक जानकारी के लिए, कृपया हमारे [Geo Endpoint](/geopard-tutorials/in/api/geo-endpoints-for-spatial-data-access.md)s section देखें.

{% hint style="info" %}
Altair को कैसे operate करें, इस बारे में tips वाली एक short guide नीचे screenshot में highlighted है.
{% endhint %}

<div data-full-width="false"><figure><img src="https://lh4.googleusercontent.com/EZpStltSSIrSpTFL7hBm0R1he22M4nFKjMOIOUld0kW-Y18sw3FH-nzbuu0kn98RV2ifuAyX7PH3cTs8pbkMqPTkXI-2IySPzzCJmM-WGDGIHZk6NztLHak_cJQQ_EhzH8hH37jmwng8GlVSyofmYA" alt=""><figcaption><p>Altrair: Short Gude</p></figcaption></figure></div>


---

# 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/in/api/geopard-api-1.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.
