diff --git a/snooty.toml b/snooty.toml
index 9f028c23..5b549dbb 100644
--- a/snooty.toml
+++ b/snooty.toml
@@ -46,6 +46,7 @@ django-docs = "https://www.mongodb.com/docs/languages/python/django-mongodb/curr
targets = ["index.txt"]
variant = "tip"
value = """
- {+django-odm+} is now in Public Preview! \
- To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__.
+ {+django-odm+}, a database backend that uses PyMongo to connect to MongoDB, is now in Public Preview! \
+ To discover its features and learn more, see the `{+django-odm+} documentation <{+django-docs+}>`__. \
+ To learn more about preview release considerations, see `Preview Features `__.
"""
diff --git a/source/integrations.txt b/source/integrations.txt
index 41eb6a35..16a337e4 100644
--- a/source/integrations.txt
+++ b/source/integrations.txt
@@ -93,7 +93,7 @@ aggregation operations and indexes.
{+django-odm+} is in Public Preview and intended for evaluation purposes only.
Public Preview is not recommended for production deployments, as breaking changes
- may be introduced.
+ may be introduced. To learn more, see `Preview Features `__.
Flask
~~~~~