# API Open Source Contributions

### Unity Component for the NMKR API&#x20;

Nmkr.cs by [Davide Lucchesi](https://twitter.com/studiomalaka) is a component that helps to access the NMKR Studio API from Unity.\
It implements all the current endpoints and schemas as documented at the official API swagger.<br>

{% embed url="<https://github.com/Odiobill/Nmkr>" %}

### Get your resource added here

If you also have some valuable contributions that use our API and you want to see shared with the  community, please reach out to us via <support@nmkr.io>. \
Thank you! <br>


---

# 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.nmkr.io/nmkr-studio-api/api-open-source-contributions.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.
