> 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/release-notes/2026/september-12.md).

# September 12

What's New in QORE

We're excited to roll out this release, bringing a refreshed platform structure, a new orchestrating Operator, and expanded governance and observability capabilities. Here's everything that's new.

{% hint style="warning" %}
**Terminology changed in this release.** Older screenshots, links, and release notes may still use the earlier names.

| Was                                       | Now                                                |
| ----------------------------------------- | -------------------------------------------------- |
| Workspace                                 | Project                                            |
| Studio (as a separate space from Console) | Console — Studio and Console merged into one space |
| Knowledge Hub                             | Knowledge                                          |
| {% endhint %}                             |                                                    |

## <i class="fa-sitemap">:sitemap:</i> [Account navigation and projects](/start-here/how-qore-is-organized.md)

{% columns %}
{% column %}
**Account location moved:** Account (previously top-right, showing your name) is now on the left-hand side.

**Multi-account support:** Users with access to a single account see that view; users with multiple account access get a switcher under the account panel.

**Workspaces → Projects:** Workspaces have been renamed/transitioned to Projects.
{% endcolumn %}

{% column %}

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2FPfsLoaYAG6vZZH5zW4A7%2Fchrome_VG7QjgP6eH.png?alt=media&amp;token=577a1cde-621a-487b-8ead-b1ce5cb997df" alt="" width="192"><figcaption></figcaption></figure>
{% endcolumn %}
{% endcolumns %}

* **What lives inside a Project:** Apps, Agents, Knowledge Bases, and Design Systems can all be created within a Project.
* **Shared assets within a Project:** Any asset created within a Project (e.g., a Knowledge Base or Design System) can be reused across other assets in the same Project — e.g., a Knowledge Base built for one agent can be attached to another agent, a Design System can be pulled into a new app — without recreating it.
* **Why it matters:** Eliminates duplicate records (e.g., multiple copies of the same Knowledge Base) across apps/agents within a Project.

<figure><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2Fvq4C8WVQafGZ1kldjJHm%2Fchrome_Ev8aBtzceP.png?alt=media&amp;token=a8d4ae20-046e-4c2e-b958-1b238ead1aa1" alt=""><figcaption></figcaption></figure>

## <i class="fa-arrows-left-right">:arrows-left-right:</i> [Console and Control Center switcher](/start-here/console.md)

{% columns %}
{% column %}
A switcher sits on the header, right next to the platform logo, letting you toggle between the Console and Control Center spaces.
{% endcolumn %}

{% column %}

<div align="center"><img src="https://1326225582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0qmgQjJ5aArDTj2ACFHG%2Fuploads%2F7EebKzJ0EiuvUV4zfOvw%2Fchrome_N8iJyFPDEN.png?alt=media&amp;token=60ebfd2a-f196-4025-8618-86019cefb02d" alt=""></div>
{% endcolumn %}
{% endcolumns %}

## <i class="fa-people-group">:people-group:</i> [Introducing Operator](/core-concepts/operator.md)

* **What it is:** The Operator is a power-packed orchestrator agent with visibility into what's happening across the platform, your account, and your project. At its core, it's a multi-agent orchestrator.
* **What it replaces:** Previously, users had to go to App Builder, Agent Builder, and Knowledge Builder separately, set each up, and then wire them together. Now, all of that can be done from a single Operator interface — whether you're building new agents or using pre-built ones.

### How it works (multi-agent orchestration)

* #### State your intent

  You tell the Operator what you want to achieve.
* #### Decompose the intent

  The Operator breaks the request into steps.
* #### Identify AI agents

  It selects the agents that can deliver each step.
* #### Orchestrate task assignment

  It assigns work to those agents.
* #### Receive agent updates

  Completed agents report back to the Operator.
* #### Present results

  The Operator packages and presents the outcome.

**Leveraged in 2 spaces:**

* **Console:** Can web search and web crawl. Given a URL, it can absorb a design system from that URL to build an app, or turn the URL's content into a knowledge base — interpreting intent from the prompt.
* **Control Center:** Aware of everything happening on the platform. You can prompt it about any module here — e.g., which apps were published in the last few days, which agents got created recently, where the most credit spend/utilization is happening.

## <i class="fa-sliders">:sliders:</i> [Console and Control Center](/start-here/control-center.md)

### <i class="fa-house">:house:</i> [Console](/start-here/console.md)

Your playground for building and consuming. Operator capabilities include:

