> For the complete documentation index, see [llms.txt](https://docs.smaq.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smaq.io/documentation/projects/project-settings/report-theme.md).

# Report theme

The report theme controls how generated reports look — cover slide, fonts, chart colors, slide layouts. Separate from the [project theme](/documentation/projects/project-settings/project-theme.md) which styles in-app dashboards.

For the full how-to including upload steps and what gets extracted from a .pptx template, see [Report themes (features section)](/documentation/features/reports/report-themes.md).

This page documents the **settings tab specifically** — where to access it and what permissions apply.

### Where to find it

**Settings → Report Theme** in any project.

> **\[Screenshot needed]** Settings → Report Theme tab showing the theme upload area and the built-in theme picker.

### What this tab does

* Upload a custom .pptx template — SMAQ extracts colors, fonts, layouts.
* Or pick from built-in themes.
* Set this as the project default for new reports.

### Permissions

* **View**: any role except Chat User.
* **Edit**: Editor, Owner.

### Per-report override

Setting a theme here makes it the **project default**. Individual reports can override per-report from the report editor. See [Report themes](/documentation/features/reports/report-themes.md#per-report-theme-override).

### Related

* [Report themes (full feature reference)](/documentation/features/reports/report-themes.md).
* [Generate report from dashboard](/documentation/features/reports/generate-from-dashboard.md).
* [Project theme](/documentation/projects/project-settings/project-theme.md) — for dashboards, not reports.


---

# 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:

```
GET https://docs.smaq.io/documentation/projects/project-settings/report-theme.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.
