# Game SDK

Cros provides Software Development Kit (SDK) for gamecreators and publishers to help them design, build and deploy advertising enabled assets within games. The SDK is built in layers of abstraction over the capabilities provided by native gaming platforms such as Roblox. It exposes objects such as `context` and `capabilities` that are used to differentiate between the generic and specific (to a game) functionality exposed through the SDK.

The following diagram shows the layer of abstraction (specification to generalization) that SDK provides for publishers, developers & creators:

<figure><img src="/files/gnzRRaGbg2mQaP3SPiGP" alt=""><figcaption><p>Software Development Kit for metaverses</p></figcaption></figure>


---

# 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.cros.world/sdk-and-apis/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.
