# Subscriber Signup Embed Unit

You can embed a signup unit for your job board + newsletter inside an iframe. This is helpful if you want to gate access to your job board and capture an email address from another web page before directing users to your job board.

Here's an example that's live on the website [Product.Jobs](https://www.product.jobs/)

<figure><img src="/files/sqg1gA2t74UYxnBOHK4x" alt=""><figcaption><p>Homepage</p></figcaption></figure>

<figure><img src="/files/tFDRztiUejPxYTP9H2oe" alt=""><figcaption><p>Close-up of Signup unit embed</p></figcaption></figure>

**Example embed code**

Please be sure to request your id below 'REPLACE-ORG-ID'

```
<iframe id="jobfront_signup_iframe" src="https://www.jobfront.io/embeds/signups/o/REPLACE-ID" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
```


---

# 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.jobfront.io/job-boards/subscriber-signup-embed-unit.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.
