# Account Details

As part of the account setup, you will be required to choose a plan for your account and attach your card details.&#x20;

{% hint style="info" %}
We use Stripe as our billing partner to process all payments. We never store your card details with us for the security of your credit card.&#x20;
{% endhint %}

### Choose Plan

bodt.io offers two plans as of now

**Pay as you Go**&#x20;

Flexible plan to start your journey with bodt.io. For $1 you get 25 pages (approx 50,000 words) of trainable content or 100 chat message replies.&#x20;

**Enterprise**

The plan starts at $499/mon and offers reduced rates on the flexible plan that is $.85 for each unit.

### Attach Card

Once you chose your desired plan, click on Attach a Card to link a credit card with your account. This will help us put charges on your account for the usage.&#x20;

<figure><img src="/files/YS60qJPYbDFJlPcth3qY" alt=""><figcaption></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.bodt.io/getting-started/account-details.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.
