> For the complete documentation index, see [llms.txt](https://docs.biodock.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.biodock.ai/user/billing.md).

# Billing

{% hint style="info" %}
Biodock uses Stripe to collect your payment information.  We never store, process, or even see your sensitive payment information.
{% endhint %}

### Billing and Payments

![](/files/AlT3XT8rbNcdfbmZKE8c)

#### Adding a Payment Method

To add a payment method:

1. Navigate to **Settings → Billing**.
2. Click **Add Billing Method**.
3. You will be redirected to **Stripe**, where you can securely add a credit card or another supported payment method.

Adding a payment method allows you to purchase additional Run Credits and Storage when needed. Your payment method will only be charged when you complete a purchase.

#### Purchasing Additional Credits and Storage

Academic users can purchase additional **Run Credits** and **Storage** at any time from the **Billing** page in their account settings.

**Run Credits**

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

Run Credits are available through two purchase options:

* **Annual Subscription** – Renews automatically each year and offers a lower cost per credit.
* **One-Time Purchase** – A single, non-recurring purchase.

**Storage**

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

Additional Storage is available through an **Annual Subscription**, which renews automatically each year.

#### Subscription Renewals and Cancellations

Subscription plans renew automatically at the end of each billing period. If you do not wish to renew your subscription, please cancel it before the renewal date.

> <sub>Refunds are not available for subscription purchases.</sub>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.biodock.ai/user/billing.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.
