# 新しくアプリケーションを登録する

{% hint style="info" %}
このページでは、既存の Node に監視対象のアプリケーションを登録する手順を説明します。

Node はご契約内容に基づく提供となるため、お客様側で追加は出来ない仕様となっております。追加のご要望がある場合、<support@citadel-ai.com> までご連絡ください。
{% endhint %}

アプリケーションを登録するためには、サイドバーの `Nodes` を選択し、Nodes 画面に遷移してください

Nodes 画面から、アプリケーションを登録したい対象の NODEを選択し、`アプリケーションを追加` を選択してください。

{% hint style="success" %}
Node は、処理基盤を分離するための構成単位です。Production / Staging 環境ごとの分離や、部門単位での分離など、運用上処理基盤を分けて管理したい単位に応じて Node を構成することを推奨しております。
{% endhint %}

<figure><img src="/files/mZWb2ZWx2HYSQ20MvbBu" alt=""><figcaption></figcaption></figure>

`アプリケーションを追加` を選択するとウィンドウが開きます。アプリケーション名と説明を入力してください。

<figure><img src="/files/BCTAGjZENvaSUOdJ9zZ0" alt="" width="375"><figcaption></figcaption></figure>

### アプリケーションの各設定値

ガードレールの適用やモニタリングを開始するために、以下の設定を進めてください。

{% stepper %}
{% step %}

### APIキーを発行する

アプリケーションから Radar API を呼び出すためのAPI Key を発行できます。

詳細は、 [API キーを発行・管理する](/developer-guide/api-keys.md)をご覧ください。
{% endstep %}

{% step %}

### アプリケーションに適用するメトリクスを設定する

対象アプリケーションにメトリクスを適用し、ガードレールおよびモニタリングで使用する評価観点を設定します。

詳細は、[アプリケーションに評価メトリクスを設定する](/operations-guide/new-application/set-metrics.md)をご覧ください。
{% endstep %}

{% step %}

### アラートを設定する

各種条件に基づく、アラートルールを設定します。

詳細は、 [アラートを設定する](/operations-guide/new-application/set-alerts.md) をご覧ください。
{% endstep %}

{% step %}

### アプリケーションのリソース権限を管理する

対象のアプリケーションに対して、ユーザーごとの閲覧・編集権限を設定します。

詳細は、 [権限を管理する](/administrator-guide/manage-permissions.md)をご覧ください。
{% endstep %}
{% endstepper %}


---

# 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.radar.citadel-ai.com/operations-guide/new-application.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.
