Prerequisites
- An agent (see Create an agent).
Add a skill
Describe the skill
Fill in the skill’s details (see the field reference below) — at minimum a
Title and When to Use so the agent knows when to apply it.
Create and test
Select Create New Skill, then try a relevant, multi-step question in the
Sandbox to confirm the agent reasons through it the way
you expect.

Skill builder reference
A skill is organized into three parts:Basic Information
Basic Information
| Field | What it does |
|---|---|
| Title | A short name for the skill (e.g. “Refund Eligibility Check”). |
| Description | A short summary of what the skill does. |
| When to Use | Defines when the agent should activate this skill — e.g. “When the user asks whether an order qualifies for a refund.” (up to 300 characters) |
Knowledge & Logic
Knowledge & Logic
| Field | What it does |
|---|---|
| Domain Knowledge | Structured knowledge the agent needs for this skill. Supports Markdown and is delivered to the agent as one coherent block (not split up). |
| Reasoning Steps | An ordered list of steps the agent should follow. Use Add step to build the sequence. |
Constraints & Output
Constraints & Output
| Field | What it does |
|---|---|
| Guardrails | Rules the agent must respect while using the skill. Use Add guardrail to add them. |
| Output Format | How the answer should be structured (e.g. Free Form). |
Skills vs. Instructions vs. Knowledge. Instructions
set the agent’s overall persona and rules; your
knowledge base supplies facts to retrieve; a skill
packages a specific, multi-step procedure (when to use it, the knowledge it needs,
the steps, and guardrails) so the agent handles that task consistently.