> For the complete documentation index, see [llms.txt](https://docs.bsure.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bsure.io/user-guides/customer-settings/subscriptions.md).

# Subscriptions

{% hint style="info" %}
You need to hold the User role Super Admin to be able to navigate to subscription configuration page
{% endhint %}

All subscriptions in your tenant will be listed in this view. You can search for licenses and sort each column the way you prefer.

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

To add your price on a specific subscription, click the square with the three dots to the right and press Edit subscription. Make a note on the Renewal date and Total (amount of licenses) to find the price on that specific subscription:

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

Enter a note on terms (monthly, yearly) and perhaps source (csp partner, credit card etc) and set the correct value in you currency and click Save

<figure><img src="/files/1zKqJGyRuEnqhmVHiJ2x" alt=""><figcaption></figcaption></figure>

Set correct price on each subscription. **Bsure Insights will calculate the average price for each license available in Entra ID**.

When done, please select customer price and select your currency from drop down menu:

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

Click Refresh Power BI button to see changes. THis may take a few minutes, and you can follow progress by clicking the bell icon next to your name in the top right corner of the app.


---

# 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.bsure.io/user-guides/customer-settings/subscriptions.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.