* **Play with data, query and ask questions of data**
* **Build presentations**
* **Build apps, knowledge bases, agents, agentic applications**
* **Web search and web crawl via the Operator**
* **Capability list is scoped for now but will keep expanding with more skills**

### <i class="fa-sliders">:sliders:</i> [Control Center](/start-here/control-center.md)

Where you monitor and stay in control of your assets — visibility into what your agents are doing and how. Built on a few foundational layers:

* [**AI Gateway**](/control-center/ai-gateway.md): Control which model families and models are used across building and usage in Console. Enables setting model choices per your organization's mandates and guidelines.
* [**Observe**](/control-center/observe.md): Surfaces all runs, traces, and actions performed at every AI interaction point across the platform. Logs are captured here — useful for understanding the nature/quality of agent responses and for AI agent auditing.
* [**Cost Control**](/control-center/cost-control.md): Shows current credit allocation, where spend/utilization is concentrated, and a usage-vs-limits picture.
* [**Evals**](/control-center/evals.md): Continuous testing/evaluation on production data (online/production evals — full deep-dive coming in a future release).
  * **Governance/audit-oriented, not for the developer building the agent — hence it sits in Control Center rather than Console.**
  * **How it works:**
    * Configure evaluators and assign a judge model (a separate LLM) to assess agent answer/action accuracy.
    * The judge model scores responses against the evaluator's parameters.
    * The configurator (governance/auditor) sets a threshold — effectively a confidence bar.
    * If a response's score falls below the threshold, it's flagged for human review (human-in-the-loop).
    * The human reviewer decides the next action: pass learning back to the agent, or flag it to the agent's developer, who can then tweak regression test cases, modify agent instructions, or revisit the agent's knowledge base.
* [**Govern**](/control-center/govern.md):
  * [**Agent Controls**](/control-center/govern/agent-controls.md): Hawk-eye view of all agents under the account, with ability to enable/disable any agent.
    * **Kill switch:** stop a runaway/looping agent — kill all agent executions on the account, or kill a specific agent's execution.
    * **Feature set will keep expanding in future releases.**
  * [**Publish Review**](/control-center/govern/publish-review.md): Governs publishing/promotion of assets (apps, agents, knowledge bases, etc.) once built and ready to go broader — e.g., account-wide or to the store. Adds a publish-control layer with a designated governor/reviewer.
  * [**Govern Graph**](/control-center/govern/governed-graph.md): Visualizes FI (financial institution) data, knowledge, products, policies, and regulatory information governing the ecosystem — plotted as a graph showing connections (nodes and spokes) across disparate data records and knowledge systems.
    * **Currently a visualization layer only; sample data available on some demo accounts.**
    * **Future plan:** make agents aware of the Govern Graph so it can be built from/leveraged by agents, not just visualized.

## <i class="fa-store">:store:</i> [Store](/console/store.md) and upcoming RBAC

* **The FinWorks tab / Solutions** (previously in the top header) is now part of Console → Store.
* **Store** is home for apps and agents that have completed the publish process.
* **Publish status today:**
  * **Apps:** publish flow available now.
  * **Agents:** publish currently handled from the backend; in-product publish flow planned for a future release.
* **Maker-checker model:** the builder (maker) creates the app/agent; the reviewer (checker) reviews it from the Control Center space.
* **Access today vs. future:** All spaces are currently open to everyone. In the next phase, with updated RBAC roles and permissions, access will be scoped per configuration.

## <i class="fa-code-branch">:code-branch:</i> [Agent Executor v1.4](/console/agent-builder/build/runtime-and-versioning.md)

* **Agent Executor v1.4** has been released alongside these platform capabilities.
* **Migration:** Agents currently running on lower/older versions can be migrated to v1.4.
  * Before migrating, verify the agent continues to work as expected on v1.4 — check that it does not break or malfunction.

## <i class="fa-bars">:bars:</i> Header changes

Documentation, Help, and Release Notes moved from the top header to the sidebar (bottom left):

* **Release Notes** → redirects to docs.uptiq.ai (core platform documentation).
* **Help and Documentation:**
  * **User Guide** → redirects to platform documentation.
  * **Report an Issue** → flags issues directly to the support team.

We'll continue to expand on these capabilities in upcoming releases. Let us know what you think of this upgrade - keep building, and keep the feedback coming!


---

# 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/release-notes/2026/september-12.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.
