> For the complete documentation index, see [llms.txt](https://sdk.unlockd.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.unlockd.finance/getting-started.md).

# Getting Started

- [Installation](https://sdk.unlockd.finance/getting-started/installation.md)
- [SDK Modules](https://sdk.unlockd.finance/getting-started/sdk-modules.md)
- [Action Module](https://sdk.unlockd.finance/getting-started/sdk-modules/action-module.md): The Action module allows you to perform actions such as borrowing assets and repaying loans.
- [Auction Module](https://sdk.unlockd.finance/getting-started/sdk-modules/auction-module.md): The Auction module provides functionality for participating in auctions for NFT collateral.
- [Market Module](https://sdk.unlockd.finance/getting-started/sdk-modules/market-module.md): The Market module allows you to create, manage, and interact with market items.
- [Buy Now Module](https://sdk.unlockd.finance/getting-started/sdk-modules/buy-now-module.md): The Buy Now module allows you to buy assets instantly at a fixed price.
- [Sell Now Module](https://sdk.unlockd.finance/getting-started/sdk-modules/sell-now-module.md): The Sell Now module allows you to sell assets instantly at a fixed price.
- [Wallet Module](https://sdk.unlockd.finance/getting-started/sdk-modules/wallet-module.md): The Wallet module provides functionality for creating and managing Unlockd abstract wallets.
- [NFT Batch Transfer Module](https://sdk.unlockd.finance/getting-started/sdk-modules/nft-batch-transfer-module.md): The NFT Batch Transfer module allows you to send multiple NFTs to the Unlockd user wallet in a single transaction.
- [Code Examples](https://sdk.unlockd.finance/getting-started/code-examples.md): This section includes some code examples that demonstrate how to use the Unlockd SDK in different scenarios.
- [Borrowing Assets](https://sdk.unlockd.finance/getting-started/code-examples/borrowing-assets.md)
- [Fetch prices](https://sdk.unlockd.finance/getting-started/code-examples/fetch-prices.md)
- [Login](https://sdk.unlockd.finance/getting-started/code-examples/login.md)
- [Borrow Signature](https://sdk.unlockd.finance/getting-started/code-examples/borrow-signature.md)
- [Minimum Repay](https://sdk.unlockd.finance/getting-started/code-examples/minimum-repay.md)
- [Liquidation Price](https://sdk.unlockd.finance/getting-started/code-examples/liquidation-price.md)
- [Health Factor](https://sdk.unlockd.finance/getting-started/code-examples/health-factor.md)
- [Available to borrow](https://sdk.unlockd.finance/getting-started/code-examples/available-to-borrow.md)
- [UI Snippets](https://sdk.unlockd.finance/getting-started/ui-snippets.md)
- [Reservoir Integration](https://sdk.unlockd.finance/getting-started/reservoir-integration.md)


---

# 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://sdk.unlockd.finance/getting-started.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.
