# Account (Brokerage)

Your brokerage accounts serve as the highest level bucket of [Transactions](/wingman-concepts/all-metrics-and-terms/transaction.md). It directly maps to the individual accounts you have on your chosen brokerages. For example, a Margin account on TD Ameritrade would count as one, and your parent's IRA on TD Ameritrade counts as another.

At the moment, it does not actually connect with your real brokerage account, but is the identifier and organizer for your uploaded transactions. This way, no Transactions can become part of [Positions](/wingman-concepts/all-metrics-and-terms/position.md) in other accounts. And there is no technological link between Wingman and your brokerage accounts.

You can add as many accounts as you'd like.

To create an account, go to the [My Accounts](https://wingmantracker.com/my-accounts) page and click "Add Account".

![](/files/-LhQ5JXnRlcUg3U_QqnH)

More information about the My Accounts page can be found [here](broken://pages/-Lh7mK7YWNr9RUVK9ptg).


---

# 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.wingmantracker.com/wingman-concepts/all-metrics-and-terms/account-brokerage.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.
