# UI Compoment

画面UIのデザインはDashcombが提供しているUIコンポーネントを使えば、データの入力や表示、アクションの指定などが簡単にできます。UIコンポーネントはよく[Layoutコンポーネント](/dashcomb-help-center/ide/layout-component.md)と一緒に使います。

Dashcombが提供しているUIコンポーネントは以下になります。

* 表示系
  * [Table](/dashcomb-help-center/ide/ui-component/table.md)
  * [Label](/dashcomb-help-center/ide/ui-component/label.md)
  * [Image](/dashcomb-help-center/ide/ui-component/image.md)
  * [Divider](/dashcomb-help-center/ide/ui-component/divider.md)
  * [Markdown](/dashcomb-help-center/ide/ui-component/markdown.md)
* 入力表示系
  * [Input](/dashcomb-help-center/ide/ui-component/input.md)
  * [Textarea](/dashcomb-help-center/ide/ui-component/textarea.md)
  * [Select](/dashcomb-help-center/ide/ui-component/select.md)
  * [Swtich](/dashcomb-help-center/ide/ui-component/switch.md)
  * [Radio](/dashcomb-help-center/ide/ui-component/radio.md)
  * [Checkbox](/dashcomb-help-center/ide/ui-component/checkbox.md)
  * [Date Picker](/dashcomb-help-center/ide/ui-component/date-picker.md)
  * [Time Picker](/dashcomb-help-center/ide/ui-component/time-picker.md)
* アクション系
  * [Button](/dashcomb-help-center/ide/ui-component/ui-component-button.md)
  * [Uploader](/dashcomb-help-center/ide/ui-component/uploader.md)
  * [Importer](/dashcomb-help-center/ide/ui-component/importer.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.dashcomb.com/dashcomb-help-center/ide/ui-component.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.
