Contents
  1. Support Tiers
  2. Severity Levels
  3. Response Time Matrix
  4. Escalation Process
  5. Support Channels
  6. Maintenance Windows
  7. Support Bundle
  8. Knowledge Base
  9. Exclusions

Support Tiers

Support services are tied to the customer’s license tier. Reva is deployed on-premise — the customer operates and maintains their own infrastructure. X-idra provides software support: configuration assistance, application-level troubleshooting, patches, and product guidance.

FREE

Community

  • GitHub Issues & community forum
  • Best-effort email (info@x-idra.de)
  • No defined support hours
  • No SLA commitments
  • Public documentation access
PROFESSIONAL

Professional

  • Email support (support@x-idra.de)
  • Mon–Fri, 09:00–18:00 CET
  • Response time SLA per severity
  • Knowledge base access
  • Upgrade guides & troubleshooting
ENTERPRISE

Enterprise

  • Dedicated support portal
  • Mon–Fri, 07:00–22:00 CET
  • Accelerated response time SLA
  • Named support contact
  • Quarterly review calls
  • Proactive upgrade guidance

Support hours exclude German public holidays for all tiers. Enterprise S1 response windows apply within the extended 07:00–22:00 CET window.

Severity Levels

Severity is initially assessed by the customer when submitting a request. X-idra reserves the right to adjust severity based on technical assessment, with justification provided.

SeverityDefinitionExamples
S1 — Critical Reva is completely unavailable; no workaround exists Application won’t start, database corruption, authentication completely broken
S2 — High A major feature is broken; limited workaround may exist MCP server disconnected, LLM not responding, notifications failing, no new conversations possible
S3 — Medium A feature is degraded but still functional Slow response times, specific query types failing, Adaptive Cards not rendering correctly
S4 — Low/Info Minor issue, cosmetic problem, or feature request Typo in a response, UI alignment issue, enhancement suggestion

Response Time Matrix

Response time commitments by severity level and support tier. This is the time from receipt of the support request to the first meaningful response — not a resolution time commitment.

Severity Community Professional Enterprise
S1 — Critical Best effort 8 business hours 4 hours
S2 — High Best effort 2 business days 8 business hours
S3 — Medium Best effort 5 business days 1 business day
S4 — Low/Info Best effort 10 business days 2 business days

Definitions

Important: Response time is the time to the first meaningful response. Resolution times depend on issue complexity and are not covered by this SLA.

Escalation Process

Issues are triaged at Level 1 and escalated as needed. The customer may request escalation if the response time SLA for the applicable severity level has been missed.

LevelHandled byScope
Level 1 Support engineer Initial triage, known issues, configuration guidance, documentation references
Level 2 Senior engineer Log analysis, debugging, support bundle review, patch creation
Level 3 Product team Code changes, architectural issues, new feature assessment

Escalation requests should reference the original support ticket number. This ensures continuity and prevents duplicate triage effort.

Support Channels

Channel Community Professional Enterprise
GitHub Issues Yes Yes Yes
Email (info@x-idra.de) Best effort
Email (support@x-idra.de) Yes Yes
Dedicated support portal Yes
Documentation (docs/, website) Yes Yes Yes

What to Include in a Support Request

Maintenance Windows

Reva is deployed on-premise. The customer controls all maintenance scheduling.

CategoryDetails
Planned maintenance Performed by the customer at their discretion. X-idra provides upgrade guides and release notes with each version.
Emergency patches Delivered as updated Docker images. The customer applies them on their own schedule. For S1 issues, X-idra recommends applying patches promptly.
Release cadence Monthly feature releases. Security patches are issued ad-hoc as needed.
Version support The current release and the previous release receive patches. Older versions require upgrading to a supported version.

Version policy: Only the current and immediately previous release are supported with patches. Upgrading to a supported version is required before submitting support requests for older releases.

Support Bundle

For remote troubleshooting, Reva includes a built-in support bundle that collects GDPR-safe diagnostic information. Two collection methods are available.

API Endpoint (Application Running)

# JSON response
curl -H "X-Support-Secret: $REVA_SUPPORT_SECRET" \
  https://your-domain.example.com/api/support-bundle

# ZIP archive
curl -H "X-Support-Secret: $REVA_SUPPORT_SECRET" \
  https://your-domain.example.com/api/support-bundle?format=zip \
  -o support-bundle.zip

Shell Script (Application Not Running)

./bin/support-bundle.sh [SUPPORT_SECRET]

The bundle collects system information, configuration (secrets masked), health status, metrics, MCP server status, database statistics (row counts only), and sanitized logs. It does not contain personal data, credentials, or conversation content.

Review the bundle contents before sharing. The endpoint requires the X-Support-Secret header — returns 403 if not configured, 401 if the secret does not match. See the Operations Guide for full details.

Knowledge Base

The following resources are available to all customers via this website:

Setup & Configuration

Operations & Troubleshooting

Architecture & Compliance

Professional and Enterprise customers receive additional support materials including advanced configuration guides, performance tuning recommendations, and direct access to release notes with each version update.

Exclusions

The following are not covered under this support agreement:

Contact: General inquiries — info@x-idra.de | Professional/Enterprise support — support@x-idra.de | Security vulnerabilities — security@x-idra.de

This website uses Umami for anonymous page view statistics (no cookies, no personal data). Fonts are self-hosted; no data is shared with third parties. See our Privacy Policy for details.