> For the complete documentation index, see [llms.txt](https://help.codegrade.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.codegrade.com/faq.md).

# FAQ

### General questions

* [How do I use CodeGrade in Safari?](/faq/using-codegrade-in-safari.md)
* [How do I create Sections?](/faq/using-sections.md)
* [How do I set the roles of users in my course?](/faq/configuring-roles-of-members.md)
* [How do I archive my course?](/faq/archiving-your-course.md)
* [How do I add members to my (standalone) course?](/faq/adding-new-members.md)
* [How do I release grades and feedback?](/faq/releasing-grades-and-feedback.md)
* [How do I export submissions?](/faq/exporting-submissions.md)
* [How do I change the grading scale?](/faq/choosing-a-grading-scale.md)
* [How do I create course-wide feedback snippets?](/faq/creating-course-wide-snippets.md)
* [How do I view the course gradebook?](/faq/course-gradebook.md)
* [How do I allow students to hand in after the deadline?](/faq/allow-students-to-hand-in-after-deadline.md)
* [How do I personalise my CodeGrade app?](/faq/accessibility-and-personalization-settings.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://help.codegrade.com/faq.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.
