# &#x20;サンプル

- [動的な行の追加・削除](https://jp.ozeform.io/sanpuru/dynamic-rows.md): ボタンをクリックすることで行の追加及び削除が自動的に行われます。
- [コンボボックスのフィルタリング](https://jp.ozeform.io/sanpuru/combobox-filtering.md): マスター・ディテール構造のデータセットでデータベースからデータを取得し、コンボボックスのフィルタリングを行います。マスターデータのコンボボックスアイテムが変更されると、ディテールデータのコンボボックスリストが変更されます。
- [DBからのチェックボックス](https://jp.ozeform.io/sanpuru/checkbox-from-database.md)
- [データ更新](https://jp.ozeform.io/sanpuru/rebind-data-from-database.md): TextBoxに従業員番号を入力するとき、またはComBoxから電子メール項目を選択するときに、データベースから更新されたデータを取得してTextBoxとComboBoxに表示するためにリバインドします。
- [JSONデータバインド](https://jp.ozeform.io/sanpuru/prefilling-form-with-json.md): アプリケーションからのJSONデータをコンポーネントに事前入力します。
- [数字を文字に変換](https://jp.ozeform.io/sanpuru/number-to-words.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://jp.ozeform.io/sanpuru.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.
