> For the complete documentation index, see [llms.txt](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/tips-and-tricks-for-mango-canvas/importing-scores.md).

# Importing Scores

Importing scores into Mango requires a specific format, which can be download by click on Grades >> Export >> Export Current Gradebook View. Then, an Excel file, .csv(ms dos) format, will be downloaded.

<figure><img src="/files/pCqoaietjTJzQTBE0BaC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/t6THBjNOXZt4uROo3lPp" alt=""><figcaption></figcaption></figure>

Open the file. You and add new column or fill in the existing ones.

<figure><img src="/files/S2b0DA5DqPtFzScUmjYZ" alt=""><figcaption></figcaption></figure>

After completing the scores, save the file (without creating a new file). Then, import it into Mango Canvas by clicking Grades >> Import. Choose the file and click >> Upload Data. Wait for the process to complete.

<figure><img src="/files/HxuLRO6uOYoaSGtJw3mL" alt=""><figcaption></figcaption></figure>

## Or watch the tutorial on importing scores here

{% embed url="<https://www.facebook.com/tlic.cmu/videos/2234058803410819/>" %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.tlic.cmu.ac.th/cmu-mango-canvas-manual/tips-and-tricks-for-mango-canvas/importing-scores.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
