# 通知設定

Slack Incoming Webhookを利用して、WicleからのレポートをSlack上で受け取れます。

## 通知設定でできること <a href="#what-you-can-do" id="what-you-can-do"></a>

* Growth Copilotの週次・月次サマリーレポートをSlackで受け取る
* 新規イシュー検出時にSlackへ即座に通知する

{% hint style="info" %}
Growth Copilotの通知については [AIレポート](/ai/ai-summary.md) もあわせてご覧ください。
{% endhint %}

## Slack通知を設定する <a href="#setup-slack" id="setup-slack"></a>

{% hint style="warning" %}
この設定はOwner権限を持つメンバーのみ変更できます。
{% endhint %}

1. グローバルナビゲーションの`通知設定` を開きます
2. Slack連携に`Webhook URL` を入力します
3. `保存` をクリックします

保存すると、設定が正しく完了しているか確認するため、Slackに「⚡️ Wicle 通知設定が完了しました！」というテストメッセージが自動送信されます。

{% hint style="info" %}
SlackのWebhook URLの取得方法は [Slack APIドキュメント](https://api.slack.com/messaging/webhooks) をご確認ください。
{% endhint %}

## 届く通知の種類 <a href="#notification-types" id="notification-types"></a>

Slack通知が設定されているプロジェクトには、以下のタイミングで通知が届きます。

| 通知の種類    | タイミング | 内容         |
| -------- | ----- | ---------- |
| 週次AIレポート | 毎週    | 週次サマリを通知   |
| 月次AIレポート | 毎月    | 月次でのサマリを通知 |


---

# 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.wicle.io/organization-project/notification.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.
