# Widgets

**What Are Widgets?**

Widgets are modular components that allow you to add specific features or content blocks to your application or website. They can display information, facilitate interaction, or enhance user experience through customizable settings. You can find them under *Widgets* > *Widgets* in the sidebar:

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

You can even use these to build up event pages! Please read our documentations on building with blocks [here](/events/setup-your-first-event.md).<br>

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

We have five different kinds of widgets:

* [HTML](#html)
* [Hero](#hero)
* [Testimonial](#testimonial)
* [Speakers](#speakers)
* [DOC Download CTA Pop-up](#doc-download-cta-pop-up)

You can also [build up your own templates](#building-widget-templates)!

***

### HTML

Coming soon!

***

### Hero

Coming soon!

***

### Testimonial

Coming soon!

***

### Speakers

Coming soon!

***

### DOC Download CTA Pop-up

Coming soon!

***

### Building Widget Templates

Coming soon!


---

# 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/publishing/widgets.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.
