> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pba/10.2-analytics/pentaho-interactive-reports-cp/add-logos-to-interactive-reports/add-a-custom-logo-to-an-interactive-report-template.md).

# 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/10.2-analytics/pentaho-interactive-reports-cp/add-logos-to-interactive-reports/change-logo-alignment.md).


---

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