# Explore

The <mark style="color:blue;">**Explore**</mark> menu gives you a tour around the Gnoland ecosystem by **showcasing aspiring projects** building on Gnoland. A list of dapps that displays each project's name, description, and a button that brings you directly to their website is available.

<figure><img src="/files/9m3SWkfNS6P6LwfGWkmC" alt="" width="180"><figcaption></figcaption></figure>

{% hint style="info" %}
**Are you a developer? Add your dapp to this list!**

We welcome anyone to request to get their dapp added to this list by submitting an issue on [Adena's official repository](https://github.com/onbloc/adena-wallet/issues). Please be sure to provide a concise description and a correct link that points to the landing page of your dapp on the submission.
{% endhint %}


---

# 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.adena.app/user-guide/explore.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.
