# Searchbar

The search interface allows users to perform targeted queries to find relevant KOLs based on specific criteria. Users can filter by keywords, hashtags, projects, and token tickers to refine their search.&#x20;

{% embed url="<https://youtu.be/78NOlmRFlCU>" %}
Step-by-Step Guide: KOL Intelligence Searchbar
{% endembed %}

Below are examples of how to use the search functions effectively:

#### Using Boolean Operators:

* Write <kbd>AI Agents</kbd> <kbd></kbd><kbd><mark style="color:green;">AND<mark style="color:green;"></kbd> <kbd></kbd><kbd>NFT</kbd> to find KOLs who have tweeted about both topics in your specified timeframe.
* Write <kbd>ETH</kbd> <kbd></kbd><kbd><mark style="color:green;">OR<mark style="color:green;"></kbd> <kbd></kbd><kbd>BTC</kbd> to find KOLs who have discussed either cryptos.

#### Filtering by Timeframes\*:

* Select a custom date range or use presets such as 24 hours, 7 days, or 30 days to narrow down search results.

#### Search by Specific Inputs:

* **KOL Names:** Enter Twitter handles to find relevant influencers.
* **Token Tickers:** Use symbols like <kbd><mark style="color:green;">$ETH<mark style="color:green;"></kbd> or <kbd><mark style="color:green;">ETH<mark style="color:green;"></kbd> to find KOL discussions on specific tokens.
* **Keywords/Topics:** Search for discussions on subjects like "<kbd><mark style="color:green;">DeFi<mark style="color:green;"></kbd>" or "<kbd><mark style="color:green;">Web3.<mark style="color:green;"></kbd>"
* **Project Names:** Enter names like <kbd><mark style="color:green;">"Uniswap"<mark style="color:green;"></kbd> or <kbd><mark style="color:green;">"Arbitrum"<mark style="color:green;"></kbd> to track project-specific mentions.

#### Saved Queries:

* Save frequently used search combinations for quick access and organized tracking. Perform complex queries using Boolean operators (e.g., <kbd>AI Agents</kbd> <kbd></kbd><kbd><mark style="color:green;">AND<mark style="color:green;"></kbd> <kbd></kbd><kbd>NFT, ETH</kbd> <kbd></kbd><kbd><mark style="color:green;">OR<mark style="color:green;"></kbd> <kbd></kbd><kbd>BTC</kbd>).

#### Filter by KOL names, token tickers, project names, and keywords.

#### Customize search results using timeframes (24h, 7d, 30d, 1y) and save queries for future use.

{% hint style="info" %}
*\*The data is being analyzed from June 2024 onwards.*
{% endhint %}


---

# 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.cookie3.com/cookie3-analytics/features/kol-intelligence/getting-started/searchbar.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.
