February 2026 Platform Update
Page-level RAGβ
In order to support more complex RAG applications that require page level context, or where you have complex PDF's that contain images, tables and text all on one page, new options have been added during the indexing and configuration steps for custom chatbots.
To enable this capability, it must first be toggled on when building the Document Retriever
Options such as chunk size are not relevant as each page is treated as a single chunk.
After adding page level Document Retrievers to a chatbot configuration additional options are available in the Unstructured Data Options
- Max Search Results - This handles how many page results are returned from the search - based on the top scoring pages
- Score Cutoff - Filters out search results below this threshold. This is applied before Max Search Results
- Max Page Images - Sets the number of page images that are also sent to the LLM, alongside the page chunk. For complex PDF documents with multiple content types on the same page this option provides both the extracted text and image to the LLM for improved understanding.
N.B. Max Page Images only works for PDF files - text or image files will not got passed as images to the LLM
Custom Tool Creationβ
When building custom tools during AI Workflow creation users are now redirected to Abacus DeepAgent for a more complete vibe-coding experience.
Adding custom tools can be done in the workflow editor. Use the Add Node menu and select Tool Node:
In the tools menu, scroll to the bottom and select Create new tool:
A new window will appear inside the workflow editor where the DeepAgent will prompt the user to describe the requirements for the tool, including inputs, outputs and any connectors needed. Once the user has sepcified the tool DeepAgent will build the custom tool:
Users can test the tool, make modifications to iterate until the desired functionality is achieved and ultimately register the tool all within the same conversation.
Slack Config Connectorβ
A new config option has been added for our Slack connector. This allows you to specify the scopes that the end-user Slack connector tools will have available. To enable this option navigate to the Connected Services tab, accessed via the Profile menu >> Manage Connectors
Once configured users authenticating into Slack via the tool in Super Assistant, or using the tools deployed via chatbots or workflows will only have access to the scopes specified in the configuration.
Super AssistantNew Modelsβ
OpenAI's GPT-5.4 and GPT-5.3-Codex have been added to the platform. To find out how a range of new models perform donβt forget to check out our benchmark, LiveBench
Company Knowledgeβ
Company Knowledge has been added as a new chat mode for end users in the Super Assistant. It's designed to improve the performance of searching across internal data by allowing users to select which applications to search against for each prompt. This improves the accuracy of the search and reduces latency caused by searching across unneccessary applications.
Enabling Company Knowledge is straightforward - select it from the chat mode drop-down at the bottom of the prompt window:
Once selected users can choose which applications to search across for each prompt:
Note that within the same conversation users can switch between Company Knowledge and regular Chat Mode seamlessly.
DeepAgent - Production Databasesβ
An additional option now available with app development is to create a production database to allow users to safely iterate on database changes in dev mode:
This feature provides a number of key benefits:
- Easily promote dev databases to production
- Isolation of production data to help prevent accidental data loss during development and testing
- Any changes that might lead to data loss require additional approvals
- Ability to sync data from production to the dev database
DeepAgent - HTML Presentationsβ
We have updated how DeepAgent creates presentations to allow much more flexibilty during the building and editing process.
By using HTML to build the final presentation our existing Edit function can be leveraged to edit the presentation slides inline more efficiently. The colours and fonts used to style the slides is also defined clearly during the build process, so can be much more easily specified by users:
DeepAgent Excel Toolβ
Another DeepAgent tool that has been updated is the Excel tool, which now allows users to perform more advanced tasks directly inside the uploaded spreadsheet.
Simply upload your spreadsheet to DeepAgent and prompt the changes you would like to be applied: from adding formulas and calculations to more detailed analysis and visualizations.
DeepAgent provides the completed spreadsheet back to users for downloading.
App Notifications
Database Sharing

Super Assistant
Controlling App Sharing Permissions

Generic O-Auth
