# Withdraw Supplied Assets

Once all GARD minted and accrued as interest has been repaid a user may withdraw their collateral. If the user never borrowed any GARD they will not have to pay anything besides ALGO network fees to remove their assets from their vault.

To withdraw one's assets a user must navigate to the borrow tab. Next they will have to click on "Manage Position" as shown:

<figure><img src="/files/P9SS1egHNPw2BsIYuL9V" alt=""><figcaption></figcaption></figure>

Once managing one's position the user can click "close position" to receive whatever collateral that they had vaulted.

<figure><img src="/files/rJXw9UMPHk5YDkx8Aa0K" alt=""><figcaption></figcaption></figure>


---

# 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.algogard.com/how-to/withdraw-supplied-assets.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.
