Select "Logout" below if you are ready to end your current session.
diff --git a/AGENT.md b/AGENT.md
new file mode 100644
index 000000000..2323077e0
--- /dev/null
+++ b/AGENT.md
@@ -0,0 +1,28 @@
+# Agent Guidelines for SB Admin 2 Template
+
+## Build Commands
+- `npm install` - Install dependencies
+- `npm start` - Start development server with live reload
+- `gulp` - Default task that builds everything
+- `gulp watch` - Start browserSync server and watch for changes
+- `gulp css` - Compile SCSS to CSS and minify
+- `gulp js` - Minify JavaScript files
+- `gulp vendor` - Copy dependencies from node_modules to vendor directory
+- `gulp build` - Run all build tasks
+
+## Code Style Guidelines
+- Uses Bootstrap 5 framework and conventions
+- SCSS for styling with component-based organization
+- JavaScript follows jQuery patterns
+- HTML uses Bootstrap component classes
+- BEM-like naming convention for custom classes
+- File organization:
+ - scss/ - SCSS source files
+ - css/ - Compiled CSS
+ - js/ - JavaScript source files
+ - vendor/ - Third-party dependencies
+
+## Error Handling
+- Check browser console for errors
+- Validate HTML against Bootstrap standards
+- Test responsive behavior across device sizes
\ No newline at end of file
diff --git a/README.md b/README.md
index 7ef98ba69..a0d5b48c4 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,10 @@
# [Start Bootstrap - SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/)
-[SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/) is an open source admin dashboard theme for [Bootstrap](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/).
+[SB Admin 2](https://startbootstrap.com/theme/sb-admin-2/) is an open source admin dashboard theme for [Bootstrap 5](https://getbootstrap.com/) created by [Start Bootstrap](https://startbootstrap.com/).
-For the legacy Bootstrap 3 version of this theme, you can view the [last stable release](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/releases/tag/v3.3.7%2B1) of SB Admin 2 for Bootstrap 3.
+For the legacy Bootstrap 4 version of this theme, you can view the [v4.1.4 release](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/releases/tag/v4.1.4) of SB Admin 2.
+
+For the legacy Bootstrap 3 version of this theme, you can view the [v3.3.7+1 release](https://github.com/StartBootstrap/startbootstrap-sb-admin-2/releases/tag/v3.3.7%2B1) of SB Admin 2 for Bootstrap 3.
## Preview
diff --git a/blank.html b/blank.html
index 409070493..1eb08f743 100644
--- a/blank.html
+++ b/blank.html
@@ -58,7 +58,7 @@