> For the complete documentation index, see [llms.txt](https://docs.wingmantracker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wingmantracker.com/getting-started/adding-an-account/fidelity-positions-csv-instructions.md).

# Fidelity Positions CSV Instructions

{% hint style="info" %}
You only use this Positions CSV file from Fidelity when first adding the account. Importing transactions day-to-day going forward is another CSV, which has its own (very simple) instructions.
{% endhint %}

**1. Once logged onto your Fidelity account on the web, select the "Accounts & Trade" menu tab and then click on "Account Positions" (#1 in screenshot below)**\
Make sure you're on the individual account that you're looking to upload. You can't import multiple accounts in a single file — each are done separately.

**2. Click on the "Positions" tab (#2 in screenshot below)**\
Make sure you have "Open Positions" selected in that "Show" dropdown menu towards the middle of the screen — this should be the default, but you may have it set up differently.

**3. Click the "Download" button to export it as a CSV file (#3 in screenshot below)**

![](/files/-M7-pObv3DXwiRbAH0BM)

**4. Save the file to any folder on your computer. You will then select this file in the Wingman form.** \
Don't open it on your computer because it may auto-reformat and lead to an error — just upload into Wingman.


---

# 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.wingmantracker.com/getting-started/adding-an-account/fidelity-positions-csv-instructions.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.
