# Set Your Home Page

Reporting Hub home page is a basic content page where all users will land after signing in. **This page is globally accessible by all users with access to your Reporting Hub tenant.** Individual or security group permissions can not be applied to this page.&#x20;

## Editing the Home Page Following Deployment

Following the installation of Reporting Hub, the home page is pre-configured to display documentation to aid in completing your deployment setup. Once you have completed the steps outlined, you can update your home page.

{% hint style="info" %}
The home page can not be removed. It must be edited and updated with your custom content. Alternatively, Growth and Enterprise+ users can designate any navigation item as their home page.
{% endhint %}

The home page can be an embedded URL page or Power BI content, like a report or a dashboard.

## Set the Home Page to Power BI Content

1. Access your **Admin Settings** menu by clicking on your profile picture.&#x20;
2. Select **Manage Content**.

   <figure><img src="/files/NQeHcui4iHCRaVghYeu6" alt=""><figcaption><p>Select 'Manage Content' from the 'Admin Settings' menu</p></figcaption></figure>
3. Select the top item in the menu structure to edit the home page. It is called **Getting Started** by default, but you can change the name.

   <div align="center"><figure><img src="/files/IFajfNRMUr02zSDRJUTB" alt="" width="563"><figcaption><p>Select the top item in the menu</p></figcaption></figure></div>
4. If you'd like your home page to be a Power BI report, a paginated report, or a dashboard, set **What type of Navigation Option are you creating?** to **Report**. Fill out the fields and select **Save**. <br>

   <figure><img src="/files/MqUCWOatZ1LbxKMasFBe" alt=""><figcaption><p>Set Home Page navigation option type to Report</p></figcaption></figure>

## Using an Embedded Page Link for your Home Page

{% hint style="success" %}
Good to know: The Reporting Hub Free Trial is the same as the Growth subscription experience.
{% endhint %}

If you have a Growth or Enterprise+ subscription, you can make the home page an embedded URL.

1. Access your **Admin Settings** menu by clicking on your profile picture.&#x20;
2. Select **Manage Content**.
3. Select the top item in the menu structure to edit the home page. It is called **Getting Started** by default, but you can change the name.
4. Under **What type of Navigation Option are you creating?** select **Page Link**.

   <div align="left"><figure><img src="/files/RQkqaa3ppK8Q8d64rKpY" alt="" width="563"><figcaption></figcaption></figure></div>
5. Change the **Name** if you'd like.&#x20;
6. Select an **Icon** (optional).
7. Enter a **Description** (optional).
8. Enter a **Page Link**, including the protocol (`http://` or `https://`).
9. Enable the **Show Title and Description** check box if you want a header with the title and description (entered in step 5) to show above the embedded page.
10. To grant access, type user email or group names into the **Permission (Users/Groups from AD)** box and select the ones you wish to add. (Learn more about [managing users and groups in AD](broken://pages/lRRmoOd2ijOM00EJjn4L)). The content page will only be visible to those with permission.&#x20;
11. Choose a **Sort Order**: where you want your Page Link to appear in sequence on your Navigation Pane. If you're not sure what the number should be, you can reorder the menu items later.&#x20;
12. Click **Save.**

## Set Any Navigation Item as Your Home Page

Instead of having to edit the home page navigation item, Growth or Enterprise+ subscribers can set any existing navigation it (embedded URL page or Power BI content) as their home page. If you are creating a new navigation item to use as your home page, you must save it before the 'Set as Home Page' option will appear.

To set a navigation item as your home page:

1. Access your **Admin Settings** menu by clicking on your profile picture.&#x20;
2. Select **Manage Content**.
3. [Add a new navigation item](broken://pages/sUMfjuN6QVNlUgSbOuJr) or select an existing navigation item.
4. Unlike other content pages, the home page does not have to have groups/users assigned to it unless it is a row-level security report. If you are using a report with row-level security for your home page, you must select at least one group and assign roles as usual. See [Row-Level Security on Your Home Page](#row-level-security-on-your-home-page) for more information.
5. Select the **dropdown arrow in the Save** icon and select **Set as "Home Page"**.

   <figure><img src="/files/6JOBD0YEfYudkMd6CqcM" alt=""><figcaption><p>Set as Home Page button in Create/Edit Navigation Item Menu</p></figcaption></figure>

## Row-Level Security on Your Home Page

If your home page report uses row-level security, you should add every possible group/viewer to the report. If a user logs in and does not belong to any of the report's groups, they will see an error page saying that the home report is not set up.


---

# 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.thereportinghub.com/getting-started/deployment-step-by-step/set-your-home-page.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.
