> For the complete documentation index, see [llms.txt](https://taskoncommunitys-organization.gitbook.io/guide-book/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://taskoncommunitys-organization.gitbook.io/guide-book/billing-and-plans/faq.md).

# FAQ

**How to start a free trial?**&#x20;

On the pricing page, click "`Trial`" to start your trial. You can view the remaining days at the top.

<figure><img src="/files/pEybq1M7BhVmXQNOhzPL" alt="" width="375"><figcaption></figcaption></figure>

<figure><img src="/files/F9UqO45m4FzZgnvvGRe1" alt="" width="375"><figcaption></figcaption></figure>

**What are the differences between each plan?**&#x20;

The differences between each plan lie in the range of features and services we offer. For details on what each plan supports, please refer to "[Billing and Plans](/guide-book/billing-and-plans.md)".&#x20;

**What are the specific features or services included in each plan?**

Please refer to the "[Usage](/guide-book/billing-and-plans/usage.md)" and "[Featured](/guide-book/billing-and-plans/featured.md)" pages for detailed explanations.&#x20;

Additionally, "[Boost](/guide-book/billing-and-plans/boost.md)" refers to the branding services for better project promotion or event organization.&#x20;

**What happens if I reach or exceed the current plan's limits?**&#x20;

If you reach or exceed the limits of your current plan, you may need to upgrade to a higher plan to continue accessing the services. Please refer to "[Payment & Renew](/guide-book/billing-and-plans/payment-and-renew.md)" to finish your subscription.

**What types of payment do you accept?**&#x20;

We currently accept `cryptocurrency` payments. Additional payment channels such as PayPal will be added in the future.


---

# 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://taskoncommunitys-organization.gitbook.io/guide-book/billing-and-plans/faq.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.
