> For the complete documentation index, see [llms.txt](https://docs.dapphero.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.dapphero.io/different-ways-to-use-dapphero/an-intro-to-features.md).

# An Intro to Features 🎁

There's a million things you can do with DappHero, so we've grouped them together into categories that describe what they do or where they connect.  Our feature list is constantly growing, so check back often to see whats new.&#x20;

### Features

#### [Network](/features/network.md) &#x20;

The Network feature gives you access to information about the current blockchain network your user is connected to.

#### [User](/features/user.md)

The User feature gives you access to information about the currently connected user.&#x20;

#### [3Box](/features/3box.md)

If your user has a [3Box](http://www.3box.io) profile, you will be able to access (and in the future edit) their profile information.&#x20;

#### [Smart Contracts](/features/3box.md)

Connect to any smart contract using the ethereum protocol&#x20;

[Collectibles](/features/what-are-nfts.md)

Easily create galleries for Crypto Collectibles

####


---

# 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:

```
GET https://docs.dapphero.io/different-ways-to-use-dapphero/an-intro-to-features.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.
