# Introduction

### You can...

* Generate a quiz using custom instructions.
* Quizzes can be graded automatically and get written feedback

### **Your Students Can...**

* Take your quiz on **your platform**
* Get instant feedback on their quiz

## Try out the Demo!

Contact us [**here**](https://arlinear.com/contact-us/) to schedule a live demo.

{% embed url="<https://arlinear-quiz-api-demo.vercel.app/>" %}

### Source Code

Check out the Demo [**source code**](https://github.com/ArlinearEd/arlinear-quiz-api-demo/tree/main) here.


---

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