# Getting Started with Webflow

DappHero is fully equipped to work with [Webflow](https://webflow.com/), a popular drag-and-drop no-code tool for building websites. After adding a Script tag to your Webflow project, you can access all the power of DappHero by adding tags to your elements directly in the Webflow interface.&#x20;

To get started on Webflow:

* Signup to Webflow and [create an account](https://webflow.com/discover/popular#)
* (Quick Start) Clone a pre-made template from the [DappHero team page](https://webflow.com/team/DappHero) and change the script tag
* (Clean Start) Create a new project and add a script tag (requires a paid Webflow plan)&#x20;
* Start building your site, using DappHero tags

### Signup To Webflow

![Getting started from a DappHero Template](/files/-M-oPrdBUlITrdfFM-A9)

### Clone a template

Once you are signed into Webflow, you can revisit the [DappHero team page](https://webflow.com/team/DappHero) and choose a template to start with. Click "clone" to create a copy of the template to your account.&#x20;

![](/files/-M-oQ2mo84_KD6yNPKe_)

### Create your Project

After you the template to your account, you can click "Create" to start editing.&#x20;

![](/files/-M-oQZGbXjqJ4k95aNyK)

### Change the Script tag

Each template comes with a script tag already added. If you have added custom smart contracts to your project, you will want to change the script tag for the one in your DappHero Project.&#x20;

#### Edit your page settings

{% hint style="info" %}
Note: the DappHero script tag needs to be added to each page you wish to enable DappHero.
{% endhint %}

![Click the small gear that appears when you hover over your page name](/files/-M-oRDcWCWlMpVTcSQV_)

#### Copy the script tag from your project

![Copy your script tag from your project](/files/-M-oR6etmbmAhH4Mmb3w)

#### Paste or Edit your Script Tag

![Scroll to the bottom of your Page settings, and paste/edit your script tag. ](/files/-M-oReVV_eSqwZmbFADH)


---

# 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/starting-with-webflow.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.
