# Do I need to hire the Power Tuning portal? Can't I use Microsoft's?

Microsoft offers the ability to contract Power BI Embedded (or Fabric) through Azure, which is nothing more than a feature that allows you to generate an UNLIMITED number of tokens for embedding reports.

If you use the standard Power BI Portal, then you're still in the current scenario, where you need a Pro (or Premium per User) license for each user who publishes or views reports.

To use this type of license, which is different from all other types of Power BI licenses, you must use a web application to generate these tokens automatically and make the reports available to your users, because Microsoft does NOT provide a portal or source code for a portal ready to be used.

You can create your own portal, using a programming language, where you will implement all the code to manage users and permissions, render the reports, create the site layout, implement security, manage the application server, database, fix problems, implement new features, etc.

Another option is to hire a ready-made portal, with all this (and MUCH more) already created and ready to use, in the SaaS (Software As A Service) model, where you don't have any worries or anything to manage, you just use the system, which is updated constantly and very frequently.


---

# Agent Instructions: 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.powerembedded.com/faq/general-questions/do-i-need-power-tuning-portal.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.
