# Add button to site

## 1. Go to the “Implementation” card

The “Implementation” card is located next to “Design” card on the “Content” tab.

<figure><img src="/files/07Ty2T0Tlil2NTG0LuK6" alt=""><figcaption><p>"Implementation" card</p></figcaption></figure>

## 2. Copy the placement code

The code is a lightweight Javascript snippet used to render the button inside your HTML DOM and send data from the button to our servers. The total size is 9kb, and the code is completely public. You can view the source code [here](https://github.com/jyant-labs/userhelp-public).

## 3. Place the code inside your website’s `<head>`tag

Depending on how your site was built, the `<head>` HTML tag could be at different places. For most website builders, you can add our code snippet at the “Custom code” section. Below is an example of adding the code in Webflow:

<figure><img src="/files/rYfgpoz9xxw7VJnrFWVY" alt=""><figcaption><p>Example with Webflow</p></figcaption></figure>

{% hint style="info" %}
And just like that, you’re all set for getting responses and improving your customer experience. This is the end of the “Getting started” guide.
{% 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.userhelp.co/getting-started/add-button-to-site.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.
