# Coda

**Use Coda as a data repository for your Miro data.** Work with separate tables for CSV file import or build a master table by appending many CSV files with a shared format. You can, for example, build a master table for all tasks in your project for an extended period of time, where you will always be able to find a particular task and go back to the original Miro board item by following the backlink.

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

### Creating a New Coda Table from a CSV File:

1. Open Coda, go to your Dosc folder and select the *+ Blank doc* button
2. Select the *Insert* button in the top right of the page, and then chose *Import* -> *CSV.*
3. Click on *Add file* under file in the pop-up window that opens and select the CSV file you would like to import.
4. Make sure that *Use first row as headers* is in the ON position.
5. Click *Next* to view the imported table in Coda.
6. Make sure that the *Items* column is set as the Display column in the table and that its type is set to *Text*. Also make sure that the *Backlinks* column is of type *Link*. The rest of the columns must be set to type *Select List*.

### Appending CSV Data to an Existing Coda Table

To append a CSV file to an existing master table do the following:

1. Open the table you would like to append data to.
2. Select the *Insert* button in the top right of the page, and then chose *Import* -> *CSV.*
3. Click on *Add file* under file in the pop-up window that opens and select the CSV file you would like to import.
4. Under *Import location* select the name of the table you will be appending data to
5. Click *Next* to view the the appended data to the table.


---

# 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://mappl-io.gitbook.io/mappl.io-docs/export/coda.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.
