# How does search bar work?

The search bar that you see on the home page searches for the content from '**Body-Cards**' sheet.

**The search runs on top of below fields in 'Body-Cards' sheet.**

| **List of columns** |
| ------------------- |
| Title               |
| Sub Title           |
| Description         |
| Tag 1               |
| Tag 2               |
| Tag 3               |
| Tag 4               |


---

# 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://help.siteoly.com/basics/how-does-search-bar-work.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.
