> For the complete documentation index, see [llms.txt](https://betafinance.gitbook.io/betafinance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://betafinance.gitbook.io/betafinance/managing-positions.md).

# Managing Positions

By navigating to the My Positions tab at the top of the navigation bar, users will be able to see a dashboard that enables them to easily manage their positions. Through the dashboard, lenders will be able to update their deposits or withdraw their lended assets by clicking "Deposit" and "Withdraw", respectively. Borrows and short sellers will be able to add additional collateral to their positions by clicking ‘Refill’ and close or decrease their positions by clicking ‘Repay’.

![](https://lh5.googleusercontent.com/32L-x2cYfVhdQWfoQ90Y6yZsUrJXDuRs9s74xPE0bDYCN8z7yXh_aex0MtGABaSdA5dgGqcqjh0J9WLZpY-vkVlbiOF1MxdME2Vb4phCLRyT2gTyPWpPkRzZVkt6b4nS_8ga0e0V)

![](https://lh5.googleusercontent.com/qh-cQ3ZhgmGw1lBbh1wmXBEwWTJFrlkUUhr09igJExBrf8-UQ4Piz0EWEHaliPLTuEkXsXcbTj3YU7NKGO7ig8aGIw1iZYCrL6QUFYpNO-gpVFPaUWvSsjSKiK56845MwteXuQ_W)

Total Deposits represents the total value of the assets currently being lended out on the protocol. The total debt is the sum of the interest accruing debt across all of the users borrow and short positions. Users are able to see how much collateral is being isolated for each position, and easily 'Refill' or 'Repay' their position with collateral if the LTV becomes too high.


---

# 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://betafinance.gitbook.io/betafinance/managing-positions.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.
