# Embedding Quiz Using \<iframe>

The following video shows the use of the Arlinear Assistant to quickly create quizzes. You can make a request to generate a quiz on any topic.

{% embed url="<https://www.youtube.com/watch?v=4ix9pFh7ZPY&ab_channel=Arlinear>" %}

### Once you finished building your quiz...

1\. In the Arlinear Quiz Builder, click the blue **Share** button.

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

2\. Then **set who can take the quiz to "Anyone".**

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

3\. **Click "Copy Embed Code".**

**Note:** Make sure you've **enabled API access in your settings**. Then, when you go to share a quiz, you should be able to copy the embed code.

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

### The **quiz key is a string** that looks like this:&#x20;

> ***ba777045-7033-4701-b17b-da9e90dcd41e***


---

# 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://arlinear.gitbook.io/documentation/embedding-quiz-using-less-than-iframe-greater-than.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.
