> For the complete documentation index, see [llms.txt](https://docs.dapdap.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapdap.net/apps/davinci/explore/search.md).

# Search

## **DapDap Search vs. Google Search?**

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

The **Search** tab on **d'Avinci** is designed to be your all-in-one tool for finding the best opportunities across DeFi. Whether you’re searching for a specific chain, dApp, campaign, or medal, the **Search** tab allows you to instantly filter through DapDap’s extensive app library with ease.

With DapDap's **Search** function, we’ve simplified the process of discovering and interacting with the most relevant opportunities for your DeFi goals. Results are sorted by relevance, helping you find what you need without having to scroll through irrelevant options.

***

## Search lets you

* **Discover Chains**: Quickly find and filter popular chains on DapDap like **Mode**, **Scroll**, and **Blast**, or discover alternative ones.
* **Find Popular dApps**: Access trending dApps on DapDap instantly.
* **Track Campaigns & Airdrops**: Stay up to date on ongoing campaigns and airdrop opportunities based on your previous onchain activity.
* **Locate Medals**: Search for medals or rewards earned during previous onchain interactions, ensuring you never miss out on achievements.

{% hint style="info" %}
**Hint:** Search allows you to view recent searches and bookmark items for future reference. This allows you to easily revisit projects, dApps, or chains you're actively following.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.dapdap.net/apps/davinci/explore/search.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
