# FAQ

## Q: Can I use my own website, and simply fetch the data with the API instead of the payment link?

{% hint style="success" %}
Yes! Just make sure to add "Powered by <mark style="color:blue;">VitePay</mark>" in the footer for example with link to <mark style="color:blue;">VitePay</mark>'s website.
{% endhint %}

## Q: I've found a bug, how can I help?

{% hint style="info" %}
If you've found a bug and know how to solve it, open a <mark style="color:yellow;">pull request</mark> at our <mark style="color:orange;">GitHub</mark>, if you don't know how to solve it, open an <mark style="color:yellow;">issue</mark>.
{% endhint %}

## Q: What are the fees?

{% hint style="success" %} <mark style="color:blue;">VitePay</mark> has absolutely <mark style="color:green;">no fees</mark>.
{% endhint %}

## Q: Can I use <mark style="color:blue;">VitePay</mark> for my online store?

{% hint style="success" %} <mark style="color:green;">Of course!</mark>
{% 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://docs.pay.imal.dev/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.
