# FAQ

## Frequently Asked Questions

<details>

<summary>Can I get a discount?</summary>

We are unable to provide discounts on request. Any active promotions or sales will be shared in the [**#**︱discount](https://discord.com/channels/869260667348197416/1233486052686299307) channel, so keep an eye out there!

</details>

<details>

<summary>I can’t find my transaction ID. Where can I locate it?</summary>

You can find your transaction ID by logging in at: <https://checkout.tebex.io/payment-history/login>.

</details>

<details>

<summary>I’m getting a “payment declined” message during checkout. What should I do?</summary>

If your payment was declined, here are a few steps you can try:

1. Wait for a while and try again later.
2. Use a different payment method or credit card.
3. Try a different device or network (e.g., use a VPN).

If none of these solutions work, it’s possible that your account has been restricted by Tebex. Alternatively, you could ask a trusted friend to purchase the asset for you and transfer it to your account.

</details>

<details>

<summary>My Keymaster account has been hacked. Can you transfer the scripts to me?</summary>

Unfortunately, we can't transfer assets between Keymaster accounts, even if your account has been hacked. We recommend contacting [Cfx.re support](https://support.cfx.re/hc/en-us) for further assistance.

</details>

<details>

<summary>How can I cancel my subscription?</summary>

You can cancel or manage your subscription by visiting: <https://checkout.tebex.io/payment-history/login>.

</details>

<details>

<summary>I have XAMPP. How can I switch to MariaDB?</summary>

You can easily switch to MariaDB by following this tutorial: <https://www.youtube.com/watch?v=bigFDwM8YCA>.

</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://docs.rainmad.com/information/faq.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.
