> For the complete documentation index, see [llms.txt](https://support.incidentlake.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.incidentlake.com/ja/she-ding/profile.md).

# プロフィール

言語、パスワード、2 要素サインイン、そして自分用のリマインダー。

開く **設定 → ユーザー** サインインしているアカウントを管理するために。

## 日常設定

* **言語** — 英語または日本語
* **パスワード** — 8文字以上で、大文字・小文字・数字を含めます
* **メール認証** — すべての機能を利用するには必須
* **二要素認証** — すべての管理者およびインシデントを変更できる人に推奨

アカウントのメールアドレスを変更するには、次へご連絡ください <support@sigq.co.jp>。ご自身では変更できません。

## タスクのリマインダー

Incident Lake に、期限前後に自分に割り当てられたタスクをリマインドするよう依頼できます。メール、Slack、Microsoft Teams、またはブラウザ通知のいずれかを選択してください — 組織で接続されているものを使用します。

Slack または Teams のリマインダーを受け取るには、同じ設定ページでその個人アカウントを接続してください（これは組織全体の Slack または Teams 接続とは別です）。

## 組織

別の組織を作成する権限がある場合は、プロフィールから作成できます。新しい組織の管理者になります。


---

# 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://support.incidentlake.com/ja/she-ding/profile.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.
