# Apple Watch Extension

## Introduction

Autoshares Web Trader for iOS comes with an Apple Watch extension that enables traders to swiftly glance at their positions and orders as well as analyze the positions' current profit and loss. This extension does not need to be installed separately from the App Store; rather, once you have installed Autoshares Web Trader to your iPhone or iPad, the Apple Watch extension will automatically be installed as well. However, if for some reason it's not installed, you can open the Apple Watch app on your device, scroll down to the Available Apps section, locate Autoshares Web Trader, and then tap **Install**.

![](/files/-MCzDDF3A9io3O95BtcI)

Once the extension is installed, it can immediately be opened from the app grid on the Apple Watch:

![](/files/-MCzDDF6nljh2gD2g_X9)

Once the extension is opened, you're presented with three buttons:

* Account
* Orders
* Positions

![](/files/-MCzDDF8rmCBMeHGhMT3)

Tapping on each of these will bring up the corresponding view.

## Account View

If you tap on **Accounts**, you will be re-directed to the account information screen that lists detailed information about your trading account, including its current value, available cash, open profit/loss, buying power, and so forth.

![](/files/-MCzDDF9E9zSHitgS31r)

## Positions View

If you tap on **Positions**, this will bring up the Positions view that gives you a visual breakdown of your positions. The entire screen is occupied by the piechart displaying the short positions, long positions, and closed positions as part of all positions.

![](/files/-MCzDDFAKg-p-KQ8n1qj)

Scrolling downward, there's a list of all positions opened on this trading account. Each position contains the ticker symbol of the underlying security (top-left corner), number of securities (bottom-left corner) as well as the limit, market, or stop price (bottom-right corner).

![](/files/-MCzDDFBJWekfu6VTjn4)

## Orders View

If you tap on **Orders**, this will bring up the Orders view that lists all orders of this trading account sorted by their status. It's similar to the Positions view in that it also visually breaks down all orders with a piechart. Moving downward, there's a list of all orders placed on this trading account along with pertinent information about the order like the ticker symbol of the underlying security, type of the order, quantity, limit, stop, or market price as well as as the order's status.

![](/files/-MCzDDFCShp0jOxrewG4)


---

# 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://api-documentation.autoshares.dev/user-guide/etna-trader-for-ios/apple-watch-extension.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.
