# Search

The Search dashboard can be accessed via the "**View**" tab within "**Engine view**."

<figure><img src="/files/NNhhsgBtEUkG6q9Qj1SZ" alt=""><figcaption><p>Data view of Engine</p></figcaption></figure>

To search a keyword across all fields, enter a keyword in the search bar and press enter.

<figure><img src="/files/xO9kbl3svIJB3EwxpUAi" alt=""><figcaption><p>Search Response</p></figcaption></figure>

You can also search for keywords in a specific field, for example `industry_name_ANZSIC: "fishing"`

<figure><img src="/files/RjQZ44LXyuRDMEHHzWtd" alt=""><figcaption></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.sepana.io/sepana-search-api/web3-search-cloud/search-dashboard/search.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.
