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 @@ -15,6 +15,7 @@ ai-search:
- docs
- slack
- discord
- teams
```

### Available locations
Expand All @@ -31,6 +32,10 @@ ai-search:
Enables Ask Fern in Discord. This allows your community to get AI-powered answers in your Discord server.
</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>

## Datasources (coming soon)

The `datasources` field allows you to specify additional content sources that Ask Fern should index and search. This is useful when you want to include content from external websites or documentation that isn't part of your main docs.
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, Discord, or Microsoft Teams.
</Accordion>

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