> For the complete documentation index, see [llms.txt](https://docs.pro.rent/d/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pro.rent/d/master.md).

# Главная

### FAQ - ответы на частые вопросы <a href="#faq" id="faq"></a>

{% content-ref url="/pages/-MF16JvFzIe8FsRePXY7" %}
[Возможности](/d/faq/features.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MEsRytxxNQzcO\_UyLFD" %}
[Первичная настройка](/d/faq/configure.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LiwZifefGAWddNCfHM5" %}
[Публичный сайт](/d/faq/web-site.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LiwdCml3NzLGgMJ5S7I" %}
[Надежность](/d/faq/reliability.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LiwddqgxaLy\_D-EDjHO" %}
[Стоимость и закрывающие документы](/d/faq/billing.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MF5dtzh1mE-TOAchXN\_" %}
[Коробочная версия](/d/faq/on-premises.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Liwf3uDTNnlgUv6CEXA" %}
[Подробнее о функциях](/d/faq/functions.md)
{% endcontent-ref %}

{% content-ref url="/pages/HwHxwtJKLgVVDFOztsrE" %}
[Интеграция с 1С](/d/faq/1c.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MAVO2z7Uh8Vdpn3pnbk" %}
[Шаблоны документов](/d/faq/templates.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MAynj7YH4WOvd9jpar4" %}
[Коммуналка](/d/faq/utility.md)
{% endcontent-ref %}

### API - интерфейс, позволяющий программам общаться между собой <a href="#api" id="api"></a>

Примеры использования API:

* Умный счетчик энергоресурсов передает показания напрямую в pro.rent, а pro.rent автоматически выставляет и отправляет арендаторам счета и акты за коммуналку.
* Умный рубильник отключает электроэнергию в помещении арендатора при наличии в pro.rent просроченной задолженности более 3 дней.
* Внешняя система аналитики получает данные из нескольких систем для их комплексного анализа. Например, из:
  * pro.rent - содержит данные о доходах от аренды;
  * amoCRM - содержит данные о доходах от продажи;
  * ODIN - содержит данные о расходах на эксплуатацию;
  * 1С:Бухгалтерия - система, в которой есть данные о всех затратах.

{% content-ref url="/pages/-Lj-bsxDRvEMsN1dw07B" %}
[Доступ по API](/d/api/main.md)
{% endcontent-ref %}


---

# 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://docs.pro.rent/d/master.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.
