> For the complete documentation index, see [llms.txt](https://manual.trancy.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.trancy.org/en/billing-and-plans/subscription.md).

# Subscription

Trancy Premium is a subscription you can buy monthly or yearly (the yearly plan costs less per month). Subscriptions renew automatically until you cancel, and you can cancel anytime from your Trancy dashboard. This page covers payment methods, how to cancel, refunds, and device limits.

### Can I pay with Paypal?

Yes! You can now purchase a subscription via PayPal from our website, just choose your payment option before checkout.

### Can I pay by bank transfer?

Bank transfer is not an available option for purchasing subscriptions at the moment.

### How do I cancel my subscription?

1. Login to your trancy account on [**Trancy dashboard**](https://learn.trancy.org/)
2. Go to Dashboard [**setting page**](https://learn.trancy.org/settings) **.**
3. Click **Cancel.**

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

<br>

### Can I get a refund?

Yes. Trancy Premium offers a no-questions-asked refund: monthly subscribers can request a refund within 7 days, and yearly subscribers within 30 days. For Premium + Advanced AI, any AI engine usage already consumed is deducted and the remaining balance is refunded. See the [Refund ](/en/billing-and-plans/refund.md)page for full details and how to request one.

### Can I use Trancy on more than one device?

Yes. One Trancy account syncs across the desktop browser extension, the mobile browser extension, and the iOS and Android apps. You can be signed in on up to 6 devices at the same time.

*Last updated: June 4, 2026.*


---

# 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://manual.trancy.org/en/billing-and-plans/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.
