# Embed dashboards - restriced data per API KEY

In the previous [section](/product-docs/overview/embed-dashboards.md), we learned how to create an API KEY. Now, we are going to talk about restricting data per API KEY.

Data restriction allows the creation of filters per API KEY:

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

For example, you can define to filter the data if the 'customer\_name' field equals 'David Park':

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

When using the embedded link, BI.P.EYE will filter the data of the dashboard according to the API KEY data restriction filters.

This will allow you to create a dedicated logic in your app and to use the same dashboard for dozens of customers. The power will be to use different API KEYS with different filters.


---

# Agent Instructions: 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.bipeye.com/product-docs/overview/embed-dashboards/embed-dashboards-restriced-data-per-api-key.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.
