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