> For the complete documentation index, see [llms.txt](https://docs.autocontentapi.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.autocontentapi.com/code-samples/quizzes/csharp.md).

# C\#

Use these .NET samples to mirror the [quiz scenario recipes](/quick-start/quizzes/quiz-examples.md). See the [C# guide](/code-samples/language-quickstarts/csharp.md) for setup tips.

## Recipes

* [📝 Create a Quiz from Text](/code-samples/quizzes/csharp/from-text.md)
* [🔗 Create a Quiz from a Website](/code-samples/quizzes/csharp/from-website.md)
* [🎚️ Set Difficulty and Language](/code-samples/quizzes/csharp/set-difficulty-and-language.md)
* [💡 Create a Quiz from a Topic Prompt](/code-samples/quizzes/csharp/from-topic.md)
* [🏢 Apply Brand Settings with `projectId`](/code-samples/quizzes/csharp/brand-with-project-id.md)

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