> 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/give-access-to-the-power-bi-workspace.md).

# Give Access to the Power BI Workspace

Giving access to the workspace is something you may choose to do if there are other users that need to administer the Bsure Insights app in your organization. For normal end user access, sharing the app only is sufficient.

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. &#x20;Go to **Manage access**<br>

   <figure><img src="/files/ZiNxEb6J8zDV4Nn04ndF" alt=""><figcaption></figcaption></figure>
4. Select **Add people or groups**
5. Add the users or groups you want to give access to. In this example I add one user with **Viewer** permissions, and one with **Admin** permissions. Select **Add**.<br>

   <figure><img src="/files/YzSXhMycYcims9r5tiot" alt=""><figcaption></figcaption></figure>
6. When permissions are added, go back to confirm they are added as expected.<br>

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

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

Learn more about roles in Power Bi workspaces here: \
<https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-roles-new-workspaces>

Learn more about collaborating in Power BI workspaces in general here:\
<https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-new-workspaces>


---

# 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/give-access-to-the-power-bi-workspace.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.
