# Organiz > Organiz is a gamified action hub that turns passive lists into mobilizable communities. Organizations use Organiz to run campaigns with petitions, events, sign-ups, and other calls to action. Members earn points, level up, and redeem rewards for participating. ## Public Pages Campaign pages are available at `/{slug}` where `{slug}` is the organization's campaign identifier. Each campaign page contains calls to action (CTAs) for petitions, events, letters, sign-ups, and more. Organization profiles are available at `/org/{slug}`. Member profiles are available at `/profile/{handle}`. The discovery feed is available at `/discover`. ## Content Structure - Campaign pages include a title, description, and a list of CTAs. - Each CTA has a title, description, and type (petition, event, link, sign-up, etc.). - CTA deep links use the pattern `/{slug}?cta={ctaId}`. ## What is NOT available to crawlers - Member points balances, redemption history, and personal data are behind authentication. - The rewards store (`/rewards`) requires login. - API endpoints (`/api/`) are blocked.