# Get Started

While you can write complete Fabulous applications, Fabulous can not be used independently as it does not provide any UI rendering by itself.

You'll need to choose a "flavor" of Fabulous first from the list:

* Fabulous for [Xamarin.Forms](https://dotnet.microsoft.com/en-us/apps/xamarin/xamarin-forms)
* Fabulous for [.NET MAUI](https://dotnet.microsoft.com/en-us/apps/maui)
* Fabulous for [Avalonia](https://avaloniaui.net)

The flavor you choose will determine the requirements, the available widgets and the supported platforms you can target.

Once chosen, please refer to the corresponding "Get Started" documentation to learn more about writing an app with that flavor.

| Flavor                     | Documentation                               |
| -------------------------- | ------------------------------------------- |
| Fabulous for Xamarin.Forms | [Get Started](/xamarinforms/get-started.md) |
| Fabulous for .NET MAUI     | [Get Started](/maui/get-started.md)         |
| Fabulous for Avalonia      | [Get Started](/avalonia/get-started.md)     |


---

# 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.fabulous.dev/get-started.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.
