---
title: Contact | Super Lambda
description: Contact Super Lambda for sales, technical pre-sales, and 24/7 support. Live chat, phone, email, and ticket — engineers reply within one business day.
dateModified: 2026-08-02
canonical_url: https://superlambda.com/contact
---

# Contact — Super Lambda

Reach Super Lambda engineers for pre-sales technical questions, custom dedicated builds, volume pricing, or account support.

Email: support@superlambda.com — replies within one business day for general inquiries.

## Support channels
- **Live chat** — 24/7 from dashboard once signed in
- **Phone** — 24/7/365 for existing customers
- **Ticket** — detailed technical issues tracked to resolution
- **Technical pre-sales** — workload-based recommendations (Core vs Performance VPS vs dedicated)

## Enterprise & custom builds
Bespoke hardware (extra RAM, GPU, 10 Gbit/s), private networking, volume pricing, and managed support options.

## Submit a message via the API
```bash
curl -X POST https://superlambda.com/api/contact \
  -H "Content-Type: application/json" \
  -d '{"name":"Your name","email":"you@example.com","message":"Your message (10+ characters)."}'
```
