# Subscription management

🔄 Change your plan:

1. Go to the **Billing** section.
2. Click on the blue **Change** link next to your current plan.
3. Choose a new plan and confirm.

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

**❌ Cancel your subscription or update payment method:**

1. Click the **Go to Billing Account** button.
2. You’ll be redirected to the Stripe billing portal.
3. In Stripe, you can:
   * Cancel your subscription (click **Cancel plan**).
   * Update your credit card or payment method (click **Update payment method**).
   * View invoices and payment history.

> Typelink uses Stripe’s secure billing system, so all changes are made directly in your Stripe customer portal.


---

# 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.type.link/type.link/other/subscription-management.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.
