> For the complete documentation index, see [llms.txt](https://docs.glbnxt.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glbnxt.com/configure-glbnxt/platform-configuration/subscription.md).

# Subscription

The Subscription page gives you a complete overview of what your organization has access to on the GLBNXT Platform. Use this page to understand your current plan, see which applications are available, and review the AI models included in your subscription.

### Overview

The Subscription page is read-only and organized into three sections: your plan details, included applications, and included models. If you need to make changes to your subscription, please contact your GLBNXT representative.

<figure><img src="/files/TCBSqRefoiPkimcR2vRi" alt=""><figcaption></figcaption></figure>

### Plan Details

At the top of the page, you can see your current subscription plan:

* **Plan name**: The name of your active plan (e.g., "Platform").
* **Description**: A short summary of what the plan includes.
* **Status**: Whether the plan is currently active.
* **Billing cycle**: How often the plan is billed (e.g., "Monthly").

### Included Applications

This section lists all applications available under your subscription. Each application is shown with its logo and name. These are the same applications that appear on your [Dashboard](/configure-glbnxt/applications/dashboard.md). If you require additional applications, please contact GLBNXT.

### Included Models

This section lists all AI models your organization can access, with the total count shown in the header. Each model entry displays the provider's icon, the model name and the provider organization.

To learn more about any model, visit the [Model Hub](/configure-glbnxt/ai-platform/model-hub.md) where you can view detailed model cards with technical specifications, supported modalities, and regional availability.


---

# 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.glbnxt.com/configure-glbnxt/platform-configuration/subscription.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.
