> For the complete documentation index, see [llms.txt](https://docs.snyk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.snyk.io/platform-administration/snyk-hierarchy/tenant/plan-and-billing.md).

# Plan and billing

## Your Plan

{% hint style="info" %}
**Feature availability**<br>

The Your Plan page is available only with Enterprise plans. For more information, visit ([Snyk AI Security Platform plans and pricing](https://snyk.io/plans/)).
{% endhint %}

The **Your Plan** page consolidates your plan information to show your entitlements.

### Plan overview

{% hint style="info" %}
To access the Your Plan page, you must have the Tenant Admin role on an Enterprise plan.
{% endhint %}

Navigate to **Group** **Settings** > **Plan and billing** > **Your Plan** from your Tenant to view your plan, contract details, and included capabilities.

The page header summarizes your plan:

* **Plan**: The name of your current plan, for example, Enterprise.
* **Marketplace**: Snyk displays a badge if your organization purchases through a cloud marketplace, showing whether you transact through the AWS Marketplace or the Google Cloud Marketplace. If you do not purchase through a marketplace, no badge is shown.
* **Term**: Your contract and renewal date. The page shows "Renews" followed by the date, or "Expired" if your contract has ended.
* **Data residency**: The region where Snyk hosts your data.

{% hint style="info" %}
If your account has more than one contract, Snyk displays the earliest renewal date.
{% endhint %}

### Included in your plan

The **Included in your plan** section lists your Snyk capabilities. Snyk does not display capabilities you cannot access.

For each capability, the page displays the contracted metric:

* For capabilities licensed on a fixed-price model, Snyk displays the contracted number, for example, the number of contributing developers.
* For capabilities available on the consumption model, Snyk displays Credits.
* For capabilities you are trialing, Snyk displays a "Pilot" badge and no contracted number.


---

# 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.snyk.io/platform-administration/snyk-hierarchy/tenant/plan-and-billing.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.
