# Fluent

## Fluent

- [What is Fluent?](https://docs.fluentlabs.xyz/learn/introduction/readme.md)
- [Connect to the Fluent Devnet](https://docs.fluentlabs.xyz/learn/developer-preview/connect-to-the-fluent-devnet.md): Fluent Public Devnet
- [Build with the Fluentbase SDK](https://docs.fluentlabs.xyz/learn/developer-preview/build-with-the-fluentbase-sdk.md): Deploy on the Fluent Public Devnet
- [Developer Quickstart Guides](https://docs.fluentlabs.xyz/learn/developer-guides/developer-quickstart-guides.md): Get started building on Fluent
- [Solidity Developer Guide](https://docs.fluentlabs.xyz/learn/developer-guides/developer-quickstart-guides/solidity-developer-guide.md)
- [Rust Developer Guide](https://docs.fluentlabs.xyz/learn/developer-guides/developer-quickstart-guides/rust-developer-guide.md)
- [Vyper Developer Guide](https://docs.fluentlabs.xyz/learn/developer-guides/developer-quickstart-guides/vyper-developer-guide.md)
- [Building a Blended App](https://docs.fluentlabs.xyz/learn/developer-guides/building-a-blended-app.md)
- [Fluent Overview](https://docs.fluentlabs.xyz/learn/knowledge-base/knowledge-base.md)
- [The Fluent VM](https://docs.fluentlabs.xyz/learn/knowledge-base/the-fluent-vm.md)
- [The Fluent L2 Network](https://docs.fluentlabs.xyz/learn/knowledge-base/the-fluent-l2-network.md)
- [The Fluentbase Framework](https://docs.fluentlabs.xyz/learn/knowledge-base/the-fluentbase-framework.md)
- [Glossary](https://docs.fluentlabs.xyz/learn/resources/glossary.md): Short descriptions of Fluent specific keywords and concepts.
- [Devnet Changelog](https://docs.fluentlabs.xyz/learn/resources/devnet-changelog.md): All notable changes to Fluent's devnets is documented in this section.


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a 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.
