mirror of
https://github.com/lukevella/rallly.git
synced 2025-06-07 13:11:49 +02:00
📝 Add FAQ
This commit is contained in:
parent
69d4807fb8
commit
1bc749e17a
3 changed files with 45 additions and 5 deletions
|
@ -3,8 +3,7 @@ title: Support
|
||||||
description: Get in touch with us if you need help with anything
|
description: Get in touch with us if you need help with anything
|
||||||
---
|
---
|
||||||
|
|
||||||
If you have any questions, you can reach out through the following
|
If you have any questions, feedback or suggestions, please get in touch. We'd love to hear from you!
|
||||||
channels:
|
|
||||||
|
|
||||||
<CardGroup cols={2}>
|
<CardGroup cols={2}>
|
||||||
<Card
|
<Card
|
||||||
|
@ -24,8 +23,8 @@ channels:
|
||||||
</CardGroup>
|
</CardGroup>
|
||||||
|
|
||||||
<Note>
|
<Note>
|
||||||
If your question is not urgent, please send an email instead of using the live
|
Check out the [FAQ](/faq) page to see if your question has already been
|
||||||
chat.
|
answered.
|
||||||
</Note>
|
</Note>
|
||||||
|
|
||||||
## About the Live Chat
|
## About the Live Chat
|
||||||
|
|
41
apps/docs/faq.mdx
Normal file
41
apps/docs/faq.mdx
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
---
|
||||||
|
title: "FAQ"
|
||||||
|
description: "Frequently asked questions about Rallly."
|
||||||
|
---
|
||||||
|
|
||||||
|
<Accordion title="Is Rallly free?">
|
||||||
|
Yes, Rallly is completely free to use. In the future there may be an option to
|
||||||
|
pay for additional features but the core functionality will always be free.
|
||||||
|
|
||||||
|
If you would like to support Rallly, you can do so by [donating](/contribute/donations).
|
||||||
|
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Do I need to create an account to use Rallly?">
|
||||||
|
No, you don't! You can create and share polls without creating an account.
|
||||||
|
However, if you do create an account, you will have access to additional
|
||||||
|
features such as notifications.
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Are there any limits to the number of polls, participants and options I can make?">
|
||||||
|
No, there are no limits to the number of polls, participants or options you
|
||||||
|
make. There are technical limits in place to prevent misuse but these are very
|
||||||
|
generous and should not affect normal usage.
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="How long will Rallly keep my meeting poll?">
|
||||||
|
Meeting polls are automatically deleted when all date options are in the past
|
||||||
|
AND the meeting poll has not been accessed for over 30 days.
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Can I limit the number of participants that can vote for an option?">
|
||||||
|
No, this feature is currently not supported but may be added in the future.
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Can I hide the participant names from other participants?">
|
||||||
|
No, this feature is currently not supported but may be added in the future.
|
||||||
|
</Accordion>
|
||||||
|
|
||||||
|
<Accordion title="Can I set a deadline for my poll?">
|
||||||
|
No, this feature is currently not supported but may be added in the future.
|
||||||
|
</Accordion>
|
|
@ -41,7 +41,7 @@
|
||||||
"navigation": [
|
"navigation": [
|
||||||
{
|
{
|
||||||
"group": "Documentation",
|
"group": "Documentation",
|
||||||
"pages": ["introduction"]
|
"pages": ["introduction", "faq"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"group": "Guides for Administrators",
|
"group": "Guides for Administrators",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue