# Introduction

## Objective

With Dfyn's RFQ module, we aim to create a gas-efficient model that bypasses all the complexities of an AMM and connects traders directly to a set of professional market makers. This module is complementary to our existing AMM module in the sense that when using Dfyn Exchange with the RFQ functionality enabled, the user's experience is unaffected. They still make a request for trade on our UI and receive a response with an optimally routed order. Behind the scenes, Dfyn will fetch the best price available - be it on our AMM or our RFQ instance.

## Technical Documentation

Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:

{% content-ref url="/pages/cZUDm3zENrevwMfADvFx" %}
[API Reference](/dfyn-exchange-rfq-module/api-reference.md)
{% endcontent-ref %}


---

# 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.dfyn.network/dfyn-exchange-rfq-module/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.
