# Introduction

The open REST API of the Retailys system allows anyone to program their own applications, bringing new functionality to administration, programming connections to external applications (accounting or warehouse software) or just creating small applications designed for specific activities (eg summary analysis or statistics).

{% hint style="info" %}
We develop our applications on the Symfony framework. We use devstack with docker images on Azure from Microsoft in cloud.
{% endhint %}

Typical types of applications that can be programmed thanks to the REST API of the Retailys.com system are in particular the following:

* new sales channels (marketplaces, comparators of goods, social networks, ...)
* bridges to accounting, warehousing or ERP systems
* logistics (carriers, logistics centers)
* exports to advertising systems
* analytical tools, business intelligence
* connection to data sources (eg suppliers)


---

# 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://developers.retailys.com/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.
