> For the complete documentation index, see [llms.txt](https://floai.gitbook.io/flo-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://floai.gitbook.io/flo-ai/welcome-to-flo/flo.md).

# Flo

At **Flo**, we believe building applications should be as intuitive as sharing an idea. That’s why we’ve created an **AI-powered no-code platform** designed to make software development accessible to everyone—whether you’re an entrepreneur launching your first product, a business professional solving a workflow challenge, or a developer looking to speed up your process.

With Flo, you don’t need to be a coding expert to bring your vision to life. Our **drag-and-drop builder** makes it easy to design scalable applications, while our advanced **AI coding assistant** lets you build using simple natural language prompts. Think of it as having a tech-savvy co-pilot by your side, ready to turn your ideas into reality.

But we’re not stopping there. As we evolve, we’re building toward a much bigger goal: to become the **premier destination for development in Web3**. That’s why we’re creating the first full-featured **Web3 freelancer marketplace**—where developers and creators can not only build using Flo’s tools, but also **monetize their work**, offer services, and grow their on-chain reputation.

Whether you're crafting an enterprise-level solution, spinning up a smart contract, or launching a new business, Flo combines **ease of use, powerful AI, and Web3 infrastructure** to help you build faster, smarter, and with full ownership. The future of app development—and freelance innovation—is here. And it’s open to everyone


---

# 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 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, and the optional `goal` query parameter:

```
GET https://floai.gitbook.io/flo-ai/welcome-to-flo/flo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
