# Layouts

Each layout to be shown on screen is a XAML file. XAML is declarative markup language by Microsoft. You can either edit these files directly, use the built-in basic designer or use Visual Studio.

XAML files are markup files for Microsoft WPF and used in programming modern software. They are somewhat similar to HTML files but different.&#x20;

With XAML, you declaratively describe what is shown on your screen, composing controls and nesting them in panels.&#x20;

The following websites will give you an idea on how to start coding XAML:

* [Microsoft XAML Overview](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/xaml/?view=netdesktop-9.0)
* [What is XAML?](https://wpf-tutorial.com/xaml/what-is-xaml/) and [Basic XAML](https://wpf-tutorial.com/xaml/basic-xaml/)
* [Data Binding overview](https://learn.microsoft.com/en-us/dotnet/desktop/wpf/data/?view=netdesktop-9.0)


---

# 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.dbnetsoft.com/dbnetsoft/screenspro/layouts.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.
