> For the complete documentation index, see [llms.txt](https://docs.uptiq.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.uptiq.ai/readme.md).

# Overview

<figure><img src="/files/PhoFvjbP1zmocZJxpzlS" alt="" width="375"><figcaption></figcaption></figure>

## <i class="fa-gears">:gears:</i> Build production

Ideas in lending and banking need reliable execution. **Qore shortens the path to shipping.**

Qore unifies Agentic AI and app creation. It removes setup friction. It drives measurable outcomes.

Whether you automate mortgage workflows or scale client onboarding, Qore turns strategy into a high-performance production system.

***

### <i class="fa-compass">:compass:</i> Explore Qore

Choose the area that matches your next step.

{% columns %}
{% column %}

#### Get oriented

* <i class="fa-compass">:compass:</i> [**Start Here**](/start-here/what-is-qore.md) — Learn how Qore’s builders, agents, and skills fit together.
* <i class="fa-lightbulb">:lightbulb:</i> [**Core Concepts**](/start-here/core-concepts.md) — Understand reasoning, knowledge, tools, safety, and RAG.
* <i class="fa-route">:route:</i> [**Workflow Guides**](/workflow-guides/plan-vs-build-mode.md) — Follow task-focused workflows for apps, agents, integrations, and modes.
* <i class="fa-robot">:robot:</i> [**Agent Builder**](/agent-builder/agent-builder.md) — Configure, test, deploy, and monitor production agents.
* <i class="fa-mobile">:mobile:</i> [**App Builder**](/app-builder/app-builder.md) — Plan, generate, test, and publish applications.
* <i class="fa-wand-magic-sparkles">:wand-magic-sparkles:</i> [**Built-In Agents**](/built-in-agents/built-in-agents.md) — Explore pre-built, ready-to-use agents and customer success stories.
* <i class="fa-code">:code:</i> [**SDKs & Code Access**](broken://spaces/0qmgQjJ5aArDTj2ACFHG/pages/AvhfwfuHF9cLWfFRVAUm) — Build custom agents and skills, and work with generated code.
  {% endcolumn %}

{% column %}

#### Extend and operate

* <i class="fa-plug">:plug:</i> [**Integrations**](/integrations/integrations-hub.md) — Connect models, services, and your existing technology stack.
* <i class="fa-book">:book:</i> [**Platform Resources**](/platform-resources/skill-library.md) — Browse the [Skill Library](/platform-resources/skill-library.md), models, and integrations.
* <i class="fa-scale-balanced">:scale-balanced:</i> [**Governance**](/governance/governance.md) — Manage access, branding, releases, and operational controls.
* <i class="fa-shield">:shield:</i> [**Security & Compliance**](/security-and-compliance/security-and-compliance.md) — Review Qore’s deployment model and security controls.
* <i class="fa-calendar">:calendar:</i> [**Release Notes**](/release-notes/release-notes.md) — Track platform updates and releases.
  {% endcolumn %}
  {% endcolumns %}

***

### <i class="fa-shield">:shield:</i> Your environment stays yours

Qore turns AI strategy into a high-performance production system. It does not compromise your security posture.

{% columns %}
{% column %}

#### Total data residency

Qore and its databases run in your cloud infrastructure. This includes MongoDB Atlas and AWS RDS. Traffic and data never leave your network boundaries.
{% endcolumn %}

{% column %}

#### Jurisdictional compliance

Components remain in your designated regional data centers. You meet local data sovereignty laws from day one.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}
Qore runs entirely within your bank’s VPC. Review the [Security FAQ](/security-and-compliance/detailed-security-and-runtime-faq.md) for the zero-leak architecture.
{% endhint %}

***

### <i class="fa-layer-group">:layer-group:</i> The power trio

Three layers work together to handle complex financial workflows:

#### Apps — the face

The user experience for your clients and teams.

#### Agents — the brain

The reasoning core that manages specialized knowledge and makes decisions.

#### Skills — the muscle

Reusable tools and APIs that agents execute. External API integration lets agents read legacy core banking data or update third-party fintech services.

***

### <i class="fa-route">:route:</i> Choose your velocity

Choose the workflow that matches your starting point.

Both paths help you bring financial applications to production quickly.

{% columns %}
{% column %}

#### <i class="fa-mobile">:mobile:</i> App-first workflow

**Best for:** Teams that want to refine the vision before shipping. Discuss the borrower journey in **Plan Mode**, then use **Build Mode** to create it.

* **Starting Point:** An idea or a rough architectural sketch.
* **The Tool:** **Plan Mode** for shaping, then **App Builder** for execution.
* **The Collaboration Loop:** Use **Share** after generating the initial blueprint. Stakeholders can review the loan flow or compliance agent reasoning before production.
* **The Win:** A functional, enterprise-ready interface aligned with the team.
  {% endcolumn %}

{% column %}

#### <i class="fa-robot">:robot:</i> Agent-first workflow

**Best for:** Teams solving complex logic or automation first. Build the brain that understands lending rules, then decide where it runs.

* **Starting Point:** A defined automation need (like a KYC logic flow).
* **The Tool:** **Agent Builder** and **Skill Library** for reasoning and custom logic.
* **The Collaboration Loop:** Use **Share** after generating the initial blueprint. Stakeholders can review the loan flow or compliance agent reasoning before production.
* **The Win:** A production-ready intelligence layer.
* **Next Move:** Launch it in a new app or integrate it with your existing stack through APIs or SDKs.
  {% endcolumn %}
  {% endcolumns %}


---

# 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 that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.uptiq.ai/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
