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

# Licensing models

## Comparison of the licensing models

Below is a table showing the specifics of the plans available. For more information on the details of your current plan, please refer to your contract or contact your CSM.

<table data-full-width="true"><thead><tr><th width="151.20001220703125">Model name</th><th>Resource consumption unit</th><th>Consumption per environment</th><th>Hosting Platform</th><th>Shared or private Platform</th><th>Platform Usage quotas</th></tr></thead><tbody><tr><td><strong>Pipeline-based model</strong></td><td>Licenses</td><td>Prod and Test deployments consume the same License package.</td><td>Shared hosting</td><td>Shared Platform</td><td>Doesn’t apply</td></tr><tr><td><strong>Subscription-based model</strong></td><td>RTUs (Runtime Units)</td><td>Prod and Test deployments consume different RTU packages.</td><td>Shared hosting</td><td>Shared Platform</td><td>Uses Platform Usage quotas</td></tr><tr><td>Consumption-based model</td><td>Credits (based on GB-seconds, executions, and egress traffic)</td><td>Usage is calculated based on actual consumption metrics, regardless of the environment.</td><td>Shared and Private hosting</td><td>Shared and Private platform</td><td>Uses Platform Usage quotas</td></tr></tbody></table>


---

# 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:

```
GET https://docs.digibee.com/documentation/licensing/licensing-models/licensing-models.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.
