# Introduction

It lets users interact with our layered agent architecture through simple conversation. Execute swaps, manage liquidity, and navigate DeFi just by chatting. Flight Fren translates blockchain data and onchain events instantly, and executes them.&#x20;

## **Key features:**

* **Interactive AI chat:** Ask Web3-related questions, get guidance, and discover opportunities with our AI assistant.
* **Wallet integration:** Seamlessly connect your EVM wallet or use account abstraction for simplified access via Web2 credentials.
* **Real-time data:** View wallet balances, transaction history, and more in one convenient place.
* **Personalized recommendations:** Let AI assist you in identifying optimal trading pairs, strategies, and other opportunities based on your needs.

## Why Flight Fren?

Under the hood, it orchestrates a multi-agent architecture with domain-specialized logic. Whether it’s swapping, managing liquidity, tracking rewards, and generating yield/farming.&#x20;


---

# 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.reflect.now/super-agent/flight-fren/introduction.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.
