# Tutorials

<details>

<summary>Dashboard walkthrough</summary>

<img src="https://lh4.googleusercontent.com/OXA2zPKbiulHnEagiDKjKQntqtYKYI1HIzUwnJW2Xs24o_MlTLk_XOF999uxp8My96uxjLUbeRvLYLdjMbuWtqzZ3Ci2RIdAt0B-Yu41PCS691VLbHCca2SIyF-hJhhnBKZd1Wjvu0H0T1eKZ98w3BTKiVxqMVvLG-YWqFNdMt8NZxGHLT_uEcNhcXst" alt="" data-size="original">

From the Dashboard you can see the different tokens supported by the protocol, which you can deposit to earn an APY, as well as Borrow with them.

You can also access the **Collections** that the protocol supports to use as collateral to borrow. These Collections will be increasing all the time.

From **My Deposits** you can access to see the deposits you have active and be able to add more supply, or withdraw the partial or total amount you want at any time.

In the sub-section **My Loans** you will access the Borrow section from which you can deposit NFTs as collateral to borrow, and also see the Loans you have already borrowed and borrow more or Repay a partial or total part of your debt. If you Repay in full you will recover the NFT in your Wallet.

Finally, from the **My Auctions** sub-section you can see the auctions in which you have participated and their status. In case you have won an auction, you can Claim that NFT from that section and receive it in your wallet.

</details>

{% tabs %}
{% tab title="Lending" %}
{% content-ref url="/pages/L3P9V0jgH7rsIYOz98yw" %}
[How to lend](/unlockd-v1/unlockd-at-a-glance/lenders/how-to-lend.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Borrowing" %}
{% content-ref url="/pages/jMgeOkCXlspZemYbzCnJ" %}
[How to borrow](/unlockd-v1/unlockd-at-a-glance/borrowers/how-to-borrow.md)
{% endcontent-ref %}
{% endtab %}

{% tab title="Liquidating" %}
{% content-ref url="/pages/kRhU9pC4RrGTXEndCbRb" %}
[How to liquidate](/unlockd-v1/unlockd-at-a-glance/liquidators/how-to-liquidate.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# 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.unlockd.finance/unlockd-v1/resources/tutorials.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.
