# Layout Managers

{% hint style="warning" %}
Need to search through platform code for stuff that either implements `LayoutManager` or subclasses of an existing `LayoutManager`
{% endhint %}

{% hint style="info" %}
Each layout manager should have an image describing how they work and how they flow components. If needed we can create a page for each in a similar manager to <https://docs.oracle.com/javase/tutorial/uiswing/layout/visual.html>
{% endhint %}


---

# 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://intellij.pluginwriting.academy/ui/layout-managers.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.
