get_support
Access support contact details, documentation URLs, API references, and GitHub issue reporting for Optimizely DXP deployment assistance.
Instructions
💬 Get support contact information and documentation. INSTANT: <1s. Returns support email, documentation URLs, API reference links, and GitHub issues page. Use when you need help or want to report issues. No parameters. Returns support resources object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- lib/nlp-parser.ts:184-184 (registration)Registration of the 'get_support' tool in the NLP parser's action patterns array, mapping natural language intents like 'help', 'support', or 'contact' to this tool with category 'info'.
{ pattern: /^(help|support|contact)/i, tool: 'get_support', category: 'info' } - Tool schema and availability configuration in the ToolAvailabilityMatrix, available in all hosting types under 'Support' category with description 'Get support contact information'.
'get_support': { hostingTypes: ['dxp-paas', 'dxp-saas', 'self-hosted', 'unknown'], category: 'Support', description: 'Get support contact information' },