# What is Fluent?

⚠️ Note: Fluent documentation has moved to this GitHub repo: ⚠️

<https://github.com/fluentlabs-xyz/docs-docusaurus>

⚠️ Open new pull requests for documentation updates instead. ⚠️

## What is Fluent?

Fluent is the first [blended execution network](https://mirror.xyz/fluentlabs.eth/8IelEprNblwr1HENCzbp9WFEc7FieEapD5SAiBNUBGA) - an Ethereum L2 and framework that blends Wasm, EVM and (soon) SVM-based smart contracts into a unified execution environment.

Smart contracts from different VM targets can directly call each other on Fluent. Fluent is in public devnet and currently supports apps composed of Solidity, Vyper, and Rust contracts.

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><a href="../developer-preview/connect-to-the-fluent-devnet"><strong>Get Started</strong></a></td><td>Connect to the Fluent Devnet.</td><td></td><td><a href="../developer-preview/connect-to-the-fluent-devnet">connect-to-the-fluent-devnet</a></td></tr><tr><td><a href="https://github.com/fluentlabs-xyz/docs/blob/main/broken-reference/README.md"><strong>Developers</strong></a></td><td>Explore Fluent’s developer documentation.</td><td></td><td><a href="../developer-guides/developer-quickstart-guides">developer-quickstart-guides</a></td></tr><tr><td><a href="https://github.com/fluentlabs-xyz/docs/blob/main/broken-reference/README.md"><strong>Technology</strong></a></td><td>Dive into Fluent's architecture.</td><td></td><td><a href="https://github.com/fluentlabs-xyz/docs/blob/main/knowledge-base/README.md">https://github.com/fluentlabs-xyz/docs/blob/main/knowledge-base/README.md</a></td></tr></tbody></table>


---

# 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.fluentlabs.xyz/learn/introduction/readme.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.
