# Your Questions

## Are there any client libraries are available??

The API is a REST based API accessible by most, if not all web technologies.

Currently, there is only a .Net core client library available.

Nuget: <https://www.nuget.org/packages/MediaMarkupApiClient/>

Code on github: <https://github.com/brightertools/MediaMarkupApiClient.Net>

## Does MediaMarkup use any client plugins?

No, the viewer uses html 5 features and does not require any specific plugins. Mediamarkup is built for modern browsers, please ensure you are using the latest version of your browser.

Hopefully we have answered your question, if not, please contact us 😀


---

# 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://mediamarkup.gitbook.io/docs/faqs/your-questions.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.
