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

# Subscription

## What is the subscription cost ?

Accessing PreGPT 2.0 requires a $2 monthly subscription for the standard plan or a $4.99 monthly subscription for the pro plan.

## What are the accepted payment methods?

Currently, PreGPT subscriptions can be purchased with PRE tokens and credit cards through the Stripe platform. We plan to accept other cryptocurrencies soon.

## What is the subscription duration?

Subscriptions are monthly.

## How can I cancel a subscription?

You can cancel your subscription at any time. If you cancel mid-month, you'll still have access until the end of the paid period.

## Are there any refunds ?

Please note that subscriptions are non-refundable.

**Quick guide to payment with Stripe.**

&#x20;Go to <https://account.presearch.com/tokens/pre-gpt-subscription> select the Stripe option and click on Subscribe to standard plan or Pro plan depending on your choice of preference.

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

&#x20;Enter your requested credit card information in the form and proceed to make the payment.

<figure><img src="/files/8NTlKoS6BMoLRQkzNCb3" alt=""><figcaption></figcaption></figure>

&#x20;Wait for the confirmation and after a few minutes your PreGPT 2.0 subscription will be active, you can also check it in the payment history.

<figure><img src="/files/5gZCYVEGIC3J9awjyTXN" 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://docs.presearch.io/pregpt/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.
