# Welcome to the Chain.Love's Toolbox module

Each Toolbox is an isolated installation that contains information about specific ecosystem. Toolbox are available at the `https://<ecosystem>.chain.love` URL. To search for all the available installation, navigate to the [Chain.Love landing page](https://chain.love/):

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

In the example on the screen to explore the list of the Toolboxes available, one needed to click the `Ethereum` word, but the actual ecosystem word may differ depending on what ecosystem one was exploring previously. From the list - select the ecosystem and click `Explore <ecosystem>` to open the Toolbox:

<figure><img src="/files/4aobM8v5IAcUgGU9IJ9s" alt=""><figcaption></figcaption></figure>

Each Toolbox contains at least 9 categories, shown below:

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

{% hint style="info" %}
These categories, however, are not exhaustive, and may be expanded with any new categories, such as Compute, Storage, RWA, AI, DEXes, CEXes, etc.
{% endhint %}

Currently, Toolbox provides with the following functionality:

{% stepper %}
{% step %}

### [Discover](/chain.loves-toolbox/features/discover.md)

The data, that Toolbox provides is being fetched from GitHub public repositories, including Chain.Love's own one, that essentially represents a [CSV-formatted database](/chain.loves-toolbox/contributing/open-source-database.md).
{% endstep %}

{% step %}

### [Compare](/chain.loves-toolbox/features/compare.md)

Select several providers offers and click "Compare" in the floating bar on the lower part of the screen to analyze offers in details.
{% endstep %}

{% step %}

### [Contribute](/chain.loves-toolbox/contributing/contributor-service.md)

Toolbox does not require you to connect your account to discover or compare service providers, except for connecting GitHub in order to [contribute](/chain.loves-toolbox/contributing/contributor-service.md) by patching existing records or adding the new ones.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Toolbox nowadays is available on every network Chain.Love is deployed on, but as this is a subject of change, up to date list always will be available at the blockchains section.
{% endhint %}

## Video guide

{% embed url="<https://youtu.be/US2Cjnuk1Mw>" %}


---

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