diff --git a/docs/fern/docs/pages/getting-started/overview.mdx b/docs/fern/docs/pages/getting-started/overview.mdx
index 085283882..6cd4ce470 100644
--- a/docs/fern/docs/pages/getting-started/overview.mdx
+++ b/docs/fern/docs/pages/getting-started/overview.mdx
@@ -7,7 +7,7 @@ subtitle: Welcome to Stack!
Setup Stack in your project
@@ -16,14 +16,14 @@ subtitle: Welcome to Stack!
icon="fa-regular fa-file-lines"
href="../sdk/user.mdx"
>
- Learn how to use Stack SDKs
+ Learn how to use Stack's SDKs for Next.js
- Explore Stack REST API
+ Explore Stack's REST API for frameworks that aren't natively supported yet
{user ? `Hi, ${user.displayName}` : 'You are not logged in'};
}
```
-That's it! You don't need to worry about fetching the user, storing the user data, handling loading states, or refreshing user data. Stack manages all of that for you.
+That's it! Stack will either return a User object or redirect the user to the login page.
You can also add a button to change the user's name:
```tsx
-