Skip to Main Content
DocsAI AssistantSessions, memory, and background runs

Sessions, memory, and background runs

Managing multiple sessions, long-term memory across them, jobs that keep running after you close the panel, and how quota is counted.

The left side of the assistant drawer is the session list: one topic per session, no cross-contamination. This page covers how to manage sessions, what long-term memory is, and why a job keeps running after you close the drawer.

Managing sessions

  • Click New for an empty session; the title is generated from your first message, and you can rename it from the session's more menu.
  • The search box at the top finds past sessions by title and by message content.
  • Turn on multi-select to select all and delete in bulk; a single session is deleted from its more menu.
  • A whole conversation exports to Markdown in one click, handy for pasting into a ticket or team doc.
  • The sidebar collapses, giving the width back to the conversation on small screens.

Long-term memory

Beyond the current session's context, the assistant distils cross-session useful facts into long-term memory — your naming habits, the systems you usually connect, the business conventions you explained last time — so you do not have to repeat yourself.

  • Memory is isolated per account; nobody else's assistant can read yours.
  • "Clear long-term memory" at the bottom of the sidebar wipes only the semantic memory; the session records themselves stay.
  • Clear it once when your business direction changes, or when old conventions from early conversations start working against you.

Runs in the background: closing the drawer does not stop it

A complex task — building a long flow, diagnosing a big run — can take a minute or two. Every assistant request becomes a server-side job that does not depend on this browser window staying alive:

  • collapse the drawer and carry on elsewhere in the product — the job keeps running;
  • refresh the page or even reopen the browser — returning to this session reattaches to the running job and fills in whatever it produced meanwhile;
  • hit stop if you no longer want to wait — the stop request occasionally arrives a little late, and the interface says plainly that the background job may still be wrapping up.
One turn at a time per conversation, but conversations run in parallel

Send a second message while the previous one is still running in the same conversation and you get "still processing the previous request". To do two things at once, open two conversations — they run independently and never queue behind each other.

When a conversation other than the one you are reading is still running, the list on the left marks it with an in-progress badge; click back into it to pick up its output.

Quotas & Costs

  • The AI assistant is unlimited on every plan. Each turn that goes through a model spends the provider and key you configured yourself, and the cost lands on your provider's bill.
  • Slash commands and pure navigation requests call the platform API directly rather than a model, so they cost nothing.
  • Asking the same informational question again within a short window reuses the previous answer instead of billing twice.

Last Updated · 2026-08-06

Was this page helpful?