> For the complete documentation index, see [llms.txt](https://docs.nmkr.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nmkr.io/jp/nmkr-studio/nachtoriaru/metadtano.md).

# メタデータの設定方法

メタデータのセットアップでは、まず[メタデータテンプレートが](https://docs.nmkr.io/nmkr-studio/project/metadata-template)あることを理解する必要があります。このテンプレートは、このプロジェクトのすべてのトークンのメタデータの全体的な構造と[プレースホルダによるフィールドを](https://docs.nmkr.io/nmkr-studio/project/metadata-template#placeholders-and-fields)定義します。

**1) メタデータ・テンプレートの指定**

[プロジェクトのEditセクションに](https://docs.nmkr.io/nmkr-studio/project/edit)行き、[メタデータ](https://docs.nmkr.io/nmkr-studio/project/metadata-template)テンプレートを指定します。

新しい行を追加するだけで、[カスタムフィールドとプレースホルダーを](https://docs.nmkr.io/nmkr-studio/project/metadata-template#custom-placeholders)定義できます。

例えば：

```
ハードに書き込まれた値の場合:

"website": "https://website.com",

Or via placeholders:

"character": "<character>",
```

{% hint style="info" %}
説明行の上にカスタムフィールドを追加することをお勧めします。
{% endhint %}

<figure><img src="/files/2LUWQ4Hn7gty51uLoEAm" alt=""><figcaption></figcaption></figure>

**2) トークン個別のメタデータを追加**

[メタデータ・テンプレートで](https://docs.nmkr.io/nmkr-studio/project/metadata-template)以前に定義されたフィールドのプレースホルダを置き換えるには、以下の手順に従う、

[トークンの編集セクションに](https://docs.nmkr.io/nmkr-studio/token/edit)移動し、[プレースホルダ・タブに](https://docs.nmkr.io/nmkr-studio/token/edit#placeholder-data-tab)値を追加します。

トークンに完全なJSONを追加したい場合は、[メタデータオーバーライドタブ](https://docs.nmkr.io/nmkr-studio/token/edit#metadata-override-tab)を使用してください。

{% hint style="info" %}
メタデータオーバーライドでは、常に\<asset\_name>プレースホルダを使用してください。

[NMKR Studioのトークン](https://docs.nmkr.io/nmkr-studio/project/metadata-template#asset_name)名は、メタデータの[asset\_nameと一致して](https://docs.nmkr.io/nmkr-studio/project/metadata-template#asset_name)いないとエラーになります。
{% endhint %}

<figure><img src="/files/8dwu873VsdGcfoh6zHLo" alt=""><figcaption></figcaption></figure>

**詳細**

このトピックについて詳しく知りたい方は、[ メタデータテンプレートはこちら](https://docs.nmkr.io/nmkr-studio/project/metadata-template)、[ トークン個別のメタデータはこちらを](https://docs.nmkr.io/nmkr-studio/token/metadata)[ クリック](https://docs.nmkr.io/nmkr-studio/project/metadata-template)してください。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.nmkr.io/jp/nmkr-studio/nachtoriaru/metadtano.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
