> For the complete documentation index, see [llms.txt](https://chain-love.gitbook.io/chain.loves-toolbox/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chain-love.gitbook.io/chain.loves-toolbox/features/discover.md).

# Discover

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

{% stepper %}
{% step %}

### Categories

Toolbox groups Web3 services into the different categories. If you feel like something is missing, please, open a [Database Improvement Proposal](/chain.loves-toolbox/contributing/open-source-database.md#database-improvement-proposals-dbips)
{% endstep %}

{% step %}

### Filters

Each category has it's own set of pre-defined filters. You may click the filter to adjust it and select only a subset of entries you are interested in. If you want more filters to be added - please, [contact us](https://www.chain.love/contact-us).
{% endstep %}

{% step %}

### Single entity (Provider)

Each entry represents Providers that have a certain Offer in a selected Category. The most-left column represents the name of the provider, next is the set (one or two) buttons that allows accessing this provider's page, and each following column represents certain provider property, like access price, technology used, available features, etc.
{% endstep %}

{% step %}

### Group entities (Offers)

Often, the same providers has different offers, or has the same offer but present it on different chains (sometimes differentiating price or other specific parameters depending on the chain). For that, Chain.Love groups all the offers of the same provider into one group to simplify data representation. Each group can be expanding by clicking on the "+" sign on the left side of the provider's name.
{% endstep %}

{% step %}

### Expand columns

There are dozens of parameters, that can be used to [compare](/chain.loves-toolbox/features/compare.md) offers, and displaying all of them on the same screen would damage the usability, so by default only a number of columns your screen is currently fitting will be displayed. To add more columns one may use "Columns" filter or click the ">" on the right side of the screen to open all the columns.
{% endstep %}
{% endstepper %}

## Mobile version

As services discovery capabilities may be required in many circumstances when you laptop is not anywhere around, we handcrafted also an adaptive mobile version that should keep the discover process simple for you.

<figure><img src="/files/9O9OI9vJexGcA9vAlhMT" alt="" width="563"><figcaption></figcaption></figure>


---

# 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://chain-love.gitbook.io/chain.loves-toolbox/features/discover.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.
