> For the complete documentation index, see [llms.txt](https://docs.adalysis.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adalysis.com/tools/reporting/customize-a-template.md).

# Customize a template

Once you've copied a Looker Studio template and linked it to your data source, you're ready to customize the report content if needed.

You have **full control to edit, delete, or add content** to any page in the report.

You'll find 2 types of reports in Adalysis:

* **Client reports**: these are suitable for agencies who want to send their customers regular reports. The reports are brief and show a summary of the account's performance.  You can customize these reports by adding your own text summary (see below).  *Tip: If you're using the Pro version of Looker Studio you can also use its built-in conversational analytics to create an AI generated summary descriptions of the account's performance.*
* **Team reports**: these are suitable for internal reporting and go into a lot of details.  You can customize these reports in multiple ways, including hiding unwanted pages (see below).

## Ways to customize a template

### Add text summary

The client reports have a section at the bottom of each page dedicated to entering a text summary (if needed).   &#x20;

Go to the **Edit** mode and click on the empty space at the bottom of a page to see the text box. &#x20;

Once you've entered your desired text summary, exit the **Edit** mode and send the report to your client.

<figure><img src="/files/D9TCLq1TzpCgIVynxG2p" alt="" width="563"><figcaption></figcaption></figure>

### Hide unwanted pages

Each Adalysis template page focuses on one aspect of reporting to make it as modular as possible. You can hide unwanted pages to keep only the ones that are relevant to your desired report.

Go to the **Edit** mode and click on the **Page** control to open the relevant panel.

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

Then click on the three dots of the pages you want to hide and choose **Hide in view mode**.

<figure><img src="/files/hcJFVEbMnbxuz5oscPO5" alt="" width="377"><figcaption></figcaption></figure>

<figure><img src="/files/Zff4c3P1vkHRhljnEJWZ" alt="" width="336"><figcaption></figcaption></figure>

This will ensure this page isn't included in the final report (both the online version and the PDF export).

### Customize page content

To make further edits, please refer to the [Looker Studio help pages](https://cloud.google.com/looker/docs/studio/edit-a-report). Once you're familiar with the basic tools, Looker Studio reports are easy to customize.&#x20;


---

# 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.adalysis.com/tools/reporting/customize-a-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.
