Detected country: US
logo
Open AppStatusSubmit Ticket
GuideAPI References
‌
‌
‌
logo

Powered by

  • Home
  • Distribution
  • Integrations
  • Including Query Details in Support Handoffs from the AI Assistant

Including Query Details in Support Handoffs from the AI Assistant

3min read

Share

Overview

This article describes what information to include when handing off an AI-assisted conversation to a human support tool (such as Help Scout), and current limitations/considerations around prefilling support form fields.

Problem

When transitioning from an AI assistant interaction to a human support workflow, support teams need clarity on:

  • What the original user asked
  • What the AI answered
  • What context was used
  • Whether any custom parameters were captured

Additionally, there is a question of whether fields in the downstream support tool (for example, category in Help Scout) can be automatically prefilled from the AI assistant.

Recommended Handoff Data

When creating a handoff from the AI assistant to a human support tool, include the following:

  1. Query
    • The full text of the user’s original question or request.
  2. Answer
    • The AI-generated response that the user received.
  3. Context
    • Any contextual information used to generate the answer, for example:
      • Relevant knowledge base articles
      • Internal documentation snippets
      • Conversation history or prior messages used as context
  4. Custom Parameters (when available)
    • Any additional parameters that the AI or calling system tracks, such as:
      • Product area or feature
      • Account or plan type (if appropriate and privacy-compliant)
      • Environment (staging/production)
      • Language or locale
    • Note: In the current setup, the buffer is not tracking any custom parameters.

Current Limitations

  • The buffer mechanism currently does not store or forward custom parameters.
  • Automatic prefilling of fields in Help Scout is constrained by the order of fields in the UI.
    • The category selection appears on a page before the name/subject/description fields.
    • Because of this order, it may not be possible to prefill the category field using data passed along with the query, answer, and context.

Help Scout Prefill Considerations

When integrating with Help Scout (or similar tools):

  1. Assess Field Order
    • Verify the order in which fields (e.g., category, subject, description) are presented.
    • If key classification fields (like category) appear on an earlier page than the main ticket fields, automatic prefilling may be blocked or limited.
  2. Evaluate Prefill Options
    • Check whether the support tool provides:
      • URL parameters to prefill fields
      • An API or widget configuration to set default values
    • Confirm whether these mechanisms apply to the page where category is selected.
  3. Propose UI Adjustments (if needed)
    • If prefilling is important and not currently possible due to field order, consider recommending a change in the support flow, for example:
      • Move name/subject/description before category.
      • Allow category selection to occur on the same page as other prefillable fields.
    • Engage with the team that owns the support tool configuration to discuss reordering or redesigning the form.

Recommended Practices

  • Always include: query, answer, and context in every handoff to ensure the human agent has full visibility into what happened in the AI interaction.
  • Plan for future custom parameters:
    • Define which custom parameters would be most useful for support triage.
    • Extend the tracking/buffer layer later to capture these parameters.
  • Collaborate with support tooling owners:
    • Share constraints around prefilling and field order.
    • Suggest UI or configuration changes where they can materially improve handoff quality.

Summary

For AI-to-human support handoffs, include the query, answer, context, and any tracked custom parameters. Currently, the buffer does not track custom parameters, and prefilling Help Scout’s category field may not be feasible due to its position on a prior page. Consider form and field-order changes if automatic prefilling is a priority.

Share