> For the complete documentation index, see [llms.txt](https://support.simbase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.simbase.com/billing/billable-items.md).

# Billable Items

## Daily Fees

With Simbase, you'll only be charged for the services you actually use, for as long as you need them, and without any contracts. Our pricing works just like paying for utilities or cloud services - you only pay for what you actually use. And the best part is, once you no longer need our services, there are no additional costs. We believe in keeping things simple and fair for our customers.

{% hint style="info" %}
SIM cards that hold the 'enabled' SIM state, are considered billable. We charge your account balance daily for all enabled SIM cards. Please see our [pricing page](https://www.simbase.com/pricing) for details
{% endhint %}

## Public IP

If you need to access your device remotely, you have the option to assign a [public IP](/platform/public-ips.md) to your SIM card, and you will be billed for it on a daily basis. For more information about the pricing of a public IP, you can refer to the details provided on[ this page.](https://www.simbase.com/fixed-ip-sim-card)

## Private Networks

Private networks are virtual private subnets to which you can assign your SIM card. A private network is billed on a per-day basis and the pricing depends on the subnet size. Every private network comes with the OpenVPN service enabled for free.&#x20;

{% hint style="warning" %}
Additional charges for IPSec tunnel(s) apply.&#x20;
{% 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://support.simbase.com/billing/billable-items.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.
