Skip to content
Open
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 Microsoft 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
Loading