> ## Documentation Index
> Fetch the complete documentation index at: https://docs.dubot.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Glossary

> Current Dubot product and integration terms

| Term                 | Meaning                                                                                                                        |
| -------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Action               | A governed operation made available to an agent through a Skill capability, or exposed through the end-user MCP action channel |
| Action channel       | The controlled-rollout MCP path that dispatches a call into a live, signed-in customer-product tab                             |
| Action toast         | In-product status, confirmation, and outcome UI for action-channel calls                                                       |
| Agent                | The technical entity name behind a dashboard Wizard                                                                            |
| Authoring MCP        | The authenticated MCP at `app.dubot.ai/mcp` for granted Dubot workspaces                                                       |
| Capability           | Reusable instructions and context attached to a wizard or the Resource Center Agent; Skill capabilities can also carry actions |
| Client token         | Public, workspace-scoped, rotatable token in the SDK script URL                                                                |
| Client-side callback | A function registered by the host application and governed in Dubot                                                            |
| Controlled rollout   | Access is provisioned with Dubot; confirm workspace enablement and the supported workflow before implementation                |
| Guide                | A reviewed sequence of Guidance steps                                                                                          |
| Guidance             | A visible SDK runtime that explains, indicates, asks, or performs against the live page                                        |
| Identity token       | Customer-minted HS256 JWT proving the current end-user id                                                                      |
| Knowledge            | Help Center and uploaded-document content in a workspace corpus                                                                |
| Live                 | Published configuration resolved in Production for real end-user traffic                                                       |
| Placement            | The mode and page rules that determine where one wizard mounts                                                                 |
| Production           | Workspace environment that resolves published versions only                                                                    |
| Resource Center      | Versioned, page-aware support destination with curated content, search, a reserved Ask agent, and launches                     |
| Response mask        | Allowlist of action-result fields returned to the assistant                                                                    |
| Session API action   | Published HTTP operation executed by customer-owned first-party code                                                           |
| Test                 | Workspace environment that resolves the latest saved configuration                                                             |
| Test-only            | Can be saved and exercised in Test, but cannot be published for Production                                                     |
| Wizard               | Dashboard term for a configured customer-facing assistant                                                                      |

<Note>
  The marketing site uses **Browserbot** for the broader live-product experience. The app, SDK,
  and technical docs configure its guided on-page runtime under **Guidance** and its customer help
  entry point under **Resource Center**. “Contextual sidepanel” appeared in earlier product narratives.
</Note>
