Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ ai-search:
location:
- docs
- slack
- teams
- discord
```

Expand All @@ -27,6 +28,10 @@ ai-search:
Enables Ask Fern in Slack. Learn more about the [Slack app integration](/ask-fern/features/slack-app).
</ParamField>

<ParamField path="teams" type="string">
Enables Ask Fern in Microsoft Teams. This allows your team to get AI-powered answers directly in your Teams workspace.
</ParamField>

<ParamField path="discord" type="string">
Enables Ask Fern in Discord. This allows your community to get AI-powered answers in your Discord server.
</ParamField>
Expand Down Expand Up @@ -66,7 +71,7 @@ Setting `location: [docs]` enables Ask Fern on preview deployments generated wit

<AccordionGroup>
<Accordion title="Start with docs location">
Begin by enabling Ask Fern on your documentation site (`location: [docs]`) to test and refine the experience before expanding to other channels like Slack or Discord.
Begin by enabling Ask Fern on your documentation site (`location: [docs]`) to test and refine the experience before expanding to other channels like Slack, Teams, or Discord.
</Accordion>

<Accordion title="Use descriptive titles for datasources">
Expand Down