# July 19, 2022

## Bug Fixes

Fixed bug with Alpaca accounts erroring that have crypto orders or positions. We made a change to hide these orders and positions from the user interface until we are able to fully support crypto positions in the future.

{% hint style="danger" %}
While Alpaca does support crypto, TradersPost has not integrated it with our platform yet but we plan to in the future.\
\ <mark style="color:red;">Be aware that TradersPost will hide crypto orders and positions from the TradersPost UI but the</mark> <mark style="color:red;"></mark><mark style="color:red;">**Close All Positions**</mark> <mark style="color:red;"></mark><mark style="color:red;">and</mark> <mark style="color:red;"></mark><mark style="color:red;">**Cancel All Orders**</mark> <mark style="color:red;"></mark><mark style="color:red;">buttons in the TradersPost user interface will still close your crypto positions and cancel your crypto orders even though they are not visible in the TradersPost user interface.</mark>

\
It is recommended that you use a broker account that does not have other positions in it that were not created by TradersPost.
{% endhint %}


---

# 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.traderspost.io/releases/old-releases/july-19-2022.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.
