# Extensions

The Retailys system can be expanded with many other extensions that have an API.&#x20;

Currently, we support:&#x20;

* Sklik&#x20;
* Heureka.cz&#x20;
* Zboží.cz&#x20;
* Facebook for posting&#x20;
* PayPal&#x20;
* Comgate&#x20;
* Shipment&#x20;
* Google Analytics&#x20;
* Toplist.cz&#x20;
* EET&#x20;
* iDoklad&#x20;
* UOL&#x20;
* Smartsupp

{% hint style="info" %}
Tip: If you would like to create your own extensions, you can use our developer help and use the REST API to develop your add-ons yourself. Don't forget to contact us so we can make your app an official extension.
{% 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://help.retailys.com/system-retailys/settings/extensoins.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.
