# Add a custom logo to an interactive report template

Use the following procedure to add a custom logo to an interactive report.

Prepare a custom logo in PNG format.

1. From User Console **Home**, click **Create New**, then **Interactive Report**.
2. From the **Select Data Source** dialog box, choose a data source for the report, and then click **OK**.
3. Click the **General** tab, then click **Select**.

   A window displaying available templates appears.
4. Browse through the available templates and click a template with a red "Change ME" logo.

   Interactive report templates are stored in the following folder:

   ```
   <server_installation_folder> > pentaho-server > pentaho-solutions > system > pentaho-interactive-reporting > resources > templates
   ```
5. To replace the default logo with a logo of your choice, go to the `images` folder:

   ```
   <server_installation_folder> > pentaho-server > pentaho-solutions > system > pentaho-interactive-reporting > resources > images > pentaho > <tenantId>
   ```
6. Rename the `Logo.png` image file, which contains the default logo, to another name, such as `Logo-orig.png`.

   Optionally, the original file can be deleted.
7. Rename your new logo image file to `Logo.png`.
8. Refresh the template to check that the new logo appears correctly.

Your custom logo has been been added to the selected template. To change the logo's alignment on the page, see [Change logo alignment](/pba/pentaho-interactive-reports-cp/add-logos-to-interactive-reports/change-logo-alignment.md).


---

# 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.pentaho.com/pba/pentaho-interactive-reports-cp/add-logos-to-interactive-reports/add-a-custom-logo-to-an-interactive-report-template.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.
