Skip to content

docs: add onboarding page and wire into get-started nav#78

Merged
AaronForinton merged 21 commits intomainfrom
docs/agent-wizard-onboarding
Apr 17, 2026
Merged

docs: add onboarding page and wire into get-started nav#78
AaronForinton merged 21 commits intomainfrom
docs/agent-wizard-onboarding

Conversation

@AaronForinton
Copy link
Copy Markdown
Contributor

@AaronForinton AaronForinton commented Apr 15, 2026

Summary

Adds a new get-started/agent-wizard.md page at the top of the Get Started section, before any ADK content. Covers two user paths: new users building their first agent via Agent Wizard, and existing Agent Studio users pulling down an existing project.

Motivation

Users arriving at the ADK docs without an existing agent had no clear entry point. Agent Wizard is the fastest way to create one, but there was no documentation connecting the two products.

Closes #

Changes

  • New page docs/docs/get-started/agent-wizard.md — new user onboarding via Agent Wizard, including the concrete poly init --account_id ... --project_id ... + poly pull handoff to local development
  • mkdocs.yml — new page added as first item in Get Started nav
  • index.md — hero card updated to surface Agent Wizard as the entry point for users without an agent
  • what-is-the-adk.md — next steps now includes a card pointing to the Agent Wizard page

Test strategy

  • Added/updated unit tests
  • Manual CLI testing (poly <command>)
  • Tested against a live Agent Studio project
  • N/A (docs, config, or trivial change)

Checklist

  • ruff check . and ruff format --check . pass
  • pytest passes
  • No breaking changes to the poly CLI interface (or migration path documented)
  • Commit messages follow conventional commits

Screenshots / Logs

Adds a new get-started/agent-wizard.md page that sits at the top of the
Get Started section, before any ADK content. Covers two paths: new users
who need to build their first agent via Agent Wizard before using the ADK,
and existing Agent Studio users who already have a project to pull down.

Explains the concrete wizard→ADK connection: find account_id and project_id
in the Agent Studio URL, then run `poly init --account_id ... --project_id ...`
and `poly pull` to bring the wizard-generated config down locally.

Also updates index.md hero cards and what-is-the-adk.md next steps to
surface the new page as an entry point for users without an existing agent.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@AaronForinton AaronForinton requested review from a team as code owners April 15, 2026 09:52
Fills in missing internal links that were identified in a site-wide audit:

- build-an-agent.md: link all 14 resource types in Step 4, link section
  headings in Step 5 to their reference pages, add anti-patterns tip before
  Step 5
- anti-patterns.md: add inline links to flows and functions references,
  add Related pages section
- working-locally.md: link all 7 reference syntax table entries to their
  reference pages; link AI coding tools mention to tooling reference
- tutorials/index.md: add card linking to build-an-agent tutorial
- what-is-the-adk.md: link AI coding tools to tooling reference; link
  multi-developer section to multi-user-and-guardrails concept page
- agent-wizard.md: add access-and-waitlist link; link poly init and
  poly pull commands to CLI reference anchors

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@AaronForinton AaronForinton marked this pull request as draft April 15, 2026 10:47
@AaronForinton AaronForinton changed the title docs: add Agent Wizard onboarding page and wire into get-started nav docs: add onboarding page and wire into get-started nav Apr 16, 2026
AaronForinton and others added 18 commits April 16, 2026 11:16
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…eferences

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ent fix

Merges the cli.md additions from docs/auto-update-7a1ae59 (PR #83):
non-interactive scripted mode, conversation resume, pre-chat push,
poly chat flags summary table, and JSON output shape documentation.

Fixes one inaccuracy in the flags table: --environment was documented
as accepting `draft`, `sandbox`, `live` but the actual CLI choices are
`branch`, `sandbox`, `pre-release`, `live`. `draft` is an internal
resolved value, not a user-facing argument.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
`draft` is not a valid user-facing argument — the actual CLI choices are
`branch`, `sandbox`, `pre-release`, `live`. `draft` is an internal value
resolved from `branch` when the current branch is not main.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…vironment

`branch` chats against your current feature branch via the platform's
draft environment (/draft/chat API endpoint). On main it falls back to
sandbox. Removes misleading "resolves internally" phrasing.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
`branch` uses the deployed branch artifact versions, not local uncommitted
changes. Adds a note to use --push to reflect local changes before chatting.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…only

The tip incorrectly stated that quick setup creates flows. It only populates
topics (knowledge base entries) and basic agent settings (personality, role,
rules). Flows, variants, entities, handoffs, and integrations are not
generated — those are built locally with the ADK.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@AaronForinton AaronForinton marked this pull request as ready for review April 17, 2026 12:56
@AaronForinton AaronForinton merged commit b0654b5 into main Apr 17, 2026
3 checks passed
@AaronForinton AaronForinton deleted the docs/agent-wizard-onboarding branch April 17, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant