mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 16:56:22 +02:00
26 lines
699 B
Text
26 lines
699 B
Text
---
|
|
title: How-To Guides
|
|
description: Step-by-step guides for common tasks
|
|
---
|
|
|
|
import { Card, Cards } from 'fumadocs-ui/components/card';
|
|
|
|
Practical guides to help you get the most out of SurfSense.
|
|
|
|
<Cards>
|
|
<Card
|
|
title="Electric SQL"
|
|
description="Setting up Electric SQL for real-time data synchronization"
|
|
href="/docs/how-to/electric-sql"
|
|
/>
|
|
<Card
|
|
title="Realtime Collaboration"
|
|
description="Invite teammates, share chats, and collaborate in realtime"
|
|
href="/docs/how-to/realtime-collaboration"
|
|
/>
|
|
<Card
|
|
title="Web Search"
|
|
description="Configure SearXNG web search and residential proxies for production"
|
|
href="/docs/how-to/web-search"
|
|
/>
|
|
</Cards>
|