# How to purchase a subscription plan

This guide shows you how to subscribe. Darkbot has three types of subscriptions: Free, Standard and Premium. Below is the algorithm for subscribing to the monthly standard plan. Subscription is made through the [Stripe](https://stripe.com/) payment service.

#### 1. Log in to you [Darkbot ](https://app.darkbot.io/login)account

#### 2. Click on Billing page in the side menu

<figure><img src="/files/0uTiLORGGoK30fcrbO3I" alt="Dashboard Page"><figcaption><p>Dashboard Page</p></figcaption></figure>

#### 3. Select a monthly period in the upper right corner

<figure><img src="/files/LirVfwQUphK7D8rQQR92" alt="Billing Page (Select Period)"><figcaption><p>Billing Page (Select Period)</p></figcaption></figure>

#### 4. Click the \[buy now] link under the standard subscription card

<figure><img src="/files/nVMXdniWaURl8q2rloIQ" alt="Billing Page (Buy now link)"><figcaption><p>Billing Page (Buy now link)</p></figcaption></figure>

#### 5. Wait for the Stripe portal to load

<figure><img src="/files/NueOJNaSqmArhIE2r6kA" alt="Stripe Portal"><figcaption><p>Stripe Portal</p></figcaption></figure>

#### 6. Enter your payment information and click \[Sign]

1. Enter the card data.&#x20;
2. Enter name of the cardholder.&#x20;
3. Enter the country and region.
4. Click \[Sign].

<figure><img src="/files/keYkEpp9pD1jsx1qkkKh" alt="Payment information section"><figcaption><p>Payment information section</p></figcaption></figure>

#### 7. Wait for successful completion of payment.

After successful payment you should be returned to our website. And a message should appear telling you that your subscription has been successfully activated.

<figure><img src="/files/0PPRQFPleppnDagTyebq" alt="Successfull payment popup"><figcaption><p>Successfull payment popup</p></figcaption></figure>


---

# 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.darkbot.io/getting-started-with-darkbot/how-to-purchase-a-subscription-plan.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.
