> 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/start-here/what-is-qore.md).

# What is Qore

Qore provides a cloud-native launchpad that helps you move from an idea to a live application with minimal friction. While we handle the heavy lifting of environment configuration and dependencies, the platform ensures you maintain full ownership of your security.

Your cloud-native launchpad is deployed within your bank’s network boundaries. No transactional data ever leaves your controlled VPC.

> **Authentication**: To ensure maximum security and brand integrity, identity services like Google Auth are no longer platform-managed. Users now manage their own credentials, ensuring that your financial applications remain entirely under your organization's control.

## Sharing & Collaboration

Qore makes it easy to bring the right people into the build at the right time.

* **Public View-Only Links**: Need a quick "vibe check" from an investor or a potential client? Generate a public link to share your app's current state without giving away the keys to the kingdom.
* **Collaborator Invites**: Ready for deep-dive help? Invite teammates directly via email. You can grant Edit Access to fellow builders or View Access to stakeholders who just need to see the progress.
* **Shared Ownership**: Collaboration ensures that your app's "brain" and "muscle" are vetted by your entire team, reducing errors and accelerating your time-to-market.

## Meet the Builders: Your Intelligent Ecosystem

The power of Qore lies in how the three core pillars work together. Think of them as the components of a high-performance vehicle:

| **The Pillar**       | **Your Strategic Advantage**                                                                                                | **The Analogy**                                                                                                                                                                                   |
| -------------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **1. App Builder**   | **The Interface:** Design the complete, user-facing experience where the human interaction happens.                         | **The Car Body:** The sleek look and feel that users interact with.                                                                                                                               |
| **2. Agent Builder** | **The Intelligence:** Create the "brain"—the reasoning engine that manages knowledge and decides the next move.             | **The Driver:** The smart core that knows where to go and how to get there.                                                                                                                       |
| **3. Skill Library** | **The Capabilities:** Providing the individual, reusable actions (APIs, document processing, PII Guard) the Agent executes. | **The Toolbox:** Your direct line to the world. Whether it’s a built-in Uptiq utility or a **custom-connected Third-Party API,** your agent has the muscle to interact with any external system . |

## How It All Converges

### The Lending Example

In Qore, AI isn't a standalone tool; it’s a collaborative ecosystem. Here’s how a standard **Loan Origination** workflow comes to life:

{% stepper %}
{% step %}

#### The user interacts with the app

A Relationship Manager opens your custom Loan App to start a new file.
{% endstep %}

{% step %}

#### The app activates the agent

The interface sends a request to the Agent, such as *"Collect and verify docs for the Smith file"*.
{% endstep %}

{% step %}

#### The agent orchestrates the skills

The Agent maps the execution with its reasoning engine:

1. Trigger the Document Upload Skill to gather files.
2. Use the PII Guard Skill to sanitize sensitive data.
3. Use an API Skill to push verified data into your core banking system.
   {% endstep %}
   {% endstepper %}

**The Result:** You’ve transformed a fragmented, manual process into a unified, outcome-driven machine.


---

# 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/start-here/what-is-qore.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.
