diff --git a/README.md b/README.md
index b49df90..78ab6f9 100755
--- a/README.md
+++ b/README.md
@@ -30,6 +30,26 @@ Base for creating shop chat-robots using Web App technology for ![Telegram](http
26. Acquiring company selection system (ready for scaling)
27. Sending paid orders to the operators chat with the customer contacts
+## Integrations
+
+### Import
+*Methods for importing products into the shop*
+1. Excel-file (products and categories)
+
+### Images download
+*Methods of transferring images when importing products into shop*
+1. ![Yandex.Disk](https://360.yandex.ru/disk/) (russian) (![API](https://yandex.com/dev/disk/))
+
+### Delivery companies
+*Companies that deliver products from the shop*
+1. ![CDEK](https://www.cdek.ru/) (russian) (![API](https://api-docs.cdek.ru/29923741.html)) (![PHP library](https://github.com/TTATPuOT/cdek-sdk2.0))
+
+### Acquiring companies
+*Companies that provide acquiring for the shop*
+1. ![Robokassa](https://robokassa.com) (russian) (no swift) (![API](https://docs.robokassa.ru/pay-interface/))
+
+
+
## Dependencies
1. ![PHP 8.4](https://www.php.net/releases/8.4/en.php)
2. ![MINIMAL](https://git.svoboda.works/mirzaev/minimal) (PHP framework)