> For the complete documentation index, see [llms.txt](https://docs.docbits.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.docbits.com/administration-and-setup/settings/global-settings/subscription-plan.md).

# Subscription Plan

<figure><img src="/files/8faWFwfTyQtJKU4NV3se" alt="Subscription Plan"><figcaption><p>Subscription Plan page</p></figcaption></figure>

The **Subscription Plan** page gives you a complete overview of your DocBits subscription in one place: the plan itself, the app and feature subscriptions enabled for your organization, and your token usage. Open it from **Settings → Organization & Access → Subscription Plan**.

## Subscription Plan

The first card shows your DocBits subscription — the number of days remaining and the start and end dates — alongside live counts for your organization:

| Card                 | Description                                                      |
| -------------------- | ---------------------------------------------------------------- |
| **DocBits**          | Remaining days plus the start and end date of your subscription. |
| **Users**            | The number of users in your organization.                        |
| **Sub Organization** | The number of sub-organizations.                                 |
| **Suppliers**        | The number of suppliers.                                         |

## Feature Subscriptions

<figure><img src="/files/5iQ1RnISqGIk2Iwf2rzk" alt="Feature Subscriptions"><figcaption></figcaption></figure>

This section lists every DocBits app and feature and whether it is enabled for your organization.

| Column                    | Description                                                                                                    |
| ------------------------- | -------------------------------------------------------------------------------------------------------------- |
| **App**                   | The DocBits app or feature (e.g. AI Workforce, Operator, DocFlow, AI Search, BOD Ingestion, SQL BI Connector). |
| **Subscription**          | The subscribed plan for that app.                                                                              |
| **Status**                | **Active**, **Cancelling** (active until the end date, then ends), or **None** when the app is not subscribed. |
| **Start Date / End Date** | The subscription period.                                                                                       |
| **Days Left**             | Days remaining until the end date.                                                                             |
| **Actions**               | Per-app actions menu.                                                                                          |

## Subscription Usage

<figure><img src="/files/4ANkNEpuBFR1miVCGPHu" alt="Subscription Usage"><figcaption></figcaption></figure>

Monitor your token and workflow usage over a selected period. Use the **Select** button to choose the date range.

| Column               | Description                                                           |
| -------------------- | --------------------------------------------------------------------- |
| **Type**             | The usage category — Document, Workflow, Advanced Workflow or DocNet. |
| **From / To**        | The period the usage is reported for.                                 |
| **Tokens Used**      | Tokens consumed in the period.                                        |
| **Remaining Tokens** | Tokens left for the period.                                           |


---

# 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.docbits.com/administration-and-setup/settings/global-settings/subscription-plan.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.
