> For the complete documentation index, see [llms.txt](https://docs.gable.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gable.finance/v1-flashloan-pool/flash-loan/user-manual/1.-dependencies.md).

# 1. Dependencies

To get you set-up you first need to meet several key dependencies. These dependencies ensure the smooth functioning and secure execution of flash loans as offered by Gable.

## Radix DLT Network

Gable is build on Radix DLT. To interact with Gable's flash loan feature you have to be connected to the Radix DLT network. This can be achieved by setting up the following components:

### Radix Wallet and Connector

The **Radix Wallet** is a mobile app where you can easily view and manage all your accounts and assets, and connect to a limitless variety of decentralised applications (dApps), like Gable's. The wallet offers a user-friendly interface for borrowers to request and repay flash loans, as well as for lenders to provide liquidity and earn interest.&#x20;

The Radix Connector is a chrome browser extension. The connector lets your Radix Wallet connect to dApp websites.

The radix wallet and connector can be installed by following the guide [*here*](https://wallet.radixdlt.com/).

### Radix Account

To be able to interact with any dApp, a personal Radix account is required. This can be created in the Radix Wallet by following the steps as explained by the wallet interface.


---

# 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://docs.gable.finance/v1-flashloan-pool/flash-loan/user-manual/1.-dependencies.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.
