# UPTIQ AI

## Qore

- [Overview](https://docs.uptiq.ai/readme.md): Platform documentation for UPTIQ Qore Platform V2. Move from vision to velocity. Build secure, production-ready apps and agents in one place.
- [What is Qore](https://docs.uptiq.ai/start-here/what-is-qore.md): High-Velocity Building with Enterprise Control
- [How Agents Work](https://docs.uptiq.ai/start-here/how-an-agent-works.md): What an agent is, and the order you build one in.
- [Agent Foundations](https://docs.uptiq.ai/start-here/core-concepts.md): What an agent is, and the ideas the builder screens configure.
- [Accounts, Projects, Spaces](https://docs.uptiq.ai/start-here/how-qore-is-organized.md): Accounts, projects, the two spaces, and what each Operator can reach.
- [Console](https://docs.uptiq.ai/start-here/console.md): Build and run apps and agents, manage your project, and open Console tools.
- [Control Center](https://docs.uptiq.ai/start-here/control-center.md): Manage platform governance, monitoring, access, usage, quality, billing, and audit.
- [Org Settings](https://docs.uptiq.ai/start-here/org-settings.md): Manage tenant accounts, usage controls, and platform branding.
- [Accounts](https://docs.uptiq.ai/start-here/org-settings/accounts.md): Create accounts, set credit limits, and receive usage threshold alerts.
- [Brands](https://docs.uptiq.ai/start-here/org-settings/brands.md): Create, update, apply, and remove tenant brand kits.
- [Glossary](https://docs.uptiq.ai/start-here/glossary.md): A reference for common Qore terms.
- [Steering & Reasoning](https://docs.uptiq.ai/core-concepts/steering-and-reasoning.md): How the agent decides what to do.
- [Skills & Tools](https://docs.uptiq.ai/core-concepts/skills-and-tools.md): What an agent can actually do.
- [Knowledge & Context](https://docs.uptiq.ai/core-concepts/knowledge-and-context.md): What the agent can read.
- [Memory & Learning](https://docs.uptiq.ai/core-concepts/memory-and-learning.md): What the agent carries forward — and what it deliberately doesn't.
- [Guardrails & Validation](https://docs.uptiq.ai/core-concepts/guardrails-and-validation.md): Protect agent runs with PII masking, tool approval, and model policies.
- [Human-in-the-Loop](https://docs.uptiq.ai/core-concepts/human-in-the-loop.md): The points where a person stays in the decision.
- [Protocols](https://docs.uptiq.ai/core-concepts/protocols.md): How the agent reaches out, and how your product reaches in.
- [RAG](https://docs.uptiq.ai/core-concepts/learn-how-rag-works.md)
- [Evals](https://docs.uptiq.ai/core-concepts/evals.md): Measure agent quality before release and in production.
- [Operator](https://docs.uptiq.ai/core-concepts/operator.md): Coordinate specialized agents to complete requests with shared conversational context.
- [Console Operator](https://docs.uptiq.ai/console/console-operator.md): The Console Operator—build and run work from one chat, scoped to a project.
- [Agent Builder](https://docs.uptiq.ai/console/agent-builder.md): Configure, test, deploy, and monitor production-ready AI agents in Qore.
- [Get Started](https://docs.uptiq.ai/console/agent-builder/get-started.md): The two surfaces of the builder, and how to find your way around.
- [The Canvas](https://docs.uptiq.ai/console/agent-builder/the-canvas.md)
- [Build](https://docs.uptiq.ai/console/agent-builder/build.md): Define what the agent is and what it can reach.
- [Basic Details](https://docs.uptiq.ai/console/agent-builder/build/basic-details.md)
- [Instructions](https://docs.uptiq.ai/console/agent-builder/build/instructions.md)
- [Agent Behavior](https://docs.uptiq.ai/console/agent-builder/build/agent-behavior.md)
- [Runtime & Versioning](https://docs.uptiq.ai/console/agent-builder/build/runtime-and-versioning.md): Select, validate, and upgrade the Agent Executor version that runs your agent.
- [Execution Plan/Checklist](https://docs.uptiq.ai/console/agent-builder/build/execution-plan-checklist.md)
- [Adding a Skill to the Agent](https://docs.uptiq.ai/console/agent-builder/build/adding-a-skill-to-the-agent.md)
- [Skills & Capabilities](https://docs.uptiq.ai/console/agent-builder/build/skills-and-capabilities.md)
- [MCP Tools](https://docs.uptiq.ai/console/agent-builder/build/mcp-tools.md)
- [Apps & Services](https://docs.uptiq.ai/console/agent-builder/build/apps-and-services.md)
- [Attaching Knowledge to an Agent](https://docs.uptiq.ai/console/agent-builder/build/attaching-knowledge-to-an-agent.md)
- [RAG Knowledge Pipeline](https://docs.uptiq.ai/console/agent-builder/build/rag-knowledge-pipeline.md): QORE’s RAG (Retrieval-Augmented Generation) framework enables apps and agents to retrieve relevant information from connected knowledge sources before generating responses.
- [Triggers](https://docs.uptiq.ai/console/agent-builder/build/triggers.md)
- [Secrets & Variables](https://docs.uptiq.ai/console/agent-builder/build/secrets-and-variables.md)
- [Test](https://docs.uptiq.ai/console/agent-builder/test.md): Validate the agent before anyone depends on it.
- [Evals](https://docs.uptiq.ai/console/agent-builder/test/evals.md): Test agent responses against scored datasets with automated LLM grading.
- [Deploy](https://docs.uptiq.ai/console/agent-builder/deploy.md): Ship the agent into your product, safely.
- [Export Agent](https://docs.uptiq.ai/console/agent-builder/deploy/export-agent.md): Bundle an agent's full configuration into a portable, reusable package.
- [Agent Integration](https://docs.uptiq.ai/console/agent-builder/deploy/agent-integration.md): Embed, call, or drive your agent from your own applications.
- [Authentication](https://docs.uptiq.ai/console/agent-builder/deploy/authentication.md)
- [Whitelisted Domains](https://docs.uptiq.ai/console/agent-builder/deploy/whitelisted-domains.md)
- [Guardrails](https://docs.uptiq.ai/console/agent-builder/deploy/guardrails.md): Protect agent runs with PII masking, tool approval, and model policies.
- [PII masking](https://docs.uptiq.ai/console/agent-builder/deploy/guardrails/pii-masking.md)
- [Tool execution](https://docs.uptiq.ai/console/agent-builder/deploy/guardrails/tool-execution.md)
- [Monitor](https://docs.uptiq.ai/console/agent-builder/monitor.md): Watch the agent in production and improve it from what you learn.
- [Online-Eval](https://docs.uptiq.ai/console/agent-builder/monitor/online-eval.md): Score every live conversation automatically, in the background, without affecting end users.
- [Reinforcement Learnings](https://docs.uptiq.ai/console/agent-builder/monitor/reinforcement-learnings.md): Turn reviewed production feedback into approved learning cases.
- [App Builder](https://docs.uptiq.ai/console/app-builder.md): Build, test, publish, secure, and monitor applications in Qore Console.
- [Importing apps](https://docs.uptiq.ai/console/app-builder/creating-and-importing-apps.md): Create apps from prompts, packages, repositories, or your own IDE.
- [App Workspace](https://docs.uptiq.ai/console/app-builder/app-workspace.md): Build, preview, inspect, test, version, and share your app.
- [Plan](https://docs.uptiq.ai/console/app-builder/plan.md): Define requirements and architecture before generating app code.
- [Build](https://docs.uptiq.ai/console/app-builder/build.md): Generate, customize, and connect production-ready apps from your requirements.
- [App Config](https://docs.uptiq.ai/console/app-builder/build/app-config.md): Configure identity, data, domains, branding, integrations, and app preferences.
- [DB Explorer](https://docs.uptiq.ai/console/app-builder/build/db-explorer.md): Inspect schemas, review queries, and query app databases safely.
- [Data Flow](https://docs.uptiq.ai/console/app-builder/build/data-flow.md): Visualize app components, data stores, and connections across your architecture.
- [Testing](https://docs.uptiq.ai/console/app-builder/testing.md): Review automated test results for every app build version.
- [Security Scans](https://docs.uptiq.ai/console/app-builder/security-scans.md): Find, review, and remediate dependency vulnerabilities in each app build.
- [Deploy](https://docs.uptiq.ai/console/app-builder/deploy.md): Publish tested app versions with required production configuration.
- [Operate](https://docs.uptiq.ai/console/app-builder/operate.md): Monitor costs, acquisition, analytics, and app health after launch.
- [Analytics](https://docs.uptiq.ai/console/app-builder/analytics.md): Track published app visitors, traffic trends, and audience characteristics.
- [mobile render test](https://docs.uptiq.ai/console/app-builder/test.md): Verify mobile apps on real devices before publishing.
- [Knowledge](https://docs.uptiq.ai/console/knowledge.md): Build queryable knowledge from your documents, then attach it to agents and apps.
- [Knowledge Datasets](https://docs.uptiq.ai/console/knowledge/knowledge-datasets.md): Group source files from uploads, cloud drives, or a website crawl.
- [Document processing](https://docs.uptiq.ai/console/knowledge/document-processing.md): Inspect the table of contents, tags, and preprocessed files Qore extracts.
- [Design Systems](https://docs.uptiq.ai/console/design-systems.md): Create reusable visual identities with styles, logos, and color palettes for project apps.
- [Store](https://docs.uptiq.ai/console/store.md): Browse ready-made agents and apps, then launch a solution that fits your work.
- [Browse agents and apps](https://docs.uptiq.ai/console/store/browse-agents-and-apps.md): Learn how Store cards, tabs, and detail panels help you select a ready-made solution.
- [Store catalog](https://docs.uptiq.ai/console/store/store-catalog.md): Review the agents and apps captured in the Store catalog and their category scopes.
- [Governance Operator](https://docs.uptiq.ai/control-center/governance-operator.md): The Governance Operator—ask about the account, and approve what it proposes.
- [Overview](https://docs.uptiq.ai/control-center/governance.md): Govern, monitor, evaluate, and control your Qore account.
- [Observe](https://docs.uptiq.ai/control-center/observe.md): Monitor platform activity and investigate operational data.
- [Runs & Traces](https://docs.uptiq.ai/control-center/observe/runs-and-traces.md): Inspect agent executions, trace decisions, and diagnose performance issues quickly.
- [Analytics](https://docs.uptiq.ai/control-center/observe/analytics.md): Track app engagement, platform activity, and agent conversation outcomes.
- [Audit Trails](https://docs.uptiq.ai/control-center/observe/audit-trails.md): Inspect configuration and access changes across your account.
- [LLM Logs](https://docs.uptiq.ai/control-center/observe/llm-logs.md): Trace model calls, token use, cost, and latency.
- [Request Logs](https://docs.uptiq.ai/control-center/observe/request-logs.md): Inspect HTTP requests received by the platform and sent to external services.
- [DB Query Logs](https://docs.uptiq.ai/control-center/observe/db-query-logs.md): Audit database operations executed by the platform.
- [Export](https://docs.uptiq.ai/control-center/observe/export.md): Create and deliver Control Center data exports on your schedule.
- [Reports](https://docs.uptiq.ai/control-center/observe/reports.md): Review usage and execution reports for projects and date ranges.
- [Controls & Audit](https://docs.uptiq.ai/control-center/controls-and-audit.md): Review agent safety-rule evaluations.
- [Evals](https://docs.uptiq.ai/control-center/evals.md): Score agent outputs, monitor quality, and route reviews.
- [Evaluators](https://docs.uptiq.ai/control-center/evals/evaluators.md): Create scoring methods and configure confidence-based review routing.
- [Online Eval](https://docs.uptiq.ai/control-center/evals/online-eval.md): Monitor evaluator scores for live production executions.
- [Human Review](https://docs.uptiq.ai/control-center/evals/human-review.md): Review and resolve low-confidence evaluation tasks.
- [Admin](https://docs.uptiq.ai/control-center/account-settings.md): Manage users, teams, roles, and API access credentials.
- [Users](https://docs.uptiq.ai/control-center/account-settings/users.md)
- [Teams](https://docs.uptiq.ai/control-center/account-settings/teams.md)
- [API Keys](https://docs.uptiq.ai/control-center/account-settings/api-keys.md)
- [Govern](https://docs.uptiq.ai/control-center/govern.md): Stop active agent work and view upcoming governance capabilities.
- [Agent Controls](https://docs.uptiq.ai/control-center/govern/agent-controls.md): Stop individual agents or all agents during an emergency.
- [Governed Graph](https://docs.uptiq.ai/control-center/govern/governed-graph.md): How agents, apps, tools, and data connect, and which policies cover them.
- [Publish Review](https://docs.uptiq.ai/control-center/govern/publish-review.md): Understand the planned approval queue and current publishing options.
- [Cost Control](https://docs.uptiq.ai/control-center/cost-control.md): Track credit consumption and control account spending with limits and alerts.
- [Credit Usage](https://docs.uptiq.ai/control-center/cost-control/credit-usage.md): Review credit consumption, usage trends, and transaction history.
- [Usage Limits](https://docs.uptiq.ai/control-center/cost-control/usage-limits.md): Set credit spending caps and receive threshold alerts.
- [AI Gateway](https://docs.uptiq.ai/control-center/ai-gateway.md)
- [How Model Routing Works](https://docs.uptiq.ai/control-center/ai-gateway/how-model-routing-works.md): Understand families, providers, gateways, credentials, and tiers before you configure them.
- [Model Catalog](https://docs.uptiq.ai/control-center/ai-gateway/model-catalog.md): Review models, providers, statuses, filters, and routing availability for projects.
- [Gateway Settings](https://docs.uptiq.ai/control-center/ai-gateway/gateway-settings.md): Configure model families, providers, tiers, defaults, and authentication for projects.
- [Security FAQ](https://docs.uptiq.ai/control-center/detailed-security-and-runtime-faq.md): Security and compliance handbook for bank-owned deployments.
- [Integrations Hub](https://docs.uptiq.ai/integrations/integrations-hub.md)
- [Connect Methods](https://docs.uptiq.ai/integrations/integrations-hub/connect-methods.md): Every integration in the Integration Hub uses one of three connect methods. The connect method determines how you authenticate and how the platform manages the connection to the third-party service
- [AI and Utilities](https://docs.uptiq.ai/integrations/integrations-hub/ai-and-utilities.md): Connect your account to large language model providers, voice AI services, web scraping tools, authentication providers, and utility services.
- [Banking & Finance](https://docs.uptiq.ai/integrations/integrations-hub/banking-and-finance.md): Connect your account to core banking systems, payment processors, credit bureaus, and accountancy platforms.
- [Compliance & Analytics](https://docs.uptiq.ai/integrations/integrations-hub/compliance-and-analytics.md): Connect your account to regulatory compliance services, risk management platforms, and data analytics tools.
- [CRM & Marketing](https://docs.uptiq.ai/integrations/integrations-hub/crm-and-marketing.md): Connect your account to customer relationship management platforms, e-commerce services, customer support tools, and marketing systems.
- [Productivity & Collaboration](https://docs.uptiq.ai/integrations/integrations-hub/productivity-and-collaboration.md): Connect your account to office productivity tools, cloud storage services, messaging platforms, and project management systems.
- [App Services](https://docs.uptiq.ai/integrations/integrations.md)
- [Google Auth](https://docs.uptiq.ai/integrations/integrations/google-auth.md): User Identity
- [Stripe](https://docs.uptiq.ai/integrations/integrations/stripe.md): Payments
- [Resend & Twilio](https://docs.uptiq.ai/integrations/integrations/resend-and-twilio.md): Email & Messaging
- [External APIs](https://docs.uptiq.ai/integrations/integrations/external-apis.md): Connecting Your Entire Tech Stack
- [Skill Library](https://docs.uptiq.ai/platform-resources/skill-library.md): Every first-party skill, one page each.
- [Logic & Data Integration](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration.md): Reach external systems and reshape data between steps.
- [API Call](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration/api-call.md): Reach any external HTTP endpoint from a workflow.
- [Mapper](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration/mapper.md): Reshape data between one skill and the next.
- [Pass Through](https://docs.uptiq.ai/platform-resources/skill-library/logic-and-data-integration/pass-through.md): A structural placeholder that passes its input straight through.
- [AI Skills](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills.md): Language, extraction, and content work.
- [Prompt](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/prompt.md): Send instructions and content to an LLM and use the response.
- [Intent Classification](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/intent-classification.md): Work out what a user is actually asking for.
- [Entity Recognition](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/entity-recognition.md): Pull structured values out of unstructured text.
- [PII Guard](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/pii-guard.md): Detect and mask personal data before it goes anywhere else.
- [Speech Recognition](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/speech-recognition.md): Transcribe an audio file into text.
- [Web Crawler](https://docs.uptiq.ai/platform-resources/skill-library/ai-skills/web-crawler.md): Fetch a public web page and extract its content.
- [Document Skills](https://docs.uptiq.ai/platform-resources/skill-library/document-skills.md): Bring files in, move them around, clean them up.
- [Document Upload](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-upload.md): Bring files into a workflow and store them where they need to go.
- [Document Fetch](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-fetch.md): Retrieve documents already in the conversation or in storage.
- [Document To Image](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-to-image.md): Convert a document into images so a model can see its layout.
- [Document To Zip](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-to-zip.md): Bundle several documents into one archive.
- [Document Delete](https://docs.uptiq.ai/platform-resources/skill-library/document-skills/document-delete.md): Remove temporary or sensitive documents in bulk.
- [Data Skills (RAG)](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag.md): Search and answer from your own knowledge.
- [RAG Query](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag/rag-query.md): Answer a question from your own documents, not the model's training.
- [Vector Search](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag/vector-search.md): Search by meaning rather than by keyword.
- [Ruleset](https://docs.uptiq.ai/platform-resources/skill-library/data-skills-rag/ruleset.md): Apply complex business rules and act on the outcome.
- [The Agent Development SDK](https://docs.uptiq.ai/platform-resources/the-agent-development-sdk.md): Building custom, complex agents.
- [The Skill Development SDK](https://docs.uptiq.ai/platform-resources/the-skill-development-sdk.md): Creating your own custom nodes.
- [Code Access & Git Integration](https://docs.uptiq.ai/platform-resources/code-access-and-git-integration.md): Working with Qore's generated code.
- [Logic & External API Integration](https://docs.uptiq.ai/platform-resources/logic-and-external-api-integration.md): High-value integrations (Connectors) that extend Uptiq's Agentic capabilities into your existing enterprise systems, focusing on deep data and workflow integration rather than simple API calls
- [Plan vs Build Mode](https://docs.uptiq.ai/workflow-guides/plan-vs-build-mode.md): Choose the right mode for the task in front of you.
- [Create an app](https://docs.uptiq.ai/workflow-guides/create-an-app.md): Go from an idea to a working application in the App Builder.
- [Create an agent](https://docs.uptiq.ai/workflow-guides/create-an-agent.md): Describe, plan, build, and deploy an AI agent in the Agent Builder.
- [Integrate an agent](https://docs.uptiq.ai/workflow-guides/integrate-an-agent.md): Attach an agent to an app you built in Qore, or embed it in an external app.
- [Connect an integration](https://docs.uptiq.ai/workflow-guides/how-to-connect-an-integration.md): Connect a third-party service to your account from Integrations.
- [Explore Ready-To-Use Solutions](https://docs.uptiq.ai/built-in-agents/built-in-agents.md): Pre-built, ready-to-use agents
- [Success Stories](https://docs.uptiq.ai/built-in-agents/success-stories.md): Real Wins, Real ROI
- [Product Updates](https://docs.uptiq.ai/release-notes/2026.md): Release History: A full rundown of our latest releases, improvements and fixes in UPTIQ
- [September 12](https://docs.uptiq.ai/release-notes/2026/september-12.md): What's New in QORE
- [August 8](https://docs.uptiq.ai/release-notes/2026/august-8.md): What's New in QORE
- [June 12](https://docs.uptiq.ai/release-notes/2026/june-12th-2026.md)
- [June 3](https://docs.uptiq.ai/release-notes/2026/june-3rd-2026.md)
- [June 1](https://docs.uptiq.ai/release-notes/2026/june-1st-2026.md)
- [May 18](https://docs.uptiq.ai/release-notes/2026/may-18th-2026.md): Version: 2.9.0
- [May 11](https://docs.uptiq.ai/release-notes/2026/may-11th-2026.md): Version: 2.8.0
- [April 20](https://docs.uptiq.ai/release-notes/2026/april-20th-2026.md): Version: 2.7.0
- [March 30](https://docs.uptiq.ai/release-notes/2026/march-30th-2026.md): Version: 2.6.0
- [March 9](https://docs.uptiq.ai/release-notes/2026/march-9th-2026.md): Version: 2.5.0
- [February 18](https://docs.uptiq.ai/release-notes/2026/february-18th-2026.md): Platform Release Update
- [February 11](https://docs.uptiq.ai/release-notes/2026/february-11th-2026.md): Platform Release Update
- [January 27](https://docs.uptiq.ai/release-notes/2026/january-27-2026.md): Platform Release Update
- [January 12](https://docs.uptiq.ai/release-notes/2026/january-12-2026.md): Platform Release Update

## Document AI

- [Document AI](https://docs.uptiq.ai/document-ai/get-started/document-ai-1.md): UPTIQ Document AI classifies, extracts, validates, and delivers document intelligence across UPTIQ Solutions.
- [Choose your path](https://docs.uptiq.ai/document-ai/get-started/choose-your-path.md): Navigate Document AI documentation by goal.
- [Key concepts](https://docs.uptiq.ai/document-ai/get-started/key-concepts.md): Learn how document types, jobs, confidence, access, credits, and webhooks work.
- [Workspace](https://docs.uptiq.ai/document-ai/get-started/workspace.md): Your operational home base — at-a-glance metrics, and a place to organize documents.
- [Glossary](https://docs.uptiq.ai/document-ai/get-started/glossary.md): Definitions for Document AI terms, features, statuses, and workflows.
- [Document Classification](https://docs.uptiq.ai/document-ai/guides/document-classification.md): Automatically identify what a document is before it's extracted.
- [Document Extraction](https://docs.uptiq.ai/document-ai/guides/document-extraction.md): Turn unstructured documents into structured, reviewable data.
- [Document Generation](https://docs.uptiq.ai/document-ai/guides/document-generation.md): Review and download AI-generated reports.
- [Document Types](https://docs.uptiq.ai/document-ai/guides/document-types.md): The catalog of what Document AI knows how to extract, classify, and screen for fraud.
- [Fraud Detection](https://docs.uptiq.ai/document-ai/guides/fraud-detection.md): Screen documents for fraud signals, in two phases, using configurable rules.
- [Overview](https://docs.uptiq.ai/document-ai/api-reference/api-reference.md): Drive document extraction, classification and generation from your own systems.
- [Doc AI Classification](https://docs.uptiq.ai/document-ai/api-reference/classification.md): Identify what a document is before deciding what to do with it.
- [Classify asynchronously](https://docs.uptiq.ai/document-ai/api-reference/classification/classify-asynchronously.md): Submit one document and retrieve the result later.
- [Classify in bulk](https://docs.uptiq.ai/document-ai/api-reference/classification/classify-in-bulk.md): Submit several documents for classification in one request.
- [Classify synchronously](https://docs.uptiq.ai/document-ai/api-reference/classification/classify-synchronously.md): Submit one document and receive its classification in the response.
- [Retrieve classification results](https://docs.uptiq.ai/document-ai/api-reference/classification/retrieve-classification-results.md): Retrieve a completed asynchronous classification.
- [Doc AI Extraction](https://docs.uptiq.ai/document-ai/api-reference/doc-ai-extraction.md): Choose an extraction workflow and understand shared request rules.
- [Extract asynchronously](https://docs.uptiq.ai/document-ai/api-reference/doc-ai-extraction/extract-asynchronously.md): Submit one document and retrieve the result later.
- [Extract in bulk](https://docs.uptiq.ai/document-ai/api-reference/doc-ai-extraction/extract-in-bulk.md): Submit several documents under one extraction group.
- [Extract synchronously](https://docs.uptiq.ai/document-ai/api-reference/doc-ai-extraction/extract-synchronously.md): Submit one document and receive its result in the response.
- [Retrieve extraction results](https://docs.uptiq.ai/document-ai/api-reference/doc-ai-extraction/retrieve-extraction-results.md): Retrieve one extraction or every extraction in a group.
- [Doc AI Generation](https://docs.uptiq.ai/document-ai/api-reference/generation.md): Produce a finished document from structured input.
- [Generate asynchronously](https://docs.uptiq.ai/document-ai/api-reference/generation/generate-asynchronously.md): Submit a generation request and collect its result later.
- [Generate synchronously](https://docs.uptiq.ai/document-ai/api-reference/generation/generate-synchronously.md): Submit a generation request and receive the document in the response.
- [Retrieve generation results](https://docs.uptiq.ai/document-ai/api-reference/generation/retrieve-generation-results.md): Retrieve a completed asynchronous generation.
- [Doc AI Utility](https://docs.uptiq.ai/document-ai/api-reference/utility.md): Discover what the platform can accept before you send it anything.
- [Overview](https://docs.uptiq.ai/document-ai/developer-documentation/api-reference.md): Drive document extraction, classification and generation from your own systems.
- [Extraction](https://docs.uptiq.ai/document-ai/developer-documentation/extraction.md): Submit documents for extraction and retrieve structured results.
- [Classification](https://docs.uptiq.ai/document-ai/developer-documentation/classification.md): Identify what a document is before deciding what to do with it.
- [Generation](https://docs.uptiq.ai/document-ai/developer-documentation/generation.md): Produce a finished document from structured input.
- [Utility](https://docs.uptiq.ai/document-ai/developer-documentation/utility.md): Discover what the platform can accept before you send it anything.
- [Getting started](https://docs.uptiq.ai/document-ai/developer-documentation/getting-started.md): Authenticate, submit an extraction, and receive results through the API.
- [Authentication](https://docs.uptiq.ai/document-ai/developer-documentation/getting-started/authentication.md): Identify your account with an API key on every request.
- [Conventions](https://docs.uptiq.ai/document-ai/developer-documentation/getting-started/conventions.md): The request and response patterns every endpoint shares.
- [Errors](https://docs.uptiq.ai/document-ai/developer-documentation/getting-started/errors.md): What each status code means, and which failures are worth retrying.
- [Webhook payloads](https://docs.uptiq.ai/document-ai/developer-documentation/getting-started/webhook-payloads.md): The completion callbacks, their payloads, and how to verify them.
- [Quickstart: extract a document](https://docs.uptiq.ai/document-ai/developer-documentation/getting-started/quickstart-extract-a-document.md): One document in, structured fields out, in a single call.
- [Extraction](https://docs.uptiq.ai/document-ai/developer-documentation/extraction-1.md)
- [Get all extractions in a multi-extraction group, keyed by documentType.](https://docs.uptiq.ai/document-ai/developer-documentation/extraction-1/get-all-extractions-in-a-multi-extraction-group-keyed-by-documenttype.md)
- [Get extraction details](https://docs.uptiq.ai/document-ai/developer-documentation/extraction-1/get-extraction-details.md)
- [Extract document data (Async)](https://docs.uptiq.ai/document-ai/developer-documentation/extraction-1/extract-document-data-async.md)
- [Bulk document extraction (Async)](https://docs.uptiq.ai/document-ai/developer-documentation/extraction-1/bulk-document-extraction-async.md)
- [Synchronous document extraction](https://docs.uptiq.ai/document-ai/developer-documentation/extraction-1/synchronous-document-extraction.md)
- [Utility](https://docs.uptiq.ai/document-ai/developer-documentation/utility-1.md)
- [Get supported file types for all document types.](https://docs.uptiq.ai/document-ai/developer-documentation/utility-1/get-supported-file-types-for-all-document-types.md)
- [List all supported document types from YAML configs.](https://docs.uptiq.ai/document-ai/developer-documentation/utility-1/list-all-supported-document-types-from-yaml-configs.md)
- [Classification](https://docs.uptiq.ai/document-ai/developer-documentation/classification-1.md)
- [Get classification details](https://docs.uptiq.ai/document-ai/developer-documentation/classification-1/get-classification-details.md)
- [Classify document type (Async)](https://docs.uptiq.ai/document-ai/developer-documentation/classification-1/classify-document-type-async.md)
- [Bulk document classification](https://docs.uptiq.ai/document-ai/developer-documentation/classification-1/bulk-document-classification.md)
- [Synchronous document classification](https://docs.uptiq.ai/document-ai/developer-documentation/classification-1/synchronous-document-classification.md)
- [Generation](https://docs.uptiq.ai/document-ai/developer-documentation/generation-1.md)
- [Generate document (Async)](https://docs.uptiq.ai/document-ai/developer-documentation/generation-1/generate-document-async.md)
- [Synchronous document generation](https://docs.uptiq.ai/document-ai/developer-documentation/generation-1/synchronous-document-generation.md)
- [Get document generation details](https://docs.uptiq.ai/document-ai/developer-documentation/generation-1/get-document-generation-details.md)
- [Models](https://docs.uptiq.ai/document-ai/developer-documentation/models.md)
- [Discovering document types](https://docs.uptiq.ai/document-ai/cookbooks/discovering-document-types.md): Read the registry at build time instead of hardcoding type names.
- [Extract asynchronously and poll](https://docs.uptiq.ai/document-ai/cookbooks/async-extraction-and-polling.md): Submit without holding a connection open, then collect the result.
- [Extract many documents at once](https://docs.uptiq.ai/document-ai/cookbooks/bulk-extraction.md): Submit a batch and retrieve it as a group.
- [Build an event-driven pipeline](https://docs.uptiq.ai/document-ai/cookbooks/event-driven-pipeline.md): Be told when work finishes instead of asking.
- [Choosing a model](https://docs.uptiq.ai/document-ai/cookbooks/choosing-a-model.md): Pick between the five models, and know when it matters.
- [Classify, then extract](https://docs.uptiq.ai/document-ai/cookbooks/classify-then-extract.md): Handle documents that arrive without a reliable label.
- [Reading fraud and control checks](https://docs.uptiq.ai/document-ai/cookbooks/fraud-and-control-checks.md): Gate downstream work on the document's integrity signals.
- [Process a loan application packet](https://docs.uptiq.ai/document-ai/cookbooks/loan-application-intake.md): Split a mixed packet into typed, extracted records.
- [Spread a set of financials](https://docs.uptiq.ai/document-ai/cookbooks/financial-spreading.md): Map extracted line items onto your chart of accounts.
- [Verify an identity document](https://docs.uptiq.ai/document-ai/cookbooks/identity-verification.md): Extract ID documents and act on what comes back.
- [Generate a document](https://docs.uptiq.ai/document-ai/cookbooks/generate-a-document.md): Produce a finished document from structured input.
- [Document AI](https://docs.uptiq.ai/document-ai/cookbooks/readme.md): Document AI supports 155 document types across lending, wealth, investment, and tax workflows.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.uptiq.ai/readme.md?ask=<question>
```
The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.
Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
