# Embed testimonial/avatar widget to Notion

Famewall testimonial widget can easily be added to your Notion page using an embed block.

First, create an embed block using the `+` or by typing `/embed`. Then enter any of the URL as shown below to the embed link prompt:

```
For Grid type wall of fame:

https://embed.famewall.io/wall/{wall_url}
```

```
For Carousel type wall of fame

https://embed.famewall.io/carousel/{wall_url}
```

```
For Dual Slider type wall of fame

https://embed.famewall.io/slider/{wall_url}
```

```
For Avatar Collections

https://embed.famewall.io/avatars/{avatar-collection-id}
```

Replace `{wall_url}` or `{avatar-collection-id}` with the URL you published on Famewall Page. You can find the wall URL by clicking on the wall

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

Once the widget loads, you can resize it to fit your page. Here is a small demo

{% embed url="<https://youtu.be/ThGdnfe8Qcs>" %}


---

# 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.famewall.io/embedding-testimonials-to-websites/embed-testimonial-avatar-widget-to-notion.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.
