Update branches.md
diff --git a/docs/branches.md b/docs/branches.md
index 588ef8e..afe109d 100644
--- a/docs/branches.md
+++ b/docs/branches.md
@@ -16,7 +16,7 @@
 
 ## [Merging preview/feature back to main](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request#creating-the-pull-request)
 
-Once your feature is complete you submit a PR from `preview/feature` to `main`. Make sure that you exclude `.asf.yaml`. (What's the best way?)
+Once your feature is complete you submit a PR from `preview/feature` to `main`. Once the PR is merged the site is updated to include the updated features.
 
 ## Example
 
@@ -24,4 +24,20 @@
 
 2. Work on `preview/bootstrap5` branch to update bootstrap to version 5 with preview builds staged at https://www-bootstrap5.staged.apache.org/
 
-3. Submit PR to merge `preview/bootstrap` back to `main`
\ No newline at end of file
+3. Submit PR to merge `preview/bootstrap` back to `main`
+
+## [.asf.yaml](../.asf.yaml) settings
+
+These settings do the automatic staging of preview branches.
+
+```yaml
+pelican:
+  autobuild: preview/*
+  target: asf-site
+  theme: theme/apache
+  whoami: main
+
+staging:
+  profile: ~
+  autostage: preview/*
+```