When creating public articles, you have four components that can help get them discovered:
- Title
- Description
- Body
- Collection
AI Agent will ingest this content and attempt to provide a best-fit answer based on its knowledge.
However, if you want multiple queries to lead to the same article, it seems there isn’t a direct way to accomplish it other than including wording throughout the title, description, and body such that alternative queries may pick up on that language.
Example
Suppose we have an article:
- Title: How do I add a payment method?
- Description: Learn how to associate a card with your account.
That’s straightforward enough and satisfies a couple ways that queries might go (“add a payment method,” “associate a card with your account”).
But, what if I want these other queries to lead to the same article:
- How can I pay?
- Where do I go to make sure you can charge me?
- I received a notice for non-payment. What do I need to do?
- I’m seeing an error for collecting an invoice balance. How do I resolve this?
Certainly, these could be woven into the article’s body in some manner or another. It may become clunky and seem to be optimizing akin to SEO rather than using natural, friendly language. I don’t wish to create effectively identical articles to overcome this.
Potential workaround
Custom Answers allow you to provide different ways of asking the same question in order to funnel the user toward the same answer each time. Technically, you could use them to capitalize on that ability of restating a question and have the Custom Answer provide the article as its response.
Concerns
Custom Answers and public articles are both static content. In a way, they could be viewed as interchangeable. In another way, they are differentiated by the fact that Fin will not incorporate a Custom Answer into its response. Rather, it responds with exactly the same answer every time, which is its intended usage. For this reason, articles may be preferable if you wish for a response to incorporate numerous elements and/or respond in a less rigid manner.
I could very well be missing some understanding here that would allow me to accomplish this in a smoother manner.