|
| 1 | +--- |
| 2 | +draft: false |
| 3 | +title: Support Center |
| 4 | +description: Get help with ReadAny - documentation, guides, and FAQs. |
| 5 | +--- |
| 6 | + |
| 7 | +import { Card, CardGrid } from '@astrojs/starlight/components'; |
| 8 | + |
| 9 | +# Support Center |
| 10 | + |
| 11 | +Welcome to the ReadAny Support Center. Find answers to your questions and learn how to get the most out of ReadAny. |
| 12 | + |
| 13 | +<CardGrid> |
| 14 | +<Card title="Getting Started" icon="rocket"> |
| 15 | +New to ReadAny? Start here with our quick setup guide and learn the basics. |
| 16 | + |
| 17 | +- [Getting Started](/ReadAny/support/getting-started/) |
| 18 | +- [Installation](/ReadAny/support/installation/) |
| 19 | +- [Import Books](/ReadAny/support/import-books/) |
| 20 | +</Card> |
| 21 | + |
| 22 | +<Card title="Reading Features" icon="book"> |
| 23 | +Master the reading experience with annotations, themes, and text-to-speech. |
| 24 | + |
| 25 | +- [Reading Basics](/ReadAny/support/reading/basics/) |
| 26 | +- [Annotations & Highlights](/ReadAny/support/reading/annotations/) |
| 27 | +- [Themes](/ReadAny/support/reading/themes/) |
| 28 | +- [Text-to-Speech](/ReadAny/support/reading/tts/) |
| 29 | +</Card> |
| 30 | + |
| 31 | +<Card title="AI Features" icon="sparkles"> |
| 32 | +Unlock AI-powered features for smarter reading and research. |
| 33 | + |
| 34 | +- [AI Chat](/ReadAny/support/ai/chat/) |
| 35 | +- [Semantic Search](/ReadAny/support/ai/semantic-search/) |
| 36 | +- [AI Providers](/ReadAny/support/ai/providers/) |
| 37 | +</Card> |
| 38 | + |
| 39 | +<Card title="Sync & Export" icon="cloud"> |
| 40 | +Keep your data in sync and export your notes anywhere. |
| 41 | + |
| 42 | +- [WebDAV Sync](/ReadAny/support/sync/webdav/) |
| 43 | +- [Export Notes](/ReadAny/support/sync/export-notes/) |
| 44 | +</Card> |
| 45 | +</CardGrid> |
| 46 | + |
| 47 | +## Need More Help? |
| 48 | + |
| 49 | +<CardGrid> |
| 50 | +<Card title="FAQ" icon="question"> |
| 51 | +Find answers to commonly asked questions. |
| 52 | + |
| 53 | +[View FAQ →](/ReadAny/support/faq/) |
| 54 | +</Card> |
| 55 | + |
| 56 | +<Card title="GitHub Issues" icon="github"> |
| 57 | +Report bugs or request new features. |
| 58 | + |
| 59 | +[Open an Issue →](https://github.com/codedogQBY/ReadAny/issues) |
| 60 | +</Card> |
| 61 | +</CardGrid> |
0 commit comments