Skip to content

Commit b3c6245

Browse files
committed
chore: update support docs
1 parent 5341e74 commit b3c6245

File tree

3 files changed

+91
-5
lines changed

3 files changed

+91
-5
lines changed

fern/quickstart/billing.mdx renamed to fern/billing/billing-faq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Billing FAQ
33
subtitle: How billing with Vapi works.
4-
slug: quickstart/billing
4+
slug: billing/billing-faq
55
---
66

77
### Overview

fern/support.mdx

Lines changed: 71 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,76 @@ subtitle: >-
66
slug: support
77
---
88

9+
## Our Support Options
910

10-
## Join Vapi community
11+
We offer multiple ways to get support with your Vapi projects:
1112

12-
- To take part in community discussion join our [Discord](https://discord.com/invite/pUFNcf2WmH) server to collaborate with other developers.
13-
- For quick support: Visit #support channel to submit support requests.
13+
<CardGroup cols={3}>
14+
<Card title="Email Support" icon="envelope" href="mailto:[email protected]">
15+
Email [email protected] with your request and our team will get back to you promptly.
16+
</Card>
17+
18+
<Card title="Community Support" icon="fa-brands fa-discord" href="https://discord.com/invite/pUFNcf2WmH">
19+
Join our active developer community on [Discord](https://discord.com/invite/pUFNcf2WmH) for real-time collaboration and submit support tickets and questions in the #support channel.
20+
</Card>
21+
22+
<Card
23+
title="Enterprise Support"
24+
icon="headset"
25+
href="/enterprise/plans"
26+
>
27+
Get 24/7 dedicated support from our forward-deployed engineering team with an enterprise plan.
28+
</Card>
29+
</CardGroup>
30+
31+
<Note>
32+
For fastest response times and hands-on technical support, we recommend enterprise customers reach out through their dedicated support channels.
33+
</Note>
34+
35+
## Feature Requests and Bug Reports
36+
37+
We welcome feature requests and feedback from our users to help improve Vapi. You can:
38+
39+
<CardGroup cols={2}>
40+
<Card
41+
title="Submit Feature Requests"
42+
icon="lightbulb"
43+
href="https://roadmap.vapi.ai/feature-requests"
44+
>
45+
Submit and vote on feature requests on our public roadmap board to help shape the future of Vapi.
46+
</Card>
47+
48+
<Card
49+
title="Submit Bug Report"
50+
icon="bug"
51+
href="https://roadmap.vapi.ai/bug-reports"
52+
>
53+
Report any bugs or issues you encounter while using Vapi to help us improve the platform.
54+
</Card>
55+
</CardGroup>
56+
57+
<Note>
58+
We actively monitor and prioritize feature requests based on user votes and feedback. Popular requests help inform our product roadmap.
59+
</Note>
60+
61+
## Additional Resources
62+
63+
Access helpful reference materials to better understand Vapi's platform and get answers to common questions:
64+
65+
<CardGroup cols={2}>
66+
<Card
67+
title="Glossary"
68+
icon="book"
69+
href="/glossary"
70+
>
71+
Find definitions for common terms and concepts used throughout the Vapi platform.
72+
</Card>
73+
74+
<Card
75+
title="FAQ"
76+
icon="circle-question"
77+
href="/faq"
78+
>
79+
Browse our frequently asked questions for quick answers to common inquiries.
80+
</Card>
81+
</CardGroup>

fern/welcome.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,22 @@ Everything you need to build, test, & deploy voice AI agents in minutes rather t
2222
<Card title="GitHub" icon="fa-brands fa-github" href="https://github.com/VapiAI">
2323
Check out our GitHub to see what the Vapi team has been up to.
2424
</Card>
25-
</CardGroup>
25+
</CardGroup>
26+
27+
28+
<CardGroup cols={2}>
29+
<Card
30+
title="Support"
31+
icon="headset"
32+
href="/support"
33+
>
34+
Get help from our team through email, Discord community, or dedicated enterprise support channels.
35+
</Card>
36+
<Card
37+
title="Enterprise Plans"
38+
icon="building"
39+
href="/enterprise/plans"
40+
>
41+
Scale your voice AI applications with dedicated support, unlimited concurrency, and enterprise-grade infrastructure.
42+
</Card>
43+
</CardGroup>

0 commit comments

Comments
 (0)