# HTML/CSS

Here's an example of embedding the script and div elements into a vanilla html / css site.

<pre class="language-html"><code class="lang-html">&#x3C;!doctype html>
&#x3C;html lang="en">
  &#x3C;head>
    &#x3C;meta charset="UTF-8" />
    &#x3C;meta name="viewport" content="width=device-width, initial-scale=1.0" />
    &#x3C;!-- Our Waitlisty CSS -->
    &#x3C;link rel="stylesheet" href="https://jzcjrtlxrpzxgszlwttl.supabase.co/storage/v1/object/public/formbuilder_v2/formBuilder_v2.css" />
    &#x3C;title>You Wesbite&#x3C;/title>
  &#x3C;/head>
  &#x3C;body>
    &#x3C;div>This is a website with a form in it.&#x3C;/div>
    &#x3C;!-- Our Waitlisty widget -->
    <a data-footnote-ref href="#user-content-fn-1">&#x3C;div class="waitlisty-widget" data-key-id="4zE41Vc">&#x3C;/div></a>
    &#x3C;!-- Our Waitlisty javascript -->
    &#x3C;script src="https://jzcjrtlxrpzxgszlwttl.supabase.co/storage/v1/object/public/formbuilder_v2/formBuilder_v2.js" defer>&#x3C;/script>
  &#x3C;/body>
&#x3C;/html>
</code></pre>

[^1]:


---

# 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.waitlisty.io/embeddable-form/embed-your-form/html-css.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.
