Skip to content

Commit 49f1f35

Browse files
committed
Add Microsoft Teams location support to Ask Fern configuration
1 parent 0d50d56 commit 49f1f35

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

fern/products/ask-fern/pages/configuration/locations-and-datasources.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ ai-search:
1414
location:
1515
- docs
1616
- slack
17+
- teams
1718
- discord
1819
```
1920
@@ -27,6 +28,10 @@ ai-search:
2728
Enables Ask Fern in Slack. Learn more about the [Slack app integration](/ask-fern/features/slack-app).
2829
</ParamField>
2930
31+
<ParamField path="teams" type="string">
32+
Enables Ask Fern in Microsoft Teams. This allows your team to get AI-powered answers directly in your Teams workspace.
33+
</ParamField>
34+
3035
<ParamField path="discord" type="string">
3136
Enables Ask Fern in Discord. This allows your community to get AI-powered answers in your Discord server.
3237
</ParamField>
@@ -66,7 +71,7 @@ Setting `location: [docs]` enables Ask Fern on preview deployments generated wit
6671

6772
<AccordionGroup>
6873
<Accordion title="Start with docs location">
69-
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.
74+
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.
7075
</Accordion>
7176

7277
<Accordion title="Use descriptive titles for datasources">

0 commit comments

Comments
 (0)