# Controls

{% hint style="warning" %}
This section is under construction: I'll update it in the coming weeks including all the controls from the official .NET Maui documentation
{% endhint %}

This section of articles will pair one-to-one with .NET official MAUI documentation articles in order to describe how each standard .NET MAUI control can be created in MauiReactor.

This is the official list of controls:\
<https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/>

## Navigation

{% content-ref url="/pages/Yr0Emxl52cvBwE2RB8R8" %}
[Shell](/mauireactor/components/controls/shell.md)
{% endcontent-ref %}

## Layouts

## Pages

### FlyoutPage

{% content-ref url="/pages/2nShmv4kmgDSXsWQimhW" %}
[FlyoutPage](/mauireactor/components/controls/flyoutpage.md)
{% endcontent-ref %}

## Views

### Initiate commands

{% content-ref url="/pages/sjQ3gnjBqhLORF0i5qs0" %}
[RadioButton](/mauireactor/components/controls/radiobutton.md)
{% endcontent-ref %}

### Display collections

{% content-ref url="/pages/taojsjC9Sz48ADB2yOiy" %}
[CollectionView](/mauireactor/components/controls/collectionview.md)
{% endcontent-ref %}

{% content-ref url="/pages/522hp8paR0lWMS9h2wxO" %}
[IndicatorView](/mauireactor/components/controls/indicatorview.md)
{% endcontent-ref %}

{% content-ref url="/pages/3eMtX4x5wZnypCGGYf0x" %}
[Picker](/mauireactor/components/controls/picker.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://adospace.gitbook.io/mauireactor/components/controls.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.
