> For the complete documentation index, see [llms.txt](https://avstrade.gitbook.io/avstrade-docs-en/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/avstrade-docs-en/faq/subscription.md).

# Subscription

<details>

<summary>Can I use the trial version if I plan to pay?</summary>

The trial version is available once and can be used as a supplement to the package.

</details>

<details>

<summary>I want to cancel my trial subscription, how to do this?</summary>

You cannot cancel your trial subscription.

</details>

<details>

<summary>I had a trial subscription, but it was cancelled. How can I get it back/what do I need to do?</summary>

If the system understands that the user has already had a trial subscription, then it marks this account. In such cases, a trial subscription is canceled, and the system prompts the user to buy a paid subscription, but not another trial period. You can buy one subscription.

<br>

</details>

<details>

<summary>I need more information about my subscription, payment methods and/or payment history</summary>

You can compare all available subscriptions and features by logging into your account in Bookmarks

<br>

</details>

<details>

<summary>There was a subscription and it expired. What will happen to my orders and positions, when the subscription expires?</summary>

Trading will not be available.

Previously open orders with an active subscription are available and displayed, but order editing is not possible.

Positions are displayed, close orders TP, SL, MARKET are available.

Trader's Diary - the history is available for the duration of the subscription.

<br>

</details>


---

# 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/avstrade-docs-en/faq/subscription.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.
