# Recap

## Download CSV

* Select `recap` in the download CSV prompt.

## Import CSV

* Go to <https://app.recap.io/accounts>
* Under Accounts -> Custom Accounts
  * Select +Add Custom Account&#x20;
  * Enter any Account Name (i.e. "terra")
  * click gear icon for account -> Import Recap CSV&#x20;
    * (see picture below if confused)&#x20;
* Finish import CSV according to instructions.&#x20;

That's it!   Go to Activity tab to see transactions.

![](/files/y1E7mULYImGHBVHhxVMJ)

## Notes

#### Omitted transactions

All transactions starting with underscore are omitted from the Koinly CSV (i.e. \_LP\_WITHDRAW).  This means these transactions must be imported into Koinly manually (or ignored where appropriate).

## Reference

* <https://help.recap.io/en/articles/2631702-importing-csvs-into-custom-accounts>

## Change Log

<https://github.com/hodgerpodger/staketaxcsv/search?o=desc&q=recap&s=committer-date&type=commits>


---

# 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.stake.tax/export-csv-formats/recap.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.
