# Events with Search Bar

Before using the `[events_with_search_bar]` shortcode, you need to configure your settings under *Event listing settings*&#x20;

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

You can also display Taxonomy Filters by adjusting *Display Global Filter* and *Display Taxonomy Groups*. More information on how to configure taxonomies for events can be found [here](/publishing/classify-and-personalise/create-and-configure-taxonomies.md).

This can be found under *Settings* > *Event Settings*

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

When placed, it will render your events like so:<br>

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

{% hint style="warning" %}
When your event is live, a badge will display indicating this. If you would like this to be removed please contact us a <clients@wavecastpro.com> and we will remove it with custom CSS
{% endhint %}

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

These are the following parameters which are accepted:

<table><thead><tr><th width="130">Parameter</th><th width="134">Type</th><th width="494">Description</th></tr></thead><tbody><tr><td><code>page_id</code></td><td>String (default: '1')</td><td>Specifies the page ID of the pagination for the event listing. This parameter determines the specific page to display events on. If not set, defaults to page 1.</td></tr><tr><td><code>attendance_mode</code></td><td>Array (default: null)</td><td>Defines the attendance modes for filtering events. Accepts a comma-separated list (e.g., remote,in_person). If set to null, no filtering by attendance mode is applied.</td></tr></tbody></table>


---

# 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/shortcodes/events-with-search-bar.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.
