# Welcome to MediaMarkup

## MediaMarkup is a communication tool for reviewing and approving creative designs online.

MediaMarkup is an application and API that provides file markup, collaboration and approval features integrated within your own applications.

Users and files are managed via a secure REST based API and a page hosted by MediaMarkup provides a user interface for file markup, collaboration and approval.

{% hint style="info" %}
If you do not yet have an account, please create your free account at [www.mediamarkup.com](https://www.mediamarkup.com)
{% endhint %}


---

# 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/master.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.
