diff --git a/fern/products/ask-fern/pages/configuration/locations-and-datasources.mdx b/fern/products/ask-fern/pages/configuration/locations-and-datasources.mdx
index 693ef1191..4ecc6825d 100644
--- a/fern/products/ask-fern/pages/configuration/locations-and-datasources.mdx
+++ b/fern/products/ask-fern/pages/configuration/locations-and-datasources.mdx
@@ -20,17 +20,23 @@ ai-search:
### Available Locations
- Enables Ask Fern on your documentation site. Users will see the AI search interface directly in your docs.
+ Documentation site
- Enables Ask Fern in Slack. Learn more about the [Slack app integration](/ask-fern/features/slack-app).
+ Slack workspace
- Enables Ask Fern in Discord. This allows your community to get AI-powered answers in your Discord server.
+ Discord server
+
+ - `docs`: Enables Ask Fern on your documentation site with the AI search interface
+ - `slack`: Enables Ask Fern in Slack. Learn more about the [Slack app integration](/ask-fern/features/slack-app)
+ - `discord`: Enables Ask Fern in Discord for community support
+
+
## 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.
@@ -47,13 +53,18 @@ ai-search:
### Website Datasources
- The URL of the website to index. Ask Fern will crawl and index the content from this URL.
+ Website URL to index
- An optional display name for this datasource. This helps users understand where the information is coming from when Ask Fern cites content from this source.
+ Display name for the datasource
+
+ - `url`: The website URL that Ask Fern will crawl and index
+ - `title`: Optional display name shown in citations to help users identify the content source
+
+
## Preview Environments
Setting `location: [docs]` enables Ask Fern on preview deployments generated with `fern generate --docs --preview`, allowing you to test the AI search functionality before publishing to production.