> For the complete documentation index, see [llms.txt](https://avstrade.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://avstrade.gitbook.io/ru/faq/podpiska.md).

# Подписка

<details>

<summary><a data-footnote-ref href="#user-content-fn-1">Могу ли я использовать пробную версию, если я планирую оплачивать?</a></summary>

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

</details>

<details>

<summary>Я хочу отменить пробную подписку как?</summary>

Вы не можете отменить пробную подписку.

</details>

<details>

<summary>У меня была пробная подписка, но она отменена. Как мне ее вернуть/что нужно сделать?</summary>

Если система понимает, что у пользователя уже была пробная подписка, то помечает эту учетную запись. В таких случаях пробная подписка отменяется, и система предлагает пользователю купить платную подписку, а не ещё один пробный период. Вы можете купить одну подписку.

</details>

<details>

<summary>Мне нужно больше информации о моей подписке, способах оплаты и/или истории оплаты</summary>

Вы можете сравнить все доступные подписки и функции зайдя в кабинет в закладки

* ТАРИФНЫЙ ПЛАН
* ИСТОРИЯ ОПЛАТ

</details>

<details>

<summary>Была подписка и закончилась. Что будет с моими ордерами  и позициями когда закончиться подписка?</summary>

Торговля будет не доступна

Открытые ордера ранее при активной подписке доступны, отображаются, но редактирование ордера невозможно.&#x20;

Позиции отображаются, ордера закрытия TP, SL, MARKET доступны.&#x20;

Дневник трейдера - доступная история на время подписки.

</details>

[^1]: 14


---

# 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://avstrade.gitbook.io/ru/faq/podpiska.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.
