diff --git a/docs/en/md/Instructions/Ozon.md b/docs/en/md/Instructions/Ozon.md
index ac8493504a..b6c7501c5c 100644
--- a/docs/en/md/Instructions/Ozon.md
+++ b/docs/en/md/Instructions/Ozon.md
@@ -9,4 +9,20 @@ sidebar_class_name: Ozon
This section is dedicated to the library for working with Ozon Seller API. On this page, all the steps necessary to start working are described
-## Getting started
\ No newline at end of file
+## Getting started
+
+1. Authorize on [Ozon Seller](https://seller.ozon.ru/app/dashboard/main) portal and go to settings
+
+![BF](../../static/img/Docs/Ozon/1.png)
+
+
+
+2. Go to **API Keys** (left pane) and copy the value from the **Client ID** field
+
+![BF](../../static/img/Docs/Ozon/2.png)
+
+3. Click the **Generate Key** button, select the required permissions and save the generated token
+
+![BF](../../static/img/Docs/Ozon/3.png)
+
+Client ID and generated key are used for authorization in each library method as the first two parameters: **ClientID** and **API Key**.
\ No newline at end of file
diff --git a/docs/ru/md/Instructions/Ozon.md b/docs/ru/md/Instructions/Ozon.md
index 2e90c3d468..fa905924de 100644
--- a/docs/ru/md/Instructions/Ozon.md
+++ b/docs/ru/md/Instructions/Ozon.md
@@ -9,4 +9,20 @@ sidebar_class_name: Ozon
Этот раздел посвящен библиотеке для работы с Ozon Seller API. На данной странице описаны все действия, необходимые для полноценного начала работы
-## Начало работы
\ No newline at end of file
+## Начало работы
+
+1. Авторизуйтесь на портале [Ozon Seller](https://seller.ozon.ru/app/dashboard/main) и перейдите в настройки
+
+![BF](../../static/img/Docs/Ozon/1.png)
+
+
+
+2. Перейдите в раздел **API ключи** (левая панель) и скопируйте значение из поля **Client ID**
+
+![BF](../../static/img/Docs/Ozon/2.png)
+
+3. Нажмите кнопку **Сгенерировать ключ**, выберите необходимые разрешения и сохраните созданный токен
+
+![BF](../../static/img/Docs/Ozon/3.png)
+
+Client ID и сгенерированный ключ используются для авторизации в каждом методе библиотеки как первые два параметра: **IDКлиента** и **КлючAPI**
\ No newline at end of file