---
layout: doc
title: User Journeys
---
# Authvault User Journeys
<script setup>
import UserJourney from '../../.vitepress/theme/components/UserJourney.vue'
import FeatureDetail from '../../.vitepress/theme/components/FeatureDetail.vue'
</script>
> Visual step-by-step workflows for Secret Management
## Quick Navigation
| [Quick Start](./quick-start) | 5 min | ⭐ Beginner | ✅ Ready |
| [Core Integration](./core-integration) | 15 min | ⭐⭐ Intermediate | 🚧 Draft |
| [Production Setup](./production-setup) | 30 min | ⭐⭐⭐ Advanced | 📋 Planned |
| [Troubleshooting](./troubleshooting) | 10 min | ⭐⭐ Intermediate | 📋 Planned |
## Architecture Overview
```mermaid
flowchart TB
subgraph Input["📥 Input"]
A[Request] --> B[Validation]
end
subgraph Core["⚙️ Authvault"]
B --> C[Engine]
C --> D[Processing]
D --> E[Output]
end
subgraph Output["📤 Response"]
E --> F[Result]
E --> G[Metrics]
end
style Input fill:#e1f5fe
style Core fill:#fff3e0
style Output fill:#e8f5e9
```
## Performance Baselines
| Cold Start | < 5ms | < 10ms | < 20ms |
| Hot Path | < 1ms | < 2ms | < 5ms |
| Memory | < 10MB | < 20MB | < 50MB |
## Choose Your Journey
### 🌱 Beginner
- [Quick Start](./quick-start) - Get running in 5 minutes
### 🚀 Intermediate
- [Core Integration](./core-integration) - Integrate with your stack
### 🏆 Advanced
- [Production Setup](./production-setup) - Enterprise deployment