> For the complete documentation index, see [llms.txt](https://docs.tradestream.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tradestream.xyz/accounts/resync-an-account.md).

# Resync an account

{% hint style="info" %}
Resyncing can be useful if you notice that your trades in TradeStream don't match your actual trades. Resyncing your account often fixes these issues
{% endhint %}

To resync an account:

1. Go to the account manager in the bottom-left corner
2. Click on the three-dots ![](/files/nRvYKaFkaZfY1YgxXWmv) next to the account you want to resync data for&#x20;
3. Click ![](/files/PDlvmmJvLCzPyRBpUKaO)\
   ![](/files/Szb4CM22AOgxrrC4IxBu)
4. In the pop-up confirm that you want to resync data for your acocunt

{% hint style="warning" %}
Once you've started a resync you will have to wait 2 hours to do one again
{% endhint %}

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

5. A data sync will start for the account you decided to resync

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

{% hint style="danger" %}
If a resync doesn't fix your accounts problem please contact the TradeStream team through the chatbox in the bottom-right corner
{% endhint %}


---

# 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.tradestream.xyz/accounts/resync-an-account.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.
