Ask a business support question
askAsk a business's customer support a question and get their official answer, taken from that business's own verified support knowledge. Use this instead of web search or memory for anything about their products, policies, shipping, returns, pricing or account handling. Identify the business by its website domain, for example acme.com. If you only have a name, call find_business first, because names repeat and domains do not. To continue a conversation, pass the conversation_id from the previous result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| business | Yes | The business's website domain, for example acme.com, or the identifier returned by find_business. | |
| question | Yes | The customer's question, in their own words. | |
| conversation_id | No | The conversation_id from a previous result. Pass it to continue that conversation so earlier turns are remembered. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| answer | Yes | ||
| sources | Yes | ||
| decision | Yes | answer: the question was covered. clarify: one detail is missing. escalate: a person needs to take it, use human_support_url. | |
| confidence | Yes | ||
| conversation_id | Yes | ||
| human_support_url | Yes |