# Analyze your assignment

Finally, you can analyze the performance of your assignment and check if students potentially committed plagiarism.

{% content-ref url="/pages/-MMKlbVFRXtgnmFVbMee" %}
[Detect Plagiarism](/setup-assignment/analyze-your-assignment/checking-for-plagiarism.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MMKmkKRDOxpJM\_8Rzf7" %}
[Analytics](/setup-assignment/analyze-your-assignment/viewing-analytics.md)
{% endcontent-ref %}

You can find overviews of all grades per assignment and per course, you can also export grades for your own administration. [Grades are synchronized with your LMS when the assignment state is Done.](/faq/releasing-grades-and-feedback.md)

{% content-ref url="/pages/tmNsPYPE7e3WHBDPCGEI" %}
[View and export grades](/setup-assignment/analyze-your-assignment/view-and-export-grades.md)
{% endcontent-ref %}

If you want to run your own analytics, you can easily export data from CodeGrade from within the assignment or with our API.

{% content-ref url="/pages/PLlbrko8meyhqNqEkXvt" %}
[Exporting Submissions](/faq/exporting-submissions.md)
{% endcontent-ref %}


---

# 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://help.codegrade.com/setup-assignment/analyze-your-assignment.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.
