# Overview

Language-ready snippets for the [quiz quick-start recipes](/quick-start/quizzes/quiz-examples.md). Use these to call `/content/Create` with `outputType: "quiz"` and control difficulty and language.

## Available Languages

* [C#](/code-samples/quizzes/csharp.md)
* [Node.js](/code-samples/quizzes/nodejs.md)
* [Java](/code-samples/quizzes/java.md)
* [PHP](/code-samples/quizzes/php.md)
* [Python](/code-samples/quizzes/python.md)

Need the cURL flows instead? Head back to the [quiz quick-start examples](/quick-start/quizzes/quiz-examples.md).


---

# 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.autocontentapi.com/code-samples/quizzes/quiz-examples.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.
