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

# Assign Paid Licenses

To use purchased licenses, you must manually assign them to individual users or groups. A license must be assigned to each user who should be able to use Innofalls Charts in Power BI Service.

Licenses can be reassigned manually anytime. So in case a user doesn't need a license anymore and you want to assign this license to another user, you can do so.

To assign the licenses to the users, you must call up the Microsoft administration portal and open the *licenses* area.

{% embed url="<https://admin.microsoft.com/#/licenses>" %}

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

1. In the licenses section you can see your purchased licenses for Innofalls Charts.
2. Select your licenses for Innofalls Charts

You will receive an overview of how many licenses have already been assigned.

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

3. Select *Assign licenses* to assign licenses to users.

<figure><img src="/files/69AxpNuKAoBEBXkDIarq" alt=""><figcaption></figcaption></figure>

4. In the search field, you can either search for users to assign licenses individually or you can search for groups to assign licenses to entire groups in batches - provided you have enough licenses.
5. Click on *Assign* to assign these licenses. Please wait a few minutes for the assignment to take effect.

Further FAQ can be found on the Microsoft Learn pages: <https://learn.microsoft.com/en-us/power-bi/developer/visuals/licensing-faq>


---

# 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.innofalls.com/licenses/assign-paid-licenses.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.
