Skip to content

Examples

This section contains small, focused examples that can be copied, adapted, and reused when building with the PolyAI ADK.

Examples are intended to show practical patterns rather than explain every concept in depth.

What examples are for

Use examples when you want to:

  • see a pattern in a compact form
  • copy a starting point into a project
  • compare one implementation approach with another
  • understand how a resource is typically structured

Examples work best alongside the conceptual and reference documentation.

  • Concepts


    Learn how a feature or workflow works before applying it. Open core concepts

  • Reference


    Look up the exact fields, structures, and command behavior. Open CLI reference

  • Tutorials


    Follow a complete workflow from start to finish. Open tutorials

What will appear here

Over time, this section can include examples such as:

  • simple flow structures
  • common function patterns
  • topic and action examples
  • entity collection patterns
  • variant-based configuration examples
  • review and validation workflows

Examples are intentionally small

A good example should be easy to scan, easy to copy, and easy to adapt. Larger workflows belong in tutorials.

Suggested next step

If you are looking for a full end-to-end workflow, start with the tutorial instead.

  • Build an agent with the ADK


    Follow the main tutorial for the complete workflow from setup to deployment. Open the tutorial