# Introduction

Welcome to the developer page!  MusePay provides a REST API that enables you to manage your workspace as well as fully automate your transaction flow and a callback that provides you the ability to receive push notifications on events happening on your workspace.

## Features

* **Convenience**

Access 100M+ strong cryptoCurrency user base without any limitation and support most mainstream coin and tokens.

* **Secure**

Battle tested security platform. Secure customer and investor funds from cyber attacks, internal collusion, and human error with a multi-layer technology that combines the latest breakthroughs in MPC cryptography with hardware isolation.

* **Simple**

Integrate with just a few clicks or code using our SDK and/or plugins.&#x20;

## Getting Started

You can use our REST API to create transactions on the MusePay platform and view information regarding your deposit crypto address , account balance and order information.

{% content-ref url="getting-started" %}
[getting-started](https://docs.musepay.io/getting-started)
{% endcontent-ref %}

Additionally, you can view the API documentation:

{% content-ref url="reference/api-reference" %}
[api-reference](https://docs.musepay.io/reference/api-reference)
{% 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.musepay.io/introduction.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.
