Frequently Asked Questions

This section captures common questions and operational guidance for Oracle Trusted Answer Search.


Why not just use a generic LLM Agent?

While LLMs are flexible for open-ended Q&A, they can hallucinate, return inconsistent answers, and exhibit longer response times. Trusted Answer Search focuses on vetted matches: it maps questions to curated descriptions and returns the top search targets. Your application then renders the appropriate report or initiates the intended action with confidence. Optional LLM support can be configured for search-space-level result re-ranking and Target Value Set extraction. A Search Administrator controls how many candidates returned by hybrid retrieval are passed to the LLM re-ranking step. Trusted Answer Search still returns structured target metadata rather than free-form generated answers.


What benefits can I expect?


What does Trusted Answer Search return—an answer or something else?

Trusted Answer Search returns a structured response in JSON format to your application. The JSON document includes the search target’s URL or SQL along with the target inputs. Your application remains in control of how the JSON response is used and what is rendered to the user.


How can I use Trusted Answer Search?

Trusted Answer Search can be managed and integrated into your enterprise application in different ways, depending on how much UI you want to build yourself.

Administration

Integration with your Application


How does Trusted Answer Search handle value-specific questions (categories, names, etc.) present in the question?

When configured correctly by a Search Space Expert, Trusted Answer Search can infer parameters mentioned in the natural language query and include them in the returned response. Target inputs can be resolved from manual value sets, table-column value sets, or optional LLM-backed value sets, depending on how the search space is configured. For example, if a manager asks an HCM app “What is my current PTO balance?”, the response from Trusted Answer Search could include a deep link such as:

https://hcm-app.my_enterprise.com/deeplink?objType=ABSENCE_BALANCE

Here ABSENCE_BALANCE is a parameter value derived from the user’s mention of “PTO”.

Authorization is always enforced by your application—if the user lacks permission to view PTO balances, the HCM app should block access even if the Trusted Answer Search response contains the link.


How does Trusted Answer Search improve over time?

Trusted Answer Search records end-user query history, match outcomes, and user feedback. Search Space Experts can:

This continuous feedback loop keeps the curated language up to date and reduces regressions.