> For the complete documentation index, see [llms.txt](https://wiki.indeepa.com/2.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.indeepa.com/2.0/nastroika-repraisera/ozon/proverka-dostupov.md).

# Проверка доступов

Здесь настраивается, кто и с какими правами может работать в репрайсере. Порядок действий зависит от вашей роли.

## Если вы администратор (Селлер)

#### Шаг 1. Начните с проверки своих прав.

* В репрайсере перейдите в раздел **«Настройки» → «Доступ»**.
* Убедитесь, что у вас активированы два основных переключателя: «Редактирование настроек» и «Установка цен».
* Без этих прав вы не сможете менять параметры кабинета и отправлять цены на Ozon.

<figure><img src="/files/T7jMqAU2lDcJgNqszBry" alt=""><figcaption></figcaption></figure>

#### Шаг 2. Если вы планируете подключить к работе менеджера:

* В том же разделе «Доступ» нажмите кнопку **«Добавить пользователя»**.
* Введите электронный адрес сотрудника, на который он регистрировался в системе Indeepa.
* Нажмите **«Сохранить»**.

<figure><img src="/files/MCcbzVKb4hofov1dlD1G" alt=""><figcaption></figcaption></figure>

* Активируйте для него нужные переключатели: **Редактирование настроек, Установка цен**. Вы можете выдать все права, как у администратора, или ограничить доступ, например, разрешить только просмотр.
* Вы можете добавить несколько менеджеров и каждому назначить индивидуальный набор прав.

## Если вы менеджер (сотрудник)

#### Шаг 1. Регистрация в системе Indeepa.

* Перейдите по ссылке: [**https://id.indeepa.com/#/signup**](https://id.indeepa.com/#/signup)
* Введите рабочий email и придумайте пароль, нажмите **«Зарегистрироваться»**.

<figure><img src="/files/LkOSB0fHYgVuyJU2RwSJ" alt=""><figcaption></figcaption></figure>

* В появившемся окне заполните имя и номер телефона.
* Выберите параметр: **«Я сотрудник компании с уже оплаченной подпиской»**.
* Нажмите кнопку **«Предоставить»**.

<figure><img src="/files/6mO1rprCU9iK94TRUGF2" alt=""><figcaption></figcaption></figure>

После этого ваш аккаунт создан, но доступ к репрайсеру ещё не активен. Его должен выдать администратор.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://wiki.indeepa.com/2.0/nastroika-repraisera/ozon/proverka-dostupov.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
