Skip to content

Gen3 Workflows

GT AI OS Release edited this page Jun 11, 2026 · 3 revisions

How to Build Your AI Workflow

Start Here

  1. Read Getting Started to see which workspaces your role can access.
  2. Pick a workflow guide below that matches your goal.
  3. Prepare Datasets and Agents before opening GT Chat.
  4. For external tools, plan a GT API rollout (requires GT API enabled on your account) instead of manual chat steps.
  5. Use the ? help shelf (GT Helper) when you want conversational guidance inside the app.

Tenant Help shelf for workflow guidance

Why this matters

GT AI OS is flexible; most failures come from skipping setup (no dataset, wrong agent, missing paperclip attachment). These workflow articles give repeatable sequences for the use cases operators ask about most—document review, diagram review, and mock assessments—using the same Gen 3 routes you already have in the tenant app.

They are instructional patterns, not a shipped multi-step automation product. Full workflow orchestration in the tenant /workflows route remains on the product roadmap when your deployment enables it.

Details

Product vs instructions (read this first)

Surface What it is today
These wiki workflow articles Human-guided playbooks—prepare datasets/agents, then execute in GT Chat
Tenant /workflows automation Roadmap product feature for repeatable orchestration definitions; may be absent or gated in your build

Do not assume a wiki article implies a one-click automation tile exists in the tenant app.

Workflow guides

Goal Article
Review text documents with retrieval Document Review
Review diagrams and visual artifacts Diagram Review
Run training or evaluation exercises Mock Assessments

Core building blocks

  • Agents — behavior, model choice, default datasets (Agents, Building Agents).
  • Datasets — durable source material (Datasets).
  • GT Chat — live execution with paperclip dataset attachment (GT Chat).
  • GT API — OpenAI-compatible automation (GT API Overview).

Structured automation elsewhere

When workflow automation ships broadly, the tenant /workflows route will expose multi-step definitions separate from these instructional guides. Until then, treat chat plus the articles above as the supported path. Use chat for exploratory work; revisit this page when your release notes announce orchestration GA.

Related pages

Clone this wiki locally