# Zoop ## Using Zoop - [Welcome to Zoop](https://docs.zoop.pro/welcome.md): Zoop is the AI-first app that runs your field-service business — from first call to getting paid. - [Get set up](https://docs.zoop.pro/using-zoop/getting-started.md): Sign in, set up your business, and connect payments so you can start booking jobs. - [Your dashboard](https://docs.zoop.pro/using-zoop/dashboard.md): See the day at a glance: open jobs, pending invoices, expiring cards, and payment recovery. - [Customers](https://docs.zoop.pro/using-zoop/customers.md): Add and organize customers with contacts, service locations, tags, and history. - [Jobs](https://docs.zoop.pro/using-zoop/jobs.md): Create, schedule, and track work from unscheduled through done. - [Recurring jobs](https://docs.zoop.pro/using-zoop/recurring-jobs.md): Set up repeating work once — Zoop creates each visit on schedule. - [Quotes](https://docs.zoop.pro/using-zoop/quotes.md): Build estimates, send them for approval, and turn them into jobs or invoices. - [Calendar](https://docs.zoop.pro/using-zoop/calendar.md): See your schedule by day, week, or month and manage events around your jobs. - [Dispatch & routes](https://docs.zoop.pro/using-zoop/dispatch.md): Assign jobs to your team and keep every route on time. - [Invoices](https://docs.zoop.pro/using-zoop/invoices.md): Create invoices from jobs or quotes and send them in a tap. - [Getting paid](https://docs.zoop.pro/using-zoop/payments.md): Take card payments, send payment links, and record cash or checks. - [Recurring billing](https://docs.zoop.pro/using-zoop/recurring-billing.md): Charge customers automatically on a schedule with subscription plans. - [Pricebook](https://docs.zoop.pro/using-zoop/pricebook.md): Keep your services, materials, and prices ready to drop into any quote or invoice. - [Messaging customers](https://docs.zoop.pro/using-zoop/communications.md): Text and email customers from Zoop and keep every conversation in one place. - [Notes](https://docs.zoop.pro/using-zoop/notes.md): Capture context on any job, customer, invoice, or quote — by text or photo. Pin what matters. Review every edit. - [Team & crews](https://docs.zoop.pro/using-zoop/team.md): Invite your team, set what they can do, and group techs into crews. - [Your storefront](https://docs.zoop.pro/using-zoop/storefront.md): Give customers a public page to learn about you and book online. - [The customer portal](https://docs.zoop.pro/using-zoop/customer-portal.md): What your customers see — a passwordless page to view and pay invoices, manage saved cards, and turn off auto-pay. - [The mobile app](https://docs.zoop.pro/using-zoop/mobile.md): Run the truck-side of your business from your phone, even offline. - [AI features](https://docs.zoop.pro/using-zoop/ai-features.md): Let Zoop handle the busywork — missed calls, maintenance reminders, and late-arrival alerts. - [Settings](https://docs.zoop.pro/using-zoop/settings.md): Configure your business: hours, service area, tax rates, payments, and more. ## Developers - [Introduction](https://docs.zoop.pro/developers/introduction.md): Build on Zoop with a 65-tool MCP API, secured by API keys or OAuth 2.1. - [Quickstart](https://docs.zoop.pro/developers/quickstart.md): Create an API key and make your first MCP call in a few minutes. - [API keys](https://docs.zoop.pro/developers/authentication/api-keys.md): Two key types for server-to-server access, with instant revocation. - [OAuth 2.1](https://docs.zoop.pro/developers/authentication/oauth.md): Authorize third-party apps with OAuth 2.1, PKCE, and resource indicators. - [Scopes & permissions](https://docs.zoop.pro/developers/authentication/scopes.md): Read/write scopes per domain, umbrella aliases, admin scopes, and how to pick what your integration needs. - [Core concepts](https://docs.zoop.pro/developers/concepts.md): Tenants, actors, resources, and the CRUD conventions every tool follows. - [Connecting to the MCP server](https://docs.zoop.pro/developers/mcp.md): Point any MCP client or AI agent at Zoop with one endpoint — POST /api/mcp, JSON-RPC 2.0, Bearer auth. - [Customers](https://docs.zoop.pro/developers/api/customers.md): Manage customers, contacts, locations, and tags via the Zoop MCP tool layer. - [Notes](https://docs.zoop.pro/developers/api/notes.md): Create and manage notes attached to other records. - [Jobs](https://docs.zoop.pro/developers/api/jobs.md): Create, schedule, and update jobs using the Zoop MCP tool catalog. - [Job series](https://docs.zoop.pro/developers/api/job-series.md): Define recurring jobs that generate instances on a schedule. - [Invoices](https://docs.zoop.pro/developers/api/invoices.md): Create and manage invoices and their line items. - [Quotes](https://docs.zoop.pro/developers/api/quotes.md): Create and manage quotes. - [Catalog items](https://docs.zoop.pro/developers/api/catalog-items.md): Manage pricebook items — services, products, labor, fees, bundles, and discounts — via the Zoop MCP tool layer. - [Catalog categories](https://docs.zoop.pro/developers/api/catalog-categories.md): Organize the pricebook into categories. - [Plans](https://docs.zoop.pro/developers/api/plans.md): Define recurring billing plans — cadence, line items, and customer — via the Zoop MCP tool layer. - [Tax rates](https://docs.zoop.pro/developers/api/tax-rates.md): Manage tax rates and the tenant default via the Zoop MCP tool layer. - [Webhooks](https://docs.zoop.pro/developers/webhooks.md): Inbound webhooks Zoop receives from Stripe, Twilio, and Resend — endpoints, verification, and payload shapes. - [Errors](https://docs.zoop.pro/developers/errors.md): Auth errors, scope errors, and MCP tool error kinds returned by the Zoop API. - [Rate limits](https://docs.zoop.pro/developers/rate-limits.md): Per-credential and per-tenant request limits, how sliding windows work, and how to handle 429 responses. ## More - [Changelog](https://docs.zoop.pro/changelog.md): Notable changes to Zoop and its documentation. - [Glossary](https://docs.zoop.pro/glossary.md): Plain definitions of the words Zoop uses — customers, jobs, invoices, crews, plans, and more.