> ## Documentation Index
> Fetch the complete documentation index at: https://docs.wisdom.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Request Help from Admin

The Request Help from Admin feature allows end-users to flag inadequate AI responses and request manual intervention from an administrator. When a user submits a request, the team receives a notification in a configured Slack channel containing the context needed to resolve the issue.

## Before you begin

Make sure you have a Slack workspace integrated with your account. See the [Connect to Slack](/integrations/connect-to-slack) page.

## Configure the Admin Help Channel

Configuration is managed at the Organization level. This allows you to route help requests from different workspaces to different Slack channels.

1. In the sidebar, click **Settings**.
2. Select **Notifications** from the settings menu.
3. In the text field, configure the Slack channel where you want to receive requests and click **Save**.

<Frame>
  <img alt="Image showing the Document Tables interface" lightAlt="Image showing the Document Tables interface" darkAlt="Image showing the Document Tables interface" src="https://mintcdn.com/wisdomai/Aa2NC1a2rKOSoB2m/images/settings-white.png?fit=max&auto=format&n=Aa2NC1a2rKOSoB2m&q=85&s=73d63d03ce048f9a570c89499edad9a0" className="dark:hidden" width="1875" height="933" data-path="images/settings-white.png" />

  <img alt="Image showing the Document Tables interface" lightAlt="Image showing the Document Tables interface" darkAlt="Image showing the Document Tables interface" src="https://mintcdn.com/wisdomai/Aa2NC1a2rKOSoB2m/images/settings.png?fit=max&auto=format&n=Aa2NC1a2rKOSoB2m&q=85&s=f0426c77bfb9c6f51d167616c2e2d90f" className="hidden dark:block" width="1875" height="933" data-path="images/settings.png" />
</Frame>

4. A confirmation message, "Slack notification channel saved" will appear in the top-right corner of the screen.

## How to request help

If you received an incorrect or incomplete response from the AI, you can trigger a help request directly from the chat interface.

1. Below the AI response, you can click the "Ask for Help" **headset icon**.

<Frame>
  <img alt="Image showing the help icon" lightAlt="Image showing the help icon" darkAlt="Image showing the help icon" src="https://mintcdn.com/wisdomai/GdeH-VADSNXfuJ8X/images/help-icon.png?fit=max&auto=format&n=GdeH-VADSNXfuJ8X&q=85&s=edf5e4588bc7443ce3e0a1e676913a52" className="dark:hidden" width="801" height="512" data-path="images/help-icon.png" />

  <img alt="Image showing the help icon" lightAlt="Image showing the help icon" darkAlt="Image showing the help icon" src="https://mintcdn.com/wisdomai/GdeH-VADSNXfuJ8X/images/help-icon.png?fit=max&auto=format&n=GdeH-VADSNXfuJ8X&q=85&s=edf5e4588bc7443ce3e0a1e676913a52" className="hidden dark:block" width="801" height="512" data-path="images/help-icon.png" />
</Frame>

2. A modal titled **Ask Admin for Help** will appear. You can describe what went wrong (e.g., "This was answered incorrectly").
3. Click **Send Help Request,** and the Admin receives it on the configured channel.

<Frame>
  <img alt="Image showing how to ask admin" lightAlt="Image showing how to ask admin" darkAlt="Image showing how to ask admin" src="https://mintcdn.com/wisdomai/4RCE4ux2wvHtC9pV/images/ask-admin-white.png?fit=max&auto=format&n=4RCE4ux2wvHtC9pV&q=85&s=c5e1b2ae6a4066f6beb82974a1451639" className="dark:hidden" width="790" height="309" data-path="images/ask-admin-white.png" />

  <img alt="Image showing how to ask admin" lightAlt="Image showing how to ask admin" darkAlt="Image showing how to ask admin" src="https://mintcdn.com/wisdomai/4RCE4ux2wvHtC9pV/images/ask-admin-white.png?fit=max&auto=format&n=4RCE4ux2wvHtC9pV&q=85&s=c5e1b2ae6a4066f6beb82974a1451639" className="hidden dark:block" width="790" height="309" data-path="images/ask-admin-white.png" />
</Frame>

4. A confirmation message, "Help request sent to admin" will appear in the top-right corner of the screen.

## Admin notification

Once submitted, the Slack notification appears in the configured channel as follows:

```text theme={null}
{User Name} requires assistance on conversation: (Link to Conversation)
{User message}: This was answered incorrectly.
```

## Next steps

<CardGroup cols={2}>
  <Card title="Connect to Slack" icon="slack" href="/integrations/connect-to-slack">
    Learn how to connect WisdomAI to Slack.
  </Card>

  <Card title="Validate and Test Answers" icon="check" href="/improve-wisdom-ai-responses/validate-and-test-answers">
    Learn how to improve WisdomAI responses.
  </Card>
</CardGroup>
