# 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 workspace.
- [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.
- [Studio](https://docs.uptiq.ai/start-here/studio.md): Build apps and agents, manage your workspace, and open Studio tools.
- [Control Center](https://docs.uptiq.ai/start-here/control-center.md): Manage platform governance, monitoring, access, usage, quality, billing, and audit.
- [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.
- [Overview](https://docs.uptiq.ai/agent-builder/agent-builder.md)
- [Get Started](https://docs.uptiq.ai/agent-builder/get-started.md): The two surfaces of the builder, and how to find your way around.
- [The Canvas](https://docs.uptiq.ai/agent-builder/the-canvas.md)
- [Build](https://docs.uptiq.ai/agent-builder/build.md): Define what the agent is and what it can reach.
- [Basic Details](https://docs.uptiq.ai/agent-builder/build/basic-details.md)
- [Instructions](https://docs.uptiq.ai/agent-builder/build/instructions.md)
- [Agent Behavior](https://docs.uptiq.ai/agent-builder/build/agent-behavior.md)
- [Runtime & Versioning](https://docs.uptiq.ai/agent-builder/build/runtime-and-versioning.md)
- [Execution Plan/Checklist](https://docs.uptiq.ai/agent-builder/build/execution-plan-checklist.md)
- [Adding a Skill to the Agent](https://docs.uptiq.ai/agent-builder/build/adding-a-skill-to-the-agent.md)
- [Skills & Capabilities](https://docs.uptiq.ai/agent-builder/build/skills-and-capabilities.md)
- [MCP Tools](https://docs.uptiq.ai/agent-builder/build/mcp-tools.md)
- [Apps & Services](https://docs.uptiq.ai/agent-builder/build/apps-and-services.md)
- [Attaching Knowledge to an Agent](https://docs.uptiq.ai/agent-builder/build/attaching-knowledge-to-an-agent.md)
- [RAG Knowledge Pipeline](https://docs.uptiq.ai/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/agent-builder/build/triggers.md)
- [Secrets & Variables](https://docs.uptiq.ai/agent-builder/build/secrets-and-variables.md)
- [Test](https://docs.uptiq.ai/agent-builder/test.md): Validate the agent before anyone depends on it.
- [Evals](https://docs.uptiq.ai/agent-builder/test/evals.md): Test agent responses against scored datasets with automated LLM grading.
- [Deploy](https://docs.uptiq.ai/agent-builder/deploy.md): Ship the agent into your product, safely.
- [Export Agent](https://docs.uptiq.ai/agent-builder/deploy/export-agent.md): Bundle an agent's full configuration into a portable, reusable package.
- [Agent Integration](https://docs.uptiq.ai/agent-builder/deploy/agent-integration.md): Embed, call, or drive your agent from your own applications.
- [Authentication](https://docs.uptiq.ai/agent-builder/deploy/authentication.md)
- [Whitelisted Domains](https://docs.uptiq.ai/agent-builder/deploy/whitelisted-domains.md)
- [Guardrails](https://docs.uptiq.ai/agent-builder/deploy/guardrails.md): Protect agent runs with PII masking, tool approval, and model policies.
- [PII masking](https://docs.uptiq.ai/agent-builder/deploy/guardrails/pii-masking.md)
- [Tool execution](https://docs.uptiq.ai/agent-builder/deploy/guardrails/tool-execution.md)
- [Monitor](https://docs.uptiq.ai/agent-builder/monitor.md): Watch the agent in production and improve it from what you learn.
- [Online-Eval](https://docs.uptiq.ai/agent-builder/monitor/online-eval.md): Score every live conversation automatically, in the background, without affecting end users.
- [Reinforcement Learnings](https://docs.uptiq.ai/agent-builder/monitor/reinforcement-learnings.md): Turn reviewed production feedback into approved learning cases.
- [Quickstart](https://docs.uptiq.ai/app-builder/app-builder.md): Create, build, test, secure, and publish apps in Qore Studio.
- [Importing apps](https://docs.uptiq.ai/app-builder/creating-and-importing-apps.md): Create apps from prompts, packages, repositories, or your own IDE.
- [App Workspace](https://docs.uptiq.ai/app-builder/app-workspace.md): Build, preview, inspect, test, version, and share your app.
- [Plan](https://docs.uptiq.ai/app-builder/plan.md): Define requirements and architecture before generating app code.
- [Build](https://docs.uptiq.ai/app-builder/build.md): Generate, customize, and connect production-ready apps from your requirements.
- [App Config](https://docs.uptiq.ai/app-builder/build/app-config.md): Configure identity, data, domains, branding, integrations, and app preferences.
- [DB Explorer](https://docs.uptiq.ai/app-builder/build/db-explorer.md): Inspect schemas, review queries, and query app databases safely.
- [Data Flow](https://docs.uptiq.ai/app-builder/build/data-flow.md): Visualize app components, data stores, and connections across your architecture.
- [mobile render test](https://docs.uptiq.ai/app-builder/test.md): Verify mobile apps on real devices before publishing.
- [Testing](https://docs.uptiq.ai/app-builder/testing.md): Review automated test results for every app build version.
- [Security Scans](https://docs.uptiq.ai/app-builder/security-scans.md): Find, review, and remediate dependency vulnerabilities in each app build.
- [Deploy](https://docs.uptiq.ai/app-builder/deploy.md): Publish tested app versions with required production configuration.
- [Operate](https://docs.uptiq.ai/app-builder/operate.md): Monitor costs, acquisition, analytics, and app health after launch.
- [Analytics](https://docs.uptiq.ai/app-builder/analytics.md): Track published app visitors, traffic trends, and audience characteristics.
- [Video Tutorial](https://docs.uptiq.ai/app-builder/video-tutorial.md): Watch a visual walkthrough for building your first app.
- [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
- [The Agent Development SDK](https://docs.uptiq.ai/sdks-and-code-access/the-agent-development-sdk.md): Building custom, complex agents.
- [The Skill Development SDK](https://docs.uptiq.ai/sdks-and-code-access/the-skill-development-sdk.md): Creating your own custom nodes.
- [Code Access & Git Integration](https://docs.uptiq.ai/sdks-and-code-access/code-access-and-git-integration.md): Working with Qore's generated code.
- [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 workspace 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 workspace 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 workspace 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 workspace 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 workspace 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
- [Overview](https://docs.uptiq.ai/governance/governance.md): Governance, Scale, and Security
- [Observability](https://docs.uptiq.ai/governance/observability.md): Monitor app adoption, platform activity, and agent conversation outcomes.
- [Controls & Audit](https://docs.uptiq.ai/governance/controls-and-audit.md): Manage guardrails, emergency agent controls, and account audit trails.
- [Logs & Data](https://docs.uptiq.ai/governance/logs-and-data.md): Trace model calls, API requests, and database operations.
- [Evaluation & Quality](https://docs.uptiq.ai/governance/evaluation-and-quality.md): Score agent outputs, monitor quality, and route reviews.
- [Account Settings](https://docs.uptiq.ai/governance/account-settings.md): Manage users, teams, roles, and API access credentials.
- [Credits & Tokens](https://docs.uptiq.ai/governance/billing.md): Track credit consumption, set usage limits, and receive spend alerts.
- [Users, Roles & Permissions](https://docs.uptiq.ai/governance/users-roles-and-permissions.md): Access, Roles, and Identity
- [Branding](https://docs.uptiq.ai/governance/custom-brand-configuration.md): Configuring Custom Enterprise Brands
- [Versioning & Release](https://docs.uptiq.ai/governance/versioning-and-release-management.md)
- [Monitoring](https://docs.uptiq.ai/governance/monitoring-and-performance-dashboards.md)
- [API and Integration Cloud](https://docs.uptiq.ai/governance/api-and-integration-cloud.md)
- [Overview](https://docs.uptiq.ai/security-and-compliance/security-and-compliance.md)
- [Security FAQ](https://docs.uptiq.ai/security-and-compliance/detailed-security-and-runtime-faq.md): Security FAQ: Bank-Owned Deployment Model
- [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.
- [Model Hub](https://docs.uptiq.ai/platform-resources/model-hub.md): Accessing the Model Hub to select, configure, and manage Large Language Models (LLMs) used by agents.
- [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 workspace from Integrations.
- [Document AI](https://docs.uptiq.ai/solutions/document-ai.md): Document AI supports 155 document types across lending, wealth, investment, and tax workflows.
- [Commercial Lending](https://docs.uptiq.ai/solutions/commercial-lending.md)
- [Client Lending](https://docs.uptiq.ai/solutions/client-lending.md)
- [Equipment Financing](https://docs.uptiq.ai/solutions/equipment-financing.md)
- [Product Updates](https://docs.uptiq.ai/release-notes/2026.md): Release History: A full rundown of our latest releases, improvements and fixes in UPTIQ
- [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.
