# TipPage Docs > Guides for setting up your TipPage donation page, overlay, alerts, and chat bot. ## Docs - [Welcome](https://docs.tippage.com/): Everything you need to set up TipPage - tips, alerts, overlays, and your chat bot. - [TipPage+](https://docs.tippage.com/tippage-plus): The optional upgrade - custom domain, AI word filter, custom bot account, chargeback cover, and AI voices for £9.99 a month. - [Privacy](https://docs.tippage.com/privacy): What you can see of your tippers, what they can see of you, and how TipPage keeps both directions safe. ## Getting started - [Getting started](https://docs.tippage.com/getting-started): A free tipping platform for streamers - tips, alerts, overlays, and a chat bot, with no platform fee. - [Create your account](https://docs.tippage.com/getting-started/create-your-account): Sign up with Twitch, pick your TipPage link, and you're in. No invite needed. - [Dashboard tour](https://docs.tippage.com/getting-started/dashboard-tour): A quick map of my.tippage.com - what every page in the sidebar does. ## Payments - [Link Stripe](https://docs.tippage.com/payments/link-stripe): Connect Stripe to take card, Apple Pay, and Google Pay tips - with payouts straight to your bank. - [Link PayPal](https://docs.tippage.com/payments/link-paypal): Take tips through PayPal - just enter the email of the account that should receive the money. - [Getting paid](https://docs.tippage.com/payments/getting-paid): Where the money goes, what it costs, and how refunds and chargebacks work. ## Tip page - [Customise your page](https://docs.tippage.com/tip-page/customize-your-page): Your colours, your logo, your words - everything on the Branding tab. - [Use a custom domain](https://docs.tippage.com/tip-page/custom-domain): Point your own domain at your tip page - one DNS record and a Link click. - [What viewers see](https://docs.tippage.com/tip-page/what-viewers-see): The tip flow from your viewer's side - amounts, messages, media requests, TTS preview, and receipts. ## Developer API - [Developer API](https://docs.tippage.com/developer-api): Build your own integrations - API keys, the REST API, and signed webhooks. - [Claim, do your thing, finish](https://docs.tippage.com/developer-api/claim-and-finish): How start/finish works, why it's built that way, and how to write a consumer that behaves well. ## Overlay - [Create an overlay](https://docs.tippage.com/overlay/create-an-overlay): Make an overlay, grab its browser source URL, and keep the key secret. - [Add your overlay to OBS](https://docs.tippage.com/overlay/add-to-obs): One browser source, four settings, done - including the audio step everyone misses. - [Edit your overlay](https://docs.tippage.com/overlay/edit-your-overlay): The overlay editor - drag, resize, and style your widgets on your overlay's canvas. - [Overlay widgets](https://docs.tippage.com/overlay/widgets): Every widget explained - tip alerts, media player, tip goal, chat, soundboard, and Emotesplosion. - [Custom widgets](https://docs.tippage.com/overlay/custom-widgets): Build your own overlay widgets with HTML, CSS, and JS - StreamElements custom widgets run as-is. ## Alerts - [Tip alerts](https://docs.tippage.com/alerts/tip-alerts): What plays on stream when someone tips - and where each part of it is configured. - [Twitch alerts](https://docs.tippage.com/alerts/twitch-alerts): Follows, subs, gift subs, resubs, bits, raids, and channel point redemptions - configured per overlay, announced in chat by the bot. - [Test your alerts](https://docs.tippage.com/alerts/test-alerts): Fire free test alerts at your overlay - no payment, no waiting for a real tip. ## Queues and playback - [Controls](https://docs.tippage.com/queues/controls): Your live-ops page - pause, skip, open or close the queue, and linked queue mode. - [TTS](https://docs.tippage.com/queues/tts): The voice that reads tips on stream - queue, history, voice settings, and AI voices. - [Media requests](https://docs.tippage.com/queues/media-requests): Viewer-requested YouTube videos - limits, volumes, the backup playlist, and what gets auto-skipped. ## Chat bot - [TipPageBot in your chat](https://docs.tippage.com/chat-bot/tippage-bot): Enable the bot, mod it, and choose which commands it answers. - [Alert announcements](https://docs.tippage.com/chat-bot/announcements): The bot's chat messages for follows, subs, gift subs, resubs, cheers, raids, and tips - each with an editable template. - [Custom commands](https://docs.tippage.com/chat-bot/custom-commands): Your own chat commands - with variables, random picks, response lists, permissions, and cooldowns. - [Use your own bot account](https://docs.tippage.com/chat-bot/custom-bot): Send bot messages from your own Twitch account instead of TipPageBot - a TipPage+ feature. ## Viewers and rewards - [Sub rewards](https://docs.tippage.com/viewers/sub-rewards): Give your Twitch subscribers free message credits - a thank-you their sub already earned. - [Channel points](https://docs.tippage.com/viewers/channel-points): Turn a Twitch channel point redemption into a TipPage action - credits, alerts, bot messages, or song requests. ## Team - [Invite team members](https://docs.tippage.com/team/invite-team-members): Give mods and editors dashboard access with a single-use invite link - or quick-add from your Twitch mods. - [Permissions](https://docs.tippage.com/team/permissions): What each team member permission actually grants - and when to use Super Admin. ## Moderation - [Word filter](https://docs.tippage.com/moderation/word-filter): Block words outright or swap them for something safer - before they ever reach your stream. - [AI filter](https://docs.tippage.com/moderation/ai-filter): A bypass-aware filter that catches what a wordlist can't - built to stop doxxing on stream. - [Bans, refunds, and notifications](https://docs.tippage.com/moderation/bans-and-refunds): Block repeat offenders, process refund requests, and get it all pinged to your Discord. ## Api - [TipPage Developer API](https://docs.tippage.com/api) ### Identity - [Event and scope catalog](https://docs.tippage.com/api/identity/listeventtypes) - [Who am I](https://docs.tippage.com/api/identity/getme) ### TTS queue - [Claim a TTS as now playing](https://docs.tippage.com/api/tts-queue/startttsitem) - [Clear the whole TTS queue](https://docs.tippage.com/api/tts-queue/cleartts) - [Finish a TTS](https://docs.tippage.com/api/tts-queue/finishttsitem) - [Pause the TTS queue](https://docs.tippage.com/api/tts-queue/pausetts) - [Pending TTS queue](https://docs.tippage.com/api/tts-queue/getttsqueue) - [Played TTS history](https://docs.tippage.com/api/tts-queue/getttshistory) - [Release a claimed TTS back to the queue](https://docs.tippage.com/api/tts-queue/releasettsitem) - [Remove one queued TTS](https://docs.tippage.com/api/tts-queue/removettsitem) - [Replay a TTS from history](https://docs.tippage.com/api/tts-queue/replayttsitem) - [Resume the TTS queue](https://docs.tippage.com/api/tts-queue/resumetts) - [Skip the currently-playing TTS](https://docs.tippage.com/api/tts-queue/skiptts) - [What's playing right now](https://docs.tippage.com/api/tts-queue/getttsnow) ### Media queue - [Claim a media item as now playing](https://docs.tippage.com/api/media-queue/startmediaitem) - [Finish a media item](https://docs.tippage.com/api/media-queue/finishmediaitem) - [Hide the media player](https://docs.tippage.com/api/media-queue/hidemediaplayer) - [Pause the media queue](https://docs.tippage.com/api/media-queue/pausemedia) - [Pending media queue](https://docs.tippage.com/api/media-queue/getmediaqueue) - [Played media history](https://docs.tippage.com/api/media-queue/getmediahistory) - [Queue a video](https://docs.tippage.com/api/media-queue/createmediaitem) - [Release a claimed media item back to the queue](https://docs.tippage.com/api/media-queue/releasemediaitem) - [Remove one queued media item](https://docs.tippage.com/api/media-queue/removemediaitem) - [Replay a media item from history](https://docs.tippage.com/api/media-queue/replaymediaitem) - [Resume the media queue](https://docs.tippage.com/api/media-queue/resumemedia) - [Show the media player](https://docs.tippage.com/api/media-queue/showmediaplayer) - [Skip the currently-playing media](https://docs.tippage.com/api/media-queue/skipmedia) - [What's playing right now](https://docs.tippage.com/api/media-queue/getmedianow) ### Channel points - [Cancel a redemption (refund the points)](https://docs.tippage.com/api/channel-points/cancelredemption) - [Mark a redemption fulfilled](https://docs.tippage.com/api/channel-points/fulfillredemption) ### Webhook endpoints - [Add an endpoint](https://docs.tippage.com/api/webhook-endpoints/createwebhookendpoint) - [Delete an endpoint](https://docs.tippage.com/api/webhook-endpoints/deletewebhookendpoint) - [Get one endpoint](https://docs.tippage.com/api/webhook-endpoints/getwebhookendpoint) - [List endpoints](https://docs.tippage.com/api/webhook-endpoints/listwebhookendpoints) - [Recent deliveries](https://docs.tippage.com/api/webhook-endpoints/listwebhookdeliveries) - [Redeliver a delivery](https://docs.tippage.com/api/webhook-endpoints/redeliverwebhookdelivery) - [Rotate the signing secret](https://docs.tippage.com/api/webhook-endpoints/rotatewebhooksecret) - [Send a test event](https://docs.tippage.com/api/webhook-endpoints/pingwebhookendpoint) - [Update an endpoint](https://docs.tippage.com/api/webhook-endpoints/updatewebhookendpoint) ### AI voices - [Disable AI voices](https://docs.tippage.com/api/ai-voices/disableaivoices) - [Disable one voice](https://docs.tippage.com/api/ai-voices/disableaivoice) - [Enable AI voices](https://docs.tippage.com/api/ai-voices/enableaivoices) - [Enable one voice](https://docs.tippage.com/api/ai-voices/enableaivoice) - [List AI voices](https://docs.tippage.com/api/ai-voices/listaivoices) ### Tipping - [Close tipping](https://docs.tippage.com/api/tipping/closetipping) - [Create a manual tip](https://docs.tippage.com/api/tipping/createmanualtip) - [Is tipping open](https://docs.tippage.com/api/tipping/gettippingstatus) - [Open tipping](https://docs.tippage.com/api/tipping/opentipping) - [Top supporters](https://docs.tippage.com/api/tipping/getleaderboard) ### Viewers - [A viewer's sub-reward history](https://docs.tippage.com/api/viewers/listviewerrewards) - [Grant credits](https://docs.tippage.com/api/viewers/grantviewercredits) - [List signed-in viewers](https://docs.tippage.com/api/viewers/listviewers) - [One viewer in full](https://docs.tippage.com/api/viewers/getviewer) - [Revoke credits](https://docs.tippage.com/api/viewers/revokeviewercredits)