# #2: Connect first account

SMPLR supports various types of accounts both in crypto and fiat. Full list of supported account types available here.

* Crypto wallets: [How to add Crypto wallet?](https://help.smplr.xyz/article/13-how-to-add-crypto-wallet)
* Bank accounts: [How to add Bank account?](https://help.smplr.xyz/article/14-how-to-add-bank-account)
* Virtual accounts: [How to add Virtual account?](https://help.smplr.xyz/article/15-how-to-add-virtual-account)

Select the account type you'd like to track and add it with public address or Metamask (EVM-chains only)

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

After connecting your accounts, SMPLR will fetch the data via the API, map transactions with the accurate cost basis and calculate financial stats for every wallet and company as a whole.

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

Payments data is now ready for further work - associating with cost categories, clients, projects, etc. to generate accurate financial statements.


---

# 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.smplr.xyz/getting-started-1/product-tutorials/getting-started/2-connect-first-account.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.
