# DocPipe > Documentation for DocPipe, intelligent document processing pipelines. ## Docs - [Alert rules](https://docs.docpipe.ai/admin/alert-rules.md): Set up monitoring notifications for your document processing pipelines. - [API keys](https://docs.docpipe.ai/admin/api-keys.md): Create and manage API keys for programmatic access to DocPipe. - [Connectors](https://docs.docpipe.ai/admin/connectors.md): Connect DocPipe to external services using OAuth integrations. - [Credits](https://docs.docpipe.ai/admin/credits.md): Understand how credits are consumed by each node type in your pipelines. - [Organization settings](https://docs.docpipe.ai/admin/organization.md): View and manage your DocPipe organization details. - [Administration overview](https://docs.docpipe.ai/admin/overview.md): Manage your organization settings, users, roles, and subscription. - [Profile](https://docs.docpipe.ai/admin/profile.md): Manage your personal information and security settings. - [Roles and permissions](https://docs.docpipe.ai/admin/roles-and-permissions.md): Configure RBAC roles and permissions for your DocPipe organization. - [Subscription](https://docs.docpipe.ai/admin/subscription.md): Manage your subscription, credits, and billing in DocPipe. - [Users](https://docs.docpipe.ai/admin/users.md): Invite and manage team members in your DocPipe organization. - [Webhook signing key](https://docs.docpipe.ai/admin/webhook-signing-keys.md): Generate and manage your signing key for verifying webhook callback signatures. - [Workspaces](https://docs.docpipe.ai/admin/workspaces.md): Organize your pipes and resources into separate workspaces. - [Authentication](https://docs.docpipe.ai/api-reference/authentication.md): Authenticate API requests using API keys. - [API overview](https://docs.docpipe.ai/api-reference/introduction.md): Introduction to the DocPipe API for programmatic document processing. - [Rate limits](https://docs.docpipe.ai/api-reference/rate-limits.md): Understand plan-based rate limiting for the DocPipe API. - [Trigger pipe via webhook](https://docs.docpipe.ai/api-reference/trigger-webhook.md): Submit a document to a pipe for processing via the webhook trigger. The pipe must be active and have a webhook trigger node configured in its pipeline. The document is uploaded as multipart/form-data. - [App overview](https://docs.docpipe.ai/app-overview.md): Get oriented with the DocPipe layout and navigation. - [Dashboard](https://docs.docpipe.ai/dashboard.md): Monitor your organization's document processing activity at a glance. - [Introduction](https://docs.docpipe.ai/files/introduction.md): Understand document uploads, supported formats, and the document lifecycle in DocPipe. - [Managing documents](https://docs.docpipe.ai/files/managing.md): Upload, view, and manage documents within a pipe. - [Build your first pipeline](https://docs.docpipe.ai/guides/build-first-pipeline.md): Step-by-step guide to building a document processing pipeline in the visual editor. - [Microsoft Business Central](https://docs.docpipe.ai/guides/business-central.md): Write to Business Central from a pipeline using deep insert and OData $batch. - [Conditional routing](https://docs.docpipe.ai/guides/conditional-routing.md): Branch a pipeline down different paths based on rules over upstream data. - [Email ingestion](https://docs.docpipe.ai/guides/email-ingestion.md): Set up email-based document ingestion to process documents sent to your pipe. - [Expressions and filters](https://docs.docpipe.ai/guides/expressions.md): Reference upstream values, transform them with filters, and use built-in helpers in your pipeline. - [Human review](https://docs.docpipe.ai/guides/human-review.md): Add human-in-the-loop review to validate and correct extracted data. - [Iterating over arrays](https://docs.docpipe.ai/guides/iterating-arrays.md): Process each item in an array with the Loop node. - [Schema design](https://docs.docpipe.ai/guides/schema-design.md): Design effective extraction schemas for AI-powered document processing. - [Test mode](https://docs.docpipe.ai/guides/test-mode.md): Safely test pipelines without sending real requests or emails. - [Upload and extract](https://docs.docpipe.ai/guides/upload-and-extract.md): End-to-end guide to uploading a document and extracting structured data. - [Webhook trigger](https://docs.docpipe.ai/guides/webhook-trigger.md): Submit documents to a pipe programmatically via the HTTP API. - [Webhooks and callbacks](https://docs.docpipe.ai/guides/webhooks-and-callbacks.md): Receive pipeline results via webhook callbacks. - [Introduction](https://docs.docpipe.ai/index.md): AI-powered document processing platform. Extract structured data from documents at scale. - [Callback](https://docs.docpipe.ai/nodes/callback.md): Send pipeline results to an external webhook URL. - [Classify](https://docs.docpipe.ai/nodes/classify.md): Classify documents by content type using rules or AI similarity. - [Classify best practices](https://docs.docpipe.ai/nodes/classify-best-practices.md): Pick a classification mode, write criteria the model can act on, and tune confidence for accurate routing. - [Email](https://docs.docpipe.ai/nodes/email-output.md): Send pipeline results via email. - [Email](https://docs.docpipe.ai/nodes/email-trigger.md): Receive documents via an auto-generated email address. - [Extract](https://docs.docpipe.ai/nodes/extract.md): Extract structured data from documents using AI-powered extraction. - [Extract best practices](https://docs.docpipe.ai/nodes/extract-best-practices.md): Design schemas, use confidence, and pick engines so the extract node returns reliable structured data. - [Forward](https://docs.docpipe.ai/nodes/forward-output.md): Forward a document from this pipe to another pipe for specialized processing. - [Forward](https://docs.docpipe.ai/nodes/forward-trigger.md): Accept documents forwarded from another pipe's AI classification. - [HTTP](https://docs.docpipe.ai/nodes/http-action.md): Call an external HTTP endpoint and use the response in your pipeline. - [Introduction](https://docs.docpipe.ai/nodes/introduction.md): Understand the three categories of pipeline nodes: triggers, actions, and outputs. - [Loop node](https://docs.docpipe.ai/nodes/loop.md): Resolve an array from upstream so downstream nodes can iterate over its items. - [Merge](https://docs.docpipe.ai/nodes/merge.md): Combine data from multiple pipeline branches into a single output. - [Parse](https://docs.docpipe.ai/nodes/parse.md): Extract raw text content from documents using OCR. - [Parse best practices](https://docs.docpipe.ai/nodes/parse-best-practices.md): Pick the right OCR engine, control cost, and avoid common parse pitfalls. - [Review](https://docs.docpipe.ai/nodes/review.md): Pause the pipeline for human review and approval. - [Route](https://docs.docpipe.ai/nodes/route.md): Route documents down different paths based on conditions. - [Transform](https://docs.docpipe.ai/nodes/transform.md): Reshape, convert, or script-process data within a pipeline. - [Upload](https://docs.docpipe.ai/nodes/upload-trigger.md): Accept documents uploaded directly through the DocPipe UI. - [Validation](https://docs.docpipe.ai/nodes/validation.md): Validate data with rules, schemas, endpoints, scripts, or AI before passing it downstream. - [Variable](https://docs.docpipe.ai/nodes/variable.md): Define named values in a pipeline so downstream nodes can reference them by name. - [Webhook](https://docs.docpipe.ai/nodes/webhook-trigger.md): Accept documents submitted via the HTTP API using an API key. - [Notifications](https://docs.docpipe.ai/notifications/introduction.md): Stay informed about pipeline activity, billing, alerts, and account changes. - [Pipeline editor](https://docs.docpipe.ai/pipelines/editor.md): Build visual processing pipelines with the drag-and-drop editor. - [Introduction](https://docs.docpipe.ai/pipelines/introduction.md): Learn how pipelines define the processing workflow inside a pipe. - [Introduction](https://docs.docpipe.ai/pipes/introduction.md): Understand pipes, the top-level container for document processing in DocPipe. - [Managing pipes](https://docs.docpipe.ai/pipes/managing.md): Create, manage, and configure pipes in DocPipe. - [Quickstart](https://docs.docpipe.ai/quickstart.md): Get your first document processed in 5 minutes. - [FAQ](https://docs.docpipe.ai/reference/faq.md): Quick answers to common questions about documents, pipelines, the API, and billing. - [Glossary](https://docs.docpipe.ai/reference/glossary.md): Definitions for the core terms used across DocPipe. - [Introduction](https://docs.docpipe.ai/reviews/introduction.md): Understand human-in-the-loop review tasks in DocPipe pipelines. - [Review queue](https://docs.docpipe.ai/reviews/queue.md): Manage the human review queue and process review tasks. - [Introduction](https://docs.docpipe.ai/runs/introduction.md): Understand runs, the execution of a pipeline for a specific document. - [Monitoring runs](https://docs.docpipe.ai/runs/monitoring.md): Monitor runs and inspect step details. - [Keyboard shortcuts](https://docs.docpipe.ai/shortcuts.md): Navigate DocPipe quickly with keyboard shortcuts and the command palette. - [Templates](https://docs.docpipe.ai/templates.md): Browse, save, and reuse templates to create pipes faster. ## OpenAPI Specs - [openapi](https://docs.docpipe.ai/api-reference/openapi.json)