> 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/looker-studio-faqs.md).

# Looker Studio FAQs

### **How do I send a report to a client or colleague?**

From the **Share** menu, you can choose shareable links, scheduled email delivery, and PDF downloads.

<figure><img src="/files/XQcC87hs2MRVT8FRZ6J3" alt="" width="398"><figcaption></figcaption></figure>

***

### **How can I set up the same reports for all my client accounts?**

You'll need to create one copy of the report for each Google Ads client you have.

We'd suggest a simple naming convention to make your reports easier to track, such as: ***MyClientName*** or ***AccountName – ReportType***

Since the data is refreshed automatically, you need only to create the report once. Your client will always have access to real-time data. This can replace sending a monthly report.

***

### **How can I schedule my reports monthly?**

Looker Studio reports update automatically every day. You can choose a time frame for your performance data with the date range filter. However, you can also schedule a regular email delivery via the **Share** menu.

<figure><img src="/files/rdE6kFqONcth81c7Awkg" alt="" width="398"><figcaption></figcaption></figure>

***

### **Can I see data in the reports that isn't in Google Ads?**

Looker Studio natively supports many data sources, including Google Ads, Google Analytics, Google Sheets, YouTube, Google Search Console, file uploads, and MySQL.

Looker Studio also supports many third-party connectors for sources like **Microsoft Ads, Facebook**, and **X**. Click the **Add data** icon to search for the data source you need.

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


---

# 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/looker-studio-faqs.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.
