> For the complete documentation index, see [llms.txt](https://doc.lockerprotocol.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.lockerprotocol.com/browser-extension/hyperliquid-perps/positions-and-alerts.md).

# Positions & alerts

Follow open positions, close them, and get a liquidation alert.

{% stepper %}
{% step %}

### Positions

**Positions** lists each one: **Entry**, size, **Unrealized PnL**, **Liq.** price. **Close position** (at market, after *Close this position at market?*), **Close all**, **Place TP / SL** (*they close the WHOLE position at market when hit*). **Open orders** shows resting limit orders with **Cancel order**.

Both lists show the **three** most recent; **See all (n)** opens the rest in a sheet.

<figure><img src="https://3674012151-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT2jyfPJ4rcVavAvTU9nL%2Fuploads%2Fgit-blob-69a6abf1e9653324e617174c5eb8a98dc023ea7f%2F01-positions.png?alt=media" alt="positions"><figcaption><p>Open positions.</p></figcaption></figure>
{% endstep %}

{% step %}

### Liquidation alert

**Liquidation alert**: *Notify me when a position gets within 10% of its liquidation price.*
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
*Connection lost - figures frozen since {time}.* Do not act on frozen numbers; reconnect first.
{% 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://doc.lockerprotocol.com/browser-extension/hyperliquid-perps/positions-and-alerts.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.
