> For the complete documentation index, see [llms.txt](https://docs.simptel.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simptel.com/tf-platform/administration/organizations/billing/create-a-new-billing-account.md).

# Create a new billing account

### Steps to Create a Prepaid Billing Account

1. **Sign In:**\
   Log in to your account with your credentials.
2. **Select Organization:**\
   Choose the appropriate organization from the list if you belong to multiple.
3. **Access Billing Settings:**\
   Navigate to the settings menu and select **Billing Accounts** under **Billing**.
4. **Choose Self-service (Prepaid):**\
   Select the **Self-service (Prepaid)** option, which is the default.
5. **Link Payment Method via Stripe:**\
   Add a payment method through Stripe by following the on-screen prompts.
6. **Provide Account Details:**\
   Fill in any additional required information, such as your billing address.
7. **Enable Auto Top-up (Optional):**\
   Set up auto top-up by choosing a threshold balance and payment method for automatic replenishment.
8. **Review Your Information:**\
   Check that all provided information is accurate.
9. **Submit Your Request:**\
   Click the **Create Account** button to finalize your prepaid billing account setup.
10. **Check for Confirmation:**\
    Look for a confirmation message or email verifying successful account creation.

{% hint style="danger" %}
Ensure that your payment method is valid and has sufficient funds to avoid any interruptions in service once your account is active. If interruptions do occur, you will have **30 days** to recover your account and restore access to your services. If you encounter any issues during the setup process, please **contact support** for assistance.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.simptel.com/tf-platform/administration/organizations/billing/create-a-new-billing-account.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
