> For the complete documentation index, see [llms.txt](https://docs.xyb.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xyb.co/xyb-console.md).

# XYB Console

- [Get Started with XYB Console](https://docs.xyb.co/xyb-console/get-started-with-xyb-console.md)
- [Product Configurations](https://docs.xyb.co/xyb-console/product-configurations.md)
- [Managing Products in the XYB Console](https://docs.xyb.co/xyb-console/product-configurations/managing-products-in-the-xyb-console.md)
- [Workflows: Configure Operational Behaviors & Automations](https://docs.xyb.co/xyb-console/workflow-management.md)
- [Building Blocks of a Workflow](https://docs.xyb.co/xyb-console/workflow-management/building-blocks-of-a-workflow.md)
- [Start & End Nodes](https://docs.xyb.co/xyb-console/workflow-management/building-blocks-of-a-workflow/start-and-end-nodes.md)
- [Trigger Nodes in Workflows](https://docs.xyb.co/xyb-console/workflow-management/building-blocks-of-a-workflow/trigger-nodes-in-workflows.md)
- [Task and Condition Nodes](https://docs.xyb.co/xyb-console/workflow-management/building-blocks-of-a-workflow/task-and-condition-nodes.md)
- [Automation Tutorial - Employee Offboarding Handoff](https://docs.xyb.co/xyb-console/workflow-management/automation-tutorial-employee-offboarding-handoff.md)
- [Workflow Version Control](https://docs.xyb.co/xyb-console/workflow-management/workflow-version-control.md)
- [Track Live Stats and Errors for Workflows](https://docs.xyb.co/xyb-console/workflow-management/track-live-stats-and-errors-for-workflows.md)
- [Roles & Permissions Overview - For Admins](https://docs.xyb.co/xyb-console/access-and-permissions-overview.md)
- [Access Management Dashboard](https://docs.xyb.co/xyb-console/access-and-permissions-overview/access-management-dashboard.md)
- [Understanding Entities in XYB](https://docs.xyb.co/xyb-console/understanding-entities-in-xyb.md)
- [Approvals and Policies](https://docs.xyb.co/xyb-console/approvals-and-policies.md)
- [Creating and Maintaining Approval Policies](https://docs.xyb.co/xyb-console/approvals-and-policies/creating-and-maintaining-approval-policies.md)
- [Managing Approvals in the Approvals Page](https://docs.xyb.co/xyb-console/approvals-and-policies/managing-approvals-in-the-approvals-page.md)
- [Create and Manage Tasks](https://docs.xyb.co/xyb-console/create-and-manage-tasks.md)
- [File Vault](https://docs.xyb.co/xyb-console/file-vault.md)
- [Data Deletion Requests in Console](https://docs.xyb.co/xyb-console/file-vault-1.md)
- [Customer Communications](https://docs.xyb.co/xyb-console/customer-communications.md)
- [Managing Languages and Translations in the XYB Console](https://docs.xyb.co/xyb-console/managing-languages-and-translations-in-the-xyb-console.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xyb.co/xyb-console.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
