# Testimonials

Accessing the Resources Section

1. **Navigate to the "Testimonials" Section**
   * From the event dashboard, go to **Overview** > **Testimonials**.

<figure><img src="/files/2a5jeTI7RjIGJNykwxmt" alt=""><figcaption></figcaption></figure>

***

### Adding Testimonials

1. Click on **Create**
2. Fill out all the relevant information

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

Please note that if you select User or Speaker under the dropdown option, you can select a pre-existing profile or quick create a new one!

***

### How to display on frontend

To display this on the frontend, use the following shortcode:

`[featured_testimonials event_id="???"]`

Please note, that if you are using the shortcode in the context of the event, the event\_id parameter is optional.


---

# 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.wavecast.io/events/publish-an-event/testimonials.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.
