# Subscription

<details>

<summary>Can I pause or suspend my subscription?</summary>

Unfortunately, there is no option to pause your subscription currently. Instead, you can cancel your subscription and re-subscribe when you're ready to join us again.

</details>

<details>

<summary>How do I check my subscription limits?</summary>

You can do that by visiting the Dashboard page (when you logged in) or the [Pricing page](https://larseo.app/pricing).

</details>

<details>

<summary>How do I upgrade or downgrade my subscription plan?</summary>

You can easily upgrade or downgrade your subscription plan by accessing your account settings and selecting the new plan you want. The changes will take effect immediately, and your billing & [credits](/subscription-and-credit/credit-system.md) will be adjusted accordingly.

</details>

<details>

<summary>What payment methods does Larseo accept?</summary>

At present, Larseo only accepts credit cards for subscription payments through Stripe.

</details>

<details>

<summary>Are there any hidden fees or charges?</summary>

No, there are no hidden fees or charges. All pricing information is transparent and available on Larseo's website.

</details>

<details>

<summary>How do I view my billing history and receipts?</summary>

You can view your billing history and receipts by accessing your account settings and selecting "[Billing](https://app.larseo.app/billing)".

</details>

<details>

<summary>What happens if I exceed my plan credit limits?</summary>

If you exceed your plan limits, you will need to upgrade to a higher subscription plan or wait until the next billing cycle to reset your credit limits. Alternatively, I have a better option for you, which is to [purchase additional credits](/subscription-and-credit/credit-system.md).

</details>

<details>

<summary>Does Larseo offer a free trial or demo of its platform?</summary>

Larseo does not offer a free trial, but we do offer a free plan.

</details>

<details>

<summary>What happens to my data if I cancel my subscription?</summary>

If you choose to cancel your subscription, your data will be saved but you will no longer have access to the paid features. Additionally, if you remain on the Free account, your data will be deleted after three months.

</details>


---

# Agent Instructions: 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:

```
GET https://help.larseo.app/subscription-and-credit/subscription.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
