# Embeddable Form

- [Embed Your Form](https://docs.waitlisty.io/embeddable-form/embed-your-form.md)
- [HTML/CSS](https://docs.waitlisty.io/embeddable-form/embed-your-form/html-css.md): The simplest way to embed a Waitlisty form - directly in a vanilla HTML / CSS site
- [Next.js (App Router)](https://docs.waitlisty.io/embeddable-form/embed-your-form/next.js-app-router.md): Next.js doesn't allow us to use a \<link> element in our RootLayout, so here's the workaround using a \<Script> component and injecting the css.


---

# 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.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.
