# 8. Search, sort and filter

{% hint style="info" %}
A simple 'getting started' video on this topic is coming soon. In the meantime, the following information should provide a good reference.
{% endhint %}

The video and example app below demonstrate basic search functionality with the [Buzzy Figma plugin](https://www.figma.com/community/plugin/980407395621457657/Buzzy---No-Code-App-Builder), using the 'Filter' component.

The video covers two search examples - a simple text-only search, and a more complex one using a formula field to search two data columns at once. The demo Figma file linked below includes those, plus an additional 'advanced' example where we implement an 'age range' filter, using a custom HTML code widget.

{% embed url="<https://youtu.be/9V5YE1S0xDo?si=wFpNdpOg3crW-uBy>" %}

The FIgma file used in the video above is available as a Buzzy Figma community file:

{% embed url="<https://www.figma.com/community/file/1153889511994888825>" %}


---

# 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.buzzy.buzz/getting-started-with-buzzy/getting-started-with-figma/8.-search-sort-and-filter.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.
