# Making a csv file

Coll.ai supports CSV, or comma-separated values, files at the moment. You can create a .csv file using a simple text editor, but you can also export Microsoft Excel or Google Sheets documents to the format for upload.

See [here](https://support.microsoft.com/en-us/office/import-or-export-text-txt-or-csv-files-5250ac4c-663c-47ce-937b-339e391393ba) and [here](https://www.spreadsheetclass.com/google-sheets-export-csv/) on how to export a CSV file from Excel and Google Sheets, respectively.


---

# 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://coll-ai.gitbook.io/coll.ai-overview/tasker-product-workflows/submitting-datasets/making-a-csv-file.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.
