# Jobs Feed Embed Unit

<figure><img src="/files/j51ue2pi6OV3tOpAY7SO" alt=""><figcaption></figcaption></figure>

**Example embed code**

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

```
<iframe id="jobfront_jobs_iframe" src="https://REPLACE-ORG-SLUG.jobfront.io/embeds/jobs" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
```

**Including interactive job filters**

You can add some user interaction into your embeds, that give users more filtering and search capabilities by adding the "include\_filters=1" argument in the iframe source

```
<iframe id="jobfront_jobs_iframe" src="https://REPLACE-ORG-SLUG.jobfront.io/embeds/jobs?include_filters=1" width="100%" height="350" style="border:0px solid #EEE; background:white;" frameborder="0" scrolling="no"></iframe>
```

<figure><img src="/files/a8CBHeW94ksi9Tr14o5X" alt=""><figcaption></figcaption></figure>

[<br>](https://docs.jobfront.io/job-boards/show-all-tracked-organizations)

```
```


---

# 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/jobs-feed-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.
