Skip to main content
Early access. Continuous updates are not generally available yet. Contact support@qontext.ai to enable them for your workspace.

Overview

Company knowledge doesn’t stand still: deals progress, decisions are made, documents change. A repository you’d have to update by hand would be outdated the moment you stop. Continuous updates are what make the context repository self-maintaining. Every record a sync brings in triggers a continuous update agent. The agent reads your repository and the structure files of the folders that could hold that record, decides what to create, update, or leave alone, and records the result as a change. There is nothing to configure or trigger.

How it works

1

A sync brings in a record

Each connected source syncs on its schedule. Every new or changed record it brings in triggers its own continuous update agent. A sync that brings nothing changes nothing.
2

The agent reads your structure

The agent looks at the folders that could hold the record and reads their structure files, including guidance inherited from parent folders and the workspace root. That guidance says what belongs where, how files are named, and how sure the agent has to be before touching anything.
3

It decides what changes

The agent updates the file the record belongs to, or creates one where your structure says it belongs. It can also delete or reorganize where the folder’s guidance allows it. If the record clears no folder’s strictness bar, the agent skips it and explains why, rather than forcing a fit or inventing a folder for it.
4

The change is recorded

Nothing is silently overwritten. Every update and every new file goes through the same change process as any other edit.
Folder structure files.The structure files carry your instructions for a folder: what belongs in it, how files are named, and how careful the agent has to be before changing anything. Whatever you leave unsaid, the agent decides on its own. Read more about them here.
.qontext.structure.md
Change a structure file while updates are running and the new guidance applies from the next time the agent reads it, which means to every record it has not processed yet.

Reviewing continuous updates

Every continuous update appears in the Changes tab as an Automated change, with a change summary, file diffs, and the sources it’s based on, linked so you can trace each update back to the underlying data.
  • Each update creates a new file version, so you can always look back or restore.
  • On files with Require review turned on, updates are held for review and only applied once someone accepts them. The same happens when an update conflicts with a concurrent edit.
  • All other updates are applied automatically.

Update frequency

Syncs are the heartbeat of continuous updates: a source’s sync frequency determines how often Qontext checks it for changes, and with that, how current the repository stays. To get fresher updates from a specific source, raise its sync frequency in the source’s settings.