Skip to content

Commit 7d87924

Browse files
authored
Support and billing page fixes (#200)
* restructure * chore: update support docs
1 parent d99a5c3 commit 7d87924

File tree

4 files changed

+99
-9
lines changed

4 files changed

+99
-9
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/docs.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,14 @@ navigation:
9898
path: quickstart.mdx
9999
- page: Orchestration Models
100100
path: how-vapi-works.mdx
101-
- section: Pricing
101+
- section: Billing
102102
contents:
103-
- page: Overview
103+
- page: Billing Overview
104104
path: pricing.mdx
105105
- page: Cost Routing
106106
path: billing/cost-routing.mdx
107+
- page: Billing FAQ
108+
path: billing/billing-faq.mdx
107109
- page: Billing Limits
108110
path: billing/billing-limits.mdx
109111
- page: Estimating Costs
@@ -156,8 +158,6 @@ navigation:
156158
path: examples/pizza-website.mdx
157159
- page: Python Outbound Snippet
158160
path: examples/outbound-call-python.mdx
159-
- page: Billing FAQ
160-
path: quickstart/billing.mdx
161161
- page: Code Resources
162162
path: resources.mdx
163163
- section: Core Concepts
@@ -320,6 +320,8 @@ navigation:
320320
path: community/myvapi.mdx
321321
- page: Expert Directory
322322
path: community/expert-directory.mdx
323+
- link: Discord
324+
href: https://discord.com/invite/pUFNcf2WmH
323325
- section: Providers
324326
contents:
325327
- section: Voice
@@ -572,3 +574,5 @@ redirects:
572574
destination: "/knowledge-base"
573575
- source: "/customization/bring-your-own-vectors/trieve"
574576
destination: "/knowledge-base/integrating-with-trieve"
577+
- source: "/quickstart/billing"
578+
destination: "/billing/billing-faq"

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)