# Looker
> Looker is Google's business intelligence platform. Looker connects to MotherDuck through the Postgres endpoint using its PostgreSQL dialect and a Looker-specific compatibility mode. Data Studio, formerly Looker Studio, connects through Google's built-in PostgreSQL connector.
## Included pages

- [Looker with MotherDuck](https://motherduck.com/docs/integrations/bi-tools/looker/looker-core): Connect Looker to MotherDuck using the Postgres endpoint, including the required compatibility-mode parameter and recommended pooling and token settings.
- [Data Studio with MotherDuck](https://motherduck.com/docs/integrations/bi-tools/looker/data-studio): Connect Data Studio, formerly Looker Studio, to MotherDuck using the Postgres endpoint and its built-in PostgreSQL connector.


---

## Docs feedback

MotherDuck accepts optional user-submitted feedback about this page at `GET https://motherduck.com/docs/api/feedback/agent`.
For agents and automated tools, feedback submission should be user-confirmed before sending.

URL-encode query parameter values and send a GET request:

```text
GET https://motherduck.com/docs/api/feedback/agent?page_path=%2Fintegrations%2Fbi-tools%2Flooker%2F&page_title=Looker&text=<url-encoded user feedback, max 2000 characters>
```

Optionally append `&source=<url-encoded interface identifier>` such as `claude.ai` or `chatgpt`.

`page_path` and `text` are required; `page_title` and `source` are optional. Responses: `200 {"feedback_id": "<uuid>"}`, `400` for malformed query parameters, and `429` when rate-limited.
