Ask the product expert
ask_product_expertAsk a question about "deployit" and get an answer verified against its live source code and git history. Use it for anything about product behavior, features, settings, limits, error messages, or recent changes.
HOW IT WORKS AND HOW LONG IT TAKES: the expert genuinely investigates — it searches and reads the product's real source code before answering. A fresh investigation takes 20-60 SECONDS. Do not give up early, and if a human is waiting, tell them the verified answer may take up to a minute. Repeated questions asked without context are served from cache in under a second; the cache resets whenever the product's code changes.
IF IT TIMES OUT: you get an error saying the expert could not finish in time. The investigation KEEPS RUNNING in the background — re-ask the IDENTICAL question (same wording, no context) about a minute later and the finished answer is served instantly from cache. Retry with the same words; rephrasing restarts the investigation.
READING THE ANSWER: it ends with a Sources block (the files and commits actually consulted) and a Verification status carrying both confidence and polarity:
verified: confirmed in the code — safe to relay.
backend_only: the capability exists server-side but has no visible UI path.
not_found: searched, and it does NOT exist — a factual "no", relayable as such.
unknown: the expert could not conclude — do NOT relay as fact; consider retrying with depth "thorough".
LIMITS: strictly read-only — it can never change anything. Some topics may be refused by the project's policy. A monthly question quota may apply (the error message says so when reached; cached answers never count). At most 60 requests per minute per access key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | quick (default): up to ~1 minute of investigation, right for support questions. thorough: digs much deeper for hard questions — expect the timeout-then-retry-from-cache flow. | |
| context | No | Optional context from your own conversation with the end user (symptoms, plan, what they tried…). Makes the answer more targeted, but context-carrying questions are never cached — omit it for generic questions. | |
| question | Yes | The question about the product, as specific as possible. Identical wording hits the cache — when retrying after a timeout, repeat the question verbatim. |