# Via General Search

{% stepper %}
{% step %}

### Tap the Magnifying Glass in the Bottom Menu Bar

{% endstep %}

{% step %}

### Search via Search Bar

Once in the search page, use the search bar at the top of the page to search for a particular subnet by its subnet number or its name. As you type, matching subnets will appear in the search results below the search bar.
{% endstep %}

{% step %}

### Search via Filters and Scrolling

Once in the search page, you can also explore subnets by utilizing the built-in filters which include:

* Emissions
* Market cap
* Token price
* Price change
* Buy volume
* Name
* Subnet number

After tapping the filter you'd like, make sure to also select the order that you'd like the subnets to be listed based on the filter selected (i.e. from Highest first <i class="fa-down">:down:</i>)
{% endstep %}
{% endstepper %}


---

# 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://support.tao.com/documentation/exploring-subnets/viewing-a-subnet/via-general-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.
