> ## Documentation Index
> Fetch the complete documentation index at: https://docs.labelbase.co/llms.txt
> Use this file to discover all available pages before exploring further.

# My Own website form

> Read this if you want to keep your website form

# Activate the integration

Go on the integration section of the app, choose the label you want and activate the integration called "My own website form"

<img src="https://mintcdn.com/labelbase/RKuxxIwI7cfldDua/images/Captured%E2%80%99e%CC%81cran2026-01-13a%CC%8016.17.27.png?fit=max&auto=format&n=RKuxxIwI7cfldDua&q=85&s=86ee985dd50f3653602b6023a0e7381e" alt="Capture D’écran 2026 01 13 À 16 17 27" width="556" height="237" data-path="images/Captured’écran2026-01-13à16.17.27.png" />

## Install the script

Go on your website `head` html tag. And add the script you will have on the details of the integration card script :

```
<script 
  src="https://labelbase.co/capture.js" 
  data-api-key="<YOUR_LABEL_API_KEY>" 
  data-form="<CSS_ID_OF_YOUR_FORM>"
  defer
></script>
```

Replace data-form with the id of your form. Also replace your data-api-key with a key you will get on your dashboard.

## Allowed Domains

This section is very important to handle your website to send data to labelbase.
