> 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/v1/user-guides/share-the-power-bi-app/share-app-only.md).

# Share App only

1. Go to Power BI ([https://app.powerbi.com](https://app.powerbi.com/))
2. Select **Workspaces** in the menu, and go to the workspace where you installed **Bsure insights**.<br>

   <figure><img src="/files/M9wo26gE4gg64kkRNtz7" alt=""><figcaption></figcaption></figure>
3. Select **Update app**.<br>

   <figure><img src="/files/B16PibGaGNPMTuCANAQI" alt=""><figcaption></figcaption></figure>
4. Go to **Permissions.**<br>

   <figure><img src="/files/7JdVFXOqDPx3EpLX24Ou" alt=""><figcaption></figcaption></figure>
5. Specify the users or groups in your organization you will share the app with. \
   In this example I will add two users. If you plan on sharing the app with many users, groups is the way to go. \
   Select **Install this app automatically** to push the app to the users.\
   Select **Update app** to confirm.<br>

   <figure><img src="/files/hrOFwRYpT6HmzsNTSsOl" alt=""><figcaption></figcaption></figure>
6. Select **Update**<br>

   <figure><img src="/files/aLdmfkzPvn3qR6RUlbnN" alt=""><figcaption></figcaption></figure>
7. On the confirmation pop-up you can copy the direct link to the app.<br>

   <figure><img src="/files/lZECkJGWwlrVhkklQWPZ" alt=""><figcaption></figcaption></figure>
8. The users you shared the app with, will now find the app under **Apps** in Power BI. \
   If you did not choose push the app (step 5), users will have to go to **Get apps, Organizational apps** and install the app themselves.<br>

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

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

You can learn more about sharing and publishing apps in Power BI in Microsoft's documentation: <https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-create-distribute-apps>

###


---

# 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/v1/user-guides/share-the-power-bi-app/share-app-only.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.
