> For the complete documentation index, see [llms.txt](https://docs.maiagent.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/custom-attributes.md).

# プロフィール：カスタム属性

## 機能の概要 <a href="#feature-description" id="feature-description"></a>

カスタム属性を使うと、部署・役職・内線番号・社員番号など、プロフィールに追加情報を記録できます。これらの情報はプロフィールに保存され、組織内での識別や管理に役立ちます。

カスタム属性は、次の方法で管理できます。

* **手動追加**：属性名と値を1件ずつ入力します
* **Excel インポート**：複数の属性を一括でインポートします
* **JSON プレビュー**：属性の構造化データ形式を確認します

***

## プロフィールを開く <a href="#enter-profile" id="enter-profile"></a>

右上のアバターまたは名前をクリックし、<mark style="color:blue;">プロフィール</mark> を選択すると、プロフィールページが開きます。

ページは2つのエリアに分かれています。

* **プロフィール**：氏名、会社名、会社メールアドレスなどの基本情報
* **カスタム属性**：カスタムで追加した個人情報

<figure><img src="/files/xYs5qdQfphiPLXixVdCl" alt=""><figcaption><p>プロフィールページ — 下部がカスタム属性エリア</p></figcaption></figure>

***

## カスタム属性の追加 <a href="#add-custom-attribute" id="add-custom-attribute"></a>

### 1. 属性を追加をクリック <a href="#step-1-click-add" id="step-1-click-add"></a>

カスタム属性エリアで <mark style="color:blue;">+ 属性を追加</mark> ボタンをクリックすると、空白の編集行が1行追加されます。

<figure><img src="/files/vhNdMTnUAmFQXLfhUeFJ" alt=""><figcaption><p>属性を追加 — 編集フィールドが表示されます</p></figcaption></figure>

### 2. 属性名と値を入力 <a href="#step-2-fill-name-and-value" id="step-2-fill-name-and-value"></a>

| フィールド   | 説明                              |
| ------- | ------------------------------- |
| **属性名** | 属性の名前。例「部署」「役職」「内線」（必須、重複不可）    |
| **値**   | 属性の内容。例「製品開発部」「エンジニア」「1234」（必須） |

<figure><img src="/files/aqtbY6c8Br69ZxtygR1D" alt=""><figcaption><p>属性名と値を入力</p></figcaption></figure>

### 3. 確認して保存 <a href="#step-3-confirm-and-save" id="step-3-confirm-and-save"></a>

入力が完了したら、✓ ボタンをクリックしてその属性を確定し、続いてページ下部の <mark style="color:blue;">保存</mark> ボタンをクリックして変更をシステムに書き込みます。

<figure><img src="/files/zUhDGw9bBwwEI3cnIIZl" alt=""><figcaption><p>属性の追加が完了し、一覧に表示されます</p></figcaption></figure>

{% hint style="info" %}
属性名は同一プロフィール内で重複できません。属性名や値を変更する場合は、その属性の編集アイコンをクリックしてください。
{% endhint %}

***

## 一括インポート（Excel） <a href="#bulk-import-excel" id="bulk-import-excel"></a>

複数の属性を一度にインポートしたい場合は、Excel インポート機能を利用できます。

1. <mark style="color:blue;">テンプレートをダウンロード</mark> をクリックして Excel テンプレートファイルを取得します
2. テンプレートに属性名と値を入力します（1行に1件）
3. <mark style="color:blue;">Excel をインポート</mark> をクリックして、入力済みのファイルをアップロードします
4. システムが自動的に解析し、すべての属性をインポートします

***

## JSON プレビュー <a href="#json-preview" id="json-preview"></a>

<mark style="color:blue;">JSON プレビュー</mark> をクリックすると、属性の構造化された JSON 形式を展開して確認できます。開発者がデータ形式を確認したり、API 連携に利用したりする際に便利です。

<figure><img src="/files/FXaGACphGBXNxfr6RGje" alt=""><figcaption><p>JSON プレビュー — 属性の構造化データを確認</p></figcaption></figure>

***

## 属性の編集と削除 <a href="#edit-and-delete-attribute" id="edit-and-delete-attribute"></a>

### 編集 <a href="#edit" id="edit"></a>

その属性の右側にある <mark style="color:blue;">編集</mark> アイコンをクリックすると、属性名や値を変更できます。変更が完了したら ✓ をクリックして確定し、続いて <mark style="color:blue;">保存</mark> をクリックします。

### 削除 <a href="#delete" id="delete"></a>

その属性の右側にある <mark style="color:blue;">削除</mark> アイコンをクリックすると、確認ダイアログが表示されます。削除を確定すると、その属性は一覧から削除されます。

<figure><img src="/files/lcG0k0FRW6yXtQXrHgvM" alt=""><figcaption><p>属性削除の確認ダイアログ</p></figcaption></figure>

{% hint style="warning" %}
属性を削除した後は <mark style="color:blue;">保存</mark> をクリックして初めて反映されます。保存せずにページを離れると、変更は保持されません。
{% endhint %}


---

# 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.maiagent.ai/maiagent-user-guide/maiagent-user-guide-ja/org/custom-attributes.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.
