diff --git a/docs.json b/docs.json
index 653da18..252cf74 100644
--- a/docs.json
+++ b/docs.json
@@ -71,6 +71,7 @@
{
"group": "Quickstart",
"pages": [
+ "quickstart/overview",
{
"group": "Databases",
"pages": [
diff --git a/quickstart/overview.mdx b/quickstart/overview.mdx
new file mode 100644
index 0000000..82d6990
--- /dev/null
+++ b/quickstart/overview.mdx
@@ -0,0 +1,101 @@
+---
+title: "Catalog"
+description: "Setup your environment by selecting your resource type"
+---
+
+Connect to your infrastructure resources through Hoop.dev's secure gateway. Choose from databases, cloud services, development environments, and more.
+
+## Popular
+
+Get started with the most commonly used resources:
+
+
+
+
+
+
+
+
+
+
+## Cloud Services
+
+Connect to AWS, Kubernetes, and other cloud infrastructure:
+
+### AWS
+
+
+
+
+
+
+
+
+### Kubernetes
+
+
+
+
+
+
+
+## Databases
+
+Connect to SQL, NoSQL, and data warehouses with automatic data masking:
+
+
+
+
+
+
+
+
+
+
+
+
+
+## Development Environments
+
+Secure access to development tools and application frameworks:
+
+
+
+
+
+
+
+
+
+
+
+## Web Applications
+
+Secure access to web applications and APIs:
+
+
+
+
+
+
+## Infrastructure Access
+
+Direct access to servers and remote systems:
+
+
+
+
+
+---
+
+## Next Steps
+
+After choosing your resource type:
+
+1. **Follow the setup guide** for your selected resource
+2. **Configure access controls** to define who can access the resource
+3. **Enable AI data masking** to automatically protect sensitive information
+4. **Set up reviews** for time-based or command-level approvals
+5. **Monitor sessions** through the web app to track usage and audit access
+
+Need help? Check out our [setup and administration guide](/setup/architecture) or join our [community discussions](https://github.com/hoophq/hoop/discussions).