# UI Components

All UI components implement special interfaces that ensure the data is loaded in parallel at the most optimal time.  The actual loading logic is then handled in&#x20;

They share the same design which you can change in resources.

## How to add UI components to a page

{% hint style="info" %}
TODO
{% endhint %}

## Could not find a UI component for your use-case?

Feel free to create your own components. Here is a guide:

{% content-ref url="/pages/f0t6aSZJRgVdmmvNx25K" %}
[Create custom components](/plutoframework/make-your-application/create-custom-components.md)
{% endcontent-ref %}

If that component is useful to others, consider making a PR.


---

# 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://plutolabs.gitbook.io/plutoframework/make-your-application/ui-components.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.
