> For the complete documentation index, see [llms.txt](https://docs.geopard.tech/geopard-tutorials/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.geopard.tech/geopard-tutorials/api-docs/getting-started-with-the-geopard-api.md).

# Getting Started with the GeoPard API

The GeoPard team highly suggests initiating with Altair to thoroughly examine the functionalities of the GeoPard API. It consistently retrieves the most recent version of accessible entities, queries, mutations, and subscriptions. Please refer to the quick-start guide outlined below:

1. Install the Altair GraphQL Chrome extension from this [LINK](https://chrome.google.com/webstore/detail/altair-graphql-client/flnheeellpciglgpaodhkhmapeljopja) or alternatively, use Altair GraphQL Client directly in [your browser](https://altairgraphql.dev/).
2. Each request must be authenticated with an `Authorization` HEADER, where the requisite token should be included. For quick testing, the `Authorization` HEADER value can be obtained from the requests following login into GeoPard Agriculture.\
   \&#xNAN;*A short explanation is in the screenshot below.*
3. The Root GraphQL endpoint is located at [`https://api.geopard.tech/data`](https://api.geopard.tech/data).\
   \&#xNAN;*A short explanation is in the screenshot below.*
4. Access to the GraphQL Schema can be found under the "Docs" button within the Altair interface. This section allows you to navigate through all available Queries, Mutations, and Subscriptions. Additionally, it offers insight into various entities and their respective structures, providing a comprehensive understanding of the system's GraphQL setup.\
   \&#xNAN;*A short explanation is in the screenshot below.*
5. Confirm that outgoing requests are functioning correctly using your browser's development console. You can apply request filters such as `/data`.
6. The schema can be accessed from this [HERE](/geopard-tutorials/api-docs/geopard-api-data-schema.md).
7. For file uploading, we utilize [these endpoints](/geopard-tutorials/api-docs/geopard-api-requests-overview/55.-upload-zip-files-over-6-mb.md).
8. To access raster and vector data, we employ OGC WMS (raster images for swift rendering) and WFS formats (`shp`, `geojson`). For more information, please refer to our [Geo Endpoint](/geopard-tutorials/api-docs/geo-endpoints-for-spatial-data-access.md)s section.

{% hint style="info" %}
A short guide with tips on how to operate Altair is highlighted in the screenshot below.
{% 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
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.geopard.tech/geopard-tutorials/api-docs/getting-started-with-the-geopard-api.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.
