# GMetri SDK

### What is the GMetri SDK?

Do you want to automate certain repetitive tasks on GMetri?

Or integrate deeper with the GMetri Metaverse system?

Or link the physical world to events taking place in the Metaverse?

By using the *GMetri SDK*, you can programmatically do everything that you do currently using the GMetri Editor. This includes creating, editing and publishing projects.

{% hint style="info" %}
GMetri SDK is a set of APIs, Webhooks and scripts that allow you to use the GMetri infrastructure programmatically
{% endhint %}

### Components of GMetri SDK

Click on the links below to deep-dive into the different components of GMetri SDK. You will need your [API Token](/metaverse/sdk/api-token.md) to be able use any of these components.

{% content-ref url="/pages/0W6wMeHYpDBhJhF78FSn" %}
[GMetri Player](/metaverse/sdk/gmetri-player.md)
{% endcontent-ref %}

{% content-ref url="/pages/7eYaD6sGC7irYQCF7cZX" %}
[GMetri SDK APIs](/metaverse/sdk/gmetri-sdk-apis.md)
{% endcontent-ref %}

{% content-ref url="/pages/PU6HU8PJyrMuYZkL6BMu" %}
[GMetri Webhooks](/metaverse/sdk/gmetri-webhooks.md)
{% endcontent-ref %}

{% content-ref url="/pages/gK5h2x8VaYClZLKEa4eO" %}
[Examples](/metaverse/sdk/examples.md)
{% endcontent-ref %}


---

# 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.gmetri.com/metaverse/sdk.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.
