# Searching

### General searching in blocktorch

Blocktorch's search capabilities are a powerful tool designed to help users search, analyze, and explore logs and metrics generated by your dApp and services utilized by your dApp (e.g. Oracles) in the fastet possible way. In the monitors as well as the search page, there is a search input field on the very top of the page to quickly find the data points you are looking for

<figure><img src="/files/ZYGEuPojie3XVWLiqMjE" alt=""><figcaption><p>Search input field for finding specific monitors based on e.g. monitor names, or data sources involved</p></figcaption></figure>

<figure><img src="/files/gxlMTp0WJB1qeLtKHs9x" alt=""><figcaption><p>Search input field for finding logs, transactions and traces</p></figcaption></figure>

### Blocktorch's Search page

In web3 the name "explorer" has been established for finding transaction and block related data. However, blocktorch's search is way more than a blockexplorer when it comes to system logs, and less when it comes to actual block related information. Therefore we have named blocktorch's search simply "Search".

Blocktorch's Search is multichain, multi data source, and multi datatype. <mark style="color:purple;">**One stop to find all your dApp's logs.**</mark>&#x20;

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

To search for logs, transactions and traces in the Search page, build your [search query](/concepts/querying-data.md#querying-data-through-fuzzy-search-and-search-facets). The search query can be one or multiple keywords or facet. Advanced search capabilities, including fuzzy search and faceted search, allow you to quickly find the information you need. The Search will return a list of matching log entries based on your query. For fuzzy search try for example search for the data source the log should originate from, wallets, contracts, status (Success/Fail), nonces, and many more. Fuzzy search can be combined with the query chips.

### Fine tuning your search

Your search query can be fine tuned by updating, removing or adding single chips to the query. To update a chip simply click its value and change it

<figure><img src="/files/h4EEBshnJZPyH1r8pPkT" alt=""><figcaption><p>Fine tuning and updating search in blocktorch search</p></figcaption></figure>


---

# 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.blocktorch.xyz/use-cases/searching.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.
