# 署名

## 開始する前に

* 署名を保存するコレクションの1つにテキストプロパティが必要です
* この機能を使用するには有料の Adalo プランは必要ありません

{% hint style="info" %}
署名はテキストとして保存されますが、コレクションの最初のプロパティには保存できません。
{% endhint %}

## 手順

{% tabs %}
{% tab title="シンプル" %}
**1.)** Adalo アプリ内で、左上隅にある大きなプラス記号<img src="/files/uv1ZczVUqOYQacjjl48E" alt="" data-size="line">をクリックします

**2.)** 画面を下にスクロールして **マーケットプレイス** セクションをクリックします

**3.)** コンポーネントリストで **Signature** を見つけ、**インストール** をクリックします

**4.)** コンポーネントリストに戻り、検索バーに **Signature** を入力し、Signature Pad コンポーネントを目的の画面にドラッグアンドドロップします

**5.)** コンポーネントのスタイルを選択します

**6.)** **ボタン** をクリックし、テキストやボタンのスタイルを必要に応じて変更します

**7.)** 保存アクションにスクロールして、新しい「Create Action」を追加し、[Magic Text](/ja/component-basics/inserting-dynamic-text.md) で Signature Pad > Signature を選択します

**8.)** 署名が保存された後にユーザーをどこに移動させるかに応じて、追加のアクションを追加します
{% endtab %}
{% endtabs %}

{% hint style="info" %}
署名をユーザーコレクションに保存する場合は、「Create Action」の代わりに「Update Action」を使用することをお勧めします。手順は同じです
{% endhint %}

## 例

<figure><img src="/files/YNugObHstUq568tp47Sm" alt=""><figcaption><p>「Create Action」の設定方法の例。コレクションの最初のプロパティがレコードの名前付けに使用されていることに注意してください。</p></figcaption></figure>

* ### ヘルプ

この記事で追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿にこの記事へのリンクを貼り付けることも忘れずに！


---

# 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://help.adalo.com/ja/component-basics/marketplace-components/markdown-renderer-1.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.
