Agentic Threads

Agentic Threads are the saved history of AI Agent sessions. Every time an agent works on a task, it creates a thread — a step-by-step log of what was done and what was produced.

What Is an Agentic Thread?

Unlike a regular chat conversation (which is open-ended back-and-forth), an Agentic Thread has a clear goal and a structured output. The thread records:

  • The original goal or brief
  • Each step the agent took
  • Decisions made along the way
  • The final output or deliverable

Viewing Agentic Threads

  1. Go to AI Chat > Agents.
  2. Tap Threads or History to see a list of your past agent sessions.
  3. Tap any thread to open it and view the full log.

Continuing an Agentic Thread

If an agent session produced an incomplete output or you want to extend the work:

  1. Open the thread.
  2. Add a follow-up instruction or new goal in the input.
  3. The agent will continue from where it left off, with full context from the previous session.

Saving Output from a Thread

From within a thread:

  1. Tap Save as Document on any piece of generated content.
  2. The content will be saved to your document library.

Deleting a Thread

  1. Open the thread.
  2. Tap the ... menu.
  3. Select Delete Thread.

Deleting a thread removes it from your history but does not delete any documents already saved from it.

Why Threads Matter

Threads give you transparency into what the AI did. Rather than treating AI outputs as a black box, you can trace the steps, understand the reasoning, and catch any errors before they make it into a final deliverable.

Was this article helpful?