> For the complete documentation index, see [llms.txt](https://docs.jetbit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.jetbit.com/portfolio-and-account-health.md).

# Portfolio and Account Health

The Portfolio page is your account in one place. It shows what you hold, what you owe, how your account is performing, and how close you are to liquidation.

## Your net worth over time

The top of the page charts your portfolio value across ranges from one week to all time. The chart is measured against how much you have deposited, so what you see is real trading performance rather than the effect of adding or removing funds.

## Account health

Health is the single most important number for a leveraged account, and Jetbit gives it a dedicated gauge that runs from healthy down to liquidation. You can drag a preview control to see how your health would change as margin usage rises, which is a useful way to understand your risk before it becomes real.

Alongside the gauge you get the full readout. Health factor, account leverage, maintenance margin, and your liquidation buffer together tell you exactly how much room you have before a position is at risk.

## The numbers that matter

The page keeps your live account metrics in view. Total profit and loss, today's profit and loss, total deposited, available margin, margin usage, and the fees you have paid are all there, and they update as you trade.

## Everything in tabs

Your account is organized into tabs, so you can move between different views without leaving the page.

{% tabs %}
{% tab title="Balances" %}
Balances lists every asset you hold, with its price, 24 hour move, balance, value, and share of your account.
{% endtab %}

{% tab title="Positions" %}
Positions shows your open trades and their risk.
{% endtab %}

{% tab title="Pool" %}
Pool shows your liquidity stakes, so you can see trading and LP activity together.
{% endtab %}

{% tab title="Orders" %}
Orders shows your working limit and stop orders.
{% endtab %}

{% tab title="History" %}
History is the full record of what your account has done.
{% endtab %}
{% endtabs %}

If you use the managed account, its card splits your spot and futures balances and gives you deposit and withdraw buttons in one place.


---

# 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.jetbit.com/portfolio-and-account-health.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.
