# How to borrow

1. Go to the Borrow page.&#x20;

<figure><img src="/files/2FB824G9HTNji7nNF3cz" alt=""><figcaption></figcaption></figure>

2. In the **Deposit** section, select your collateral asset (e.g., GR, SUI, USDC) from the dropdown.

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

3. Enter the amount of collateral you want to deposit.&#x20;

* Type the amount manually
* Click **Max** to deposit your full balance
* Drag the **LTV slider** below to adjust both collateral and borrow amounts simultaneously&#x20;

4. Borrow Done!&#x20;

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

**Repaying GUSD**

1. Click **Repay** in the My position panel.&#x20;

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

2. Enter the amount of GUSD you want to repay (partial or full). Click **Max** to repay the full balance.&#x20;

<figure><img src="/files/347TYkp8SdFSRlhNQIvH" alt=""><figcaption></figcaption></figure>

3. Done!

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

**Withdraw GR**

1. Click **Withdraw** in the My position panel.&#x20;

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

2. Select the collateral type and enter the amount to withdraw.&#x20;

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

3. Approve and confirm.

<figure><img src="/files/ktppLrhXXKbKkh8GA0RI" 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.creek.finance/mainnet-user-guide/how-to-borrow.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.
