diff --git a/.changeset/select-item-aligned.md b/.changeset/select-item-aligned.md
new file mode 100644
index 000000000..6764c20f4
--- /dev/null
+++ b/.changeset/select-item-aligned.md
@@ -0,0 +1,5 @@
+---
+"bits-ui": minor
+---
+
+feat(Select): add item-aligned positioning
diff --git a/docs/content/components/select.md b/docs/content/components/select.md
index c3363c17a..9e572bb45 100644
--- a/docs/content/components/select.md
+++ b/docs/content/components/select.md
@@ -4,7 +4,7 @@ description: Enables users to pick from a list of options displayed in a dropdow
---
@@ -290,6 +290,32 @@ You can opt-out of this behavior by instead using the `Select.ContentStatic` com
When using this component, you'll need to handle the positioning of the content yourself. Keep in mind that using `Select.Portal` alongside `Select.ContentStatic` may result in some unexpected positioning behavior, feel free to not use the portal or work around it.
+## Item-Aligned Positioning
+
+By default, `Select.Content` uses [Floating UI](https://floating-ui.com/) to anchor the list to the trigger, much like a popover. When you set `position="item-aligned"`, the content is instead placed so that the currently selected item sits directly over the trigger, mirroring the behavior of a native `