# Search Box

The search box is a powerful tool that enables users to find relevant content within the Sunbird-Ed portal efficiently. It enhances the overall user experience by providing quick access to the information they need. For more information please refer to this link <https://sunbird-ed.github.io/sunbird-style-guide/dist/#/search>

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

```
<div class="sb-search-box">
<div class="input-div relative">
  <i class="search icon"></i>
  <input class="sb-search-input" type="text" placeholder="Search..." />
  <i class="close icon"></i>
  <div class="sb-loader"></div>
</div>
<button class="sb-btn sb-btn-normal">Search</button>
</div>
```


---

# 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://ed.sunbird.org/older-versions/contribute/source-code/workflows/ui-user-interface-sunbird-ed-portal/component-style-guide-version-1/search-box.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.
