# Add DappHero Elements

Creating new DappHero Elements in WebFlow is a straightforward task. Using the Custom Attributes panel, any element you create in WebFlow can be labeled with tags to enable DappHero functionality.

### Adding DappHero Custom Attribute

To turn an ordinary element into a DappHero Element, you need only to give it a custom attribute to tell it how you want it to work. To add the Network Feature to an element &#x20;

![Add the 'data-dh-feature' as the name](/files/-LzE65S4XnW4bQn279As)

###

This will put the custom attribute "data-dh-feature" on your \<div> element with the value `network`. When WebFlow eventually generates HTML, the output HTML will look something like this:&#x20;

```markup
<div data-dh-feature="network">...</div>
```

This tells the DappHero engine that this element is meant to connect to the Network Feature, and it will inject the data from **network** into the Div when your user visits your website.&#x20;

## Learn more about Custom Attributes at Webflow:

To learn more, we highly recommend you watch this short video from WebFlow about how to add custom elements:&#x20;

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

{% embed url="<https://university.webflow.com/article/how-to-add-custom-attributes-to-an-element-in-webflow>" %}
Additional Resources at Webflow University
{% endembed %}


---

# 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.dapphero.io/integrations/using-weblow/adding-elements.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.
