# Subscription & Payment

### **Where should I go to manage my subscriptions and billing?**

{% hint style="info" %}
Go to your [Account Page](https://www.yoyoshortcut.com/account), scroll down, and click on the button **Billing Portal**. It will open a Stripe portal where you can manage your subscriptions, invoices, and billing information.
{% endhint %}

### **If there is a technical problem with my checkout process or subscription status, what should I do?**

{% hint style="info" %}
Contact support as soon as possible. We can manually fix your problem from our end. You can contact us at **<hello@yoyoshortcut.com>**.
{% endhint %}

### **Can I still use my Member plan after I cancel my subscription?**

{% hint style="info" %}
Yes, you can. Even after you cancel your subscription, you can still use your plan until the end of your current billing period.

You can later resume your plan as long as it is before the end of your current billing period and your subscription has not been canceled yet.
{% endhint %}

### **What is Yoyo's Failed Payment Policy?**

{% hint style="info" %}
If you have a failed payment while you have an active subscription, Yoyo will make a few attempts to get your payment. The schedule of attempts goes as follows:

* First initial attempt
* Second attempt: 1 day after the last attempt
* Third attempt: 1 day after the previous attempt
* Fourth attempt: 3 days after the last attempt

If Yoyo cannot get a successful payment after the fourth attempt, your subscription is canceled.
{% endhint %}


---

# 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://guide.yoyoshortcut.com/faq/subscription-and-payment.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.
