Skip to content

Commit 4b5ee25

Browse files
authored
Update faq-snippet.mdx
1 parent f1a2a18 commit 4b5ee25

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

fern/snippets/faq-snippet.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,19 @@ We implement multiple layers of security for PII and PHI:
9696
All data handling practices are documented in our security policies and compliance frameworks.
9797

9898
</Accordion>
99-
<Accordion title="Do you support white-labeling and on-premise deployments?" icon="building" iconType="solid" defaultOpen={false}>
99+
<Accordion title="Do you support white-labeling?" icon="building" iconType="solid" defaultOpen={false}>
100100

101-
Yes, we offer both white-labeling and on-premise deployment options:
101+
Yes, Vapi is a API-first platform. This means can bake it in your product without using Vapi branding.
102102

103-
- **White-labeling:** Custom branding, domain, and UI customization
104-
- **On-premise:** Full deployment within your infrastructure
103+
</Accordion>
104+
<Accordion title="Do you support on-premise deployments?" icon="building" iconType="solid" defaultOpen={false}>
105+
106+
Yes, we prefer on-premise deployments for large Enterprises.
107+
108+
</Accordion>
109+
<Accordion title="Do you support multi-tenancy?" icon="building" iconType="solid" defaultOpen={false}>
105110

106-
These options are available for enterprise customers. Please contact our sales team to discuss your specific requirements.
111+
Yes, Vapi is a API-first platform. The integration model of multi-tenancy is similar to Stripe where your application logic will take care of it.
107112

108113
</Accordion>
109114
</AccordionGroup>

0 commit comments

Comments
 (0)