# Troubleshooting spreadsheet uploads

* [ ] The template you have chosen ([miscellaneous data](https://nais.gitbook.io/nais/add-your-data/upload-data-from-spreadsheets#upload-miscellaneous-data) or [student data](https://nais.gitbook.io/nais/add-your-data/upload-data-from-spreadsheets#upload-student-applications)) matches the section to which you are uploading data (miscellaneous data or student)
* [ ] The file is a .csv file extension
* [ ] The file is UTF-8 encoded[ <mark style="color:blue;">(click here for instructions)</mark> ](/nais/add-your-data/upload-spreadsheets/troubleshooting-spreadsheet-uploads/encode-files-correctly.md)
* [ ] The file has the correct headers (First name, Last name, Address, ID, Grade). Schools sometimes use "student ID" but the column needs to be "ID".&#x20;

If you follow these steps and are still having trouble, please reach out!


---

# 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.nais.org/nais/add-your-data/upload-spreadsheets/troubleshooting-spreadsheet-uploads.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.
