> For the complete documentation index, see [llms.txt](https://docs.famewall.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.famewall.io/getting-video-testimonials-from-customers.md).

# Getting video testimonials from customers

Famewall makes it super easy to collect video testimonials from customers

To get started head over to your Testimonial wall and select the wall then head over to "Collection Page" tab&#x20;

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

Fill in the details of how you’d want your collection page to appear

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

Customize the fields you’d like to collect in video testimonials

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

Then publish your testimonial page and scroll to the top of the page. There will be a unique link which you can share with your customers to collect testimonials

<figure><img src="/files/6BS8APL8NBfQ5WEDVNhi" alt=""><figcaption></figcaption></figure>

On the collection page, click “Record a video” and follow the prompt to submit a video testimonial

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

Once the testimonial has been submitted successfully head over to [Famewall Dashboard](https://app.famewall.io/dashboard)

Select the wall for which your customers submitted a testimonial & head over to "Collected testimonials" tab on the left panel and then “Collected Video Testimonials”

Now click “Add to Wall” on the video testimonial & you’re all set 🥳 The video testimonial is successfully added to your wall

<figure><img src="/files/yzxhR8kiXBHJRBHbVVBu" 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.famewall.io/getting-video-testimonials-from-customers.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.
