
The Answer bot card behaves like the Answer bot, it displays articles and FAQs based on the visitor's question.




| AI service | Supported models |
Zia (Zoho’s in-house AI engine) | Zia uses the most optimal model (no selection required). |
| OpenAI | gpt-3.5-turbo, gpt-4, gpt-4o, gpt-4o-mini |
OpenAI Assistant | Assistants configured in your OpenAI account |
| Anthropic | claude-sonnet-4-6, claude-opus-4-6, claude-haiku-4-5-20251001 |
| Google AI | gemini-2.5-flash, gemini-2.5-pro, gemini-3.1-pro |
| DeepSeek | deepseek-chat |
Custom Service | Any AI service via REST APIs |
Note: To use external AI services, the respective AI must be integrated with SalesIQ. Click here to know more about the AI integration.

Define what input (questions) is sent to the card from the visitor/user. Based on this, Zia will generate answers.
Available options
Define the data source used to generate responses.
Enable global data to handle broader, non-business-specific queries.

This allows the bot to respond to general queries while still prioritizing business context.
Define how responses are handled and presented to the visitor/user.
Triggered when Zia generates a response (answer) using a knowledge-backed context.
Configurations
Triggered when the Zia couldn't generate a response (answer). This can be due to the following reason.
Enable feedback collection for each response. This will collect the rating for a response.


Finally, click Save to apply the configuration.
Define what input (questions) is sent to the card from the visitor/user. Based on this, OpenAI will generate answers.
Available options
Define the data source used to generate responses.
Enable global data to handle broader, non-business-specific queries.

This allows the bot to respond to general queries while still prioritizing business context.
Define how responses are handled and presented to the visitor/user.
Triggered when OpenAI generates a response (answer) using a knowledge-backed context.
Configurations
Triggered when the OpenAI couldn't generate a response (answer). This can be due to the following reason.

Enable feedback collection for each response. This will collect the rating for a response.


Finally, click Save to apply the configuration.

Define what input (questions) is sent to card from the visitor/user. Based on this, Anthropic will generate answers.
Available options
Define the data source used to generate responses.
Enable global data to handle broader, non-business-specific queries.

This allows the bot to respond to general queries while still prioritizing business context.
Define how responses are handled and presented to the visitor/user.
Triggered when Anthropic generates a response (answer) using a knowledge-backed context.
Configurations
Triggered when the Anthropic couldn't generate a response (answer). This can be due to the following reason.
Enable feedback collection for each response. This will collect the rating for a response.


Finally, click Save to apply the configuration.

Define what input (questions) is sent to the card from the visitor/user. Based on this, Google AI will generate answers.
Available options
Define the data source used to generate responses.
Enable global data to handle broader, non-business-specific queries.

This allows the bot to respond to general queries while still prioritizing business context.
Define how responses are handled and presented to the visitor/user.
Triggered when Google AI generates a response (answer) using a knowledge-backed context.
Configurations
Triggered when the Google AI couldn't generate a response (answer). This can be due to the following reason.
Enable feedback collection for each response. This will collect the rating for a response.


Finally, click Save to apply the configuration.

Define what input (questions) is sent to the card from the visitor/user. Based on this, AI will generate answers.
Available options
Define the data source used to generate responses.
Enable global data to handle broader, non-business-specific queries.

This allows the bot to respond to general queries while still prioritizing business context.
Define how responses are handled and presented to the visitor/user.
Triggered when DeekSeek generates a response (answer) using a knowledge-backed context.
Configurations
Triggered when the DeekSeek couldn't generate a response (answer). This can be due to the following reason.
Enable feedback collection for each response. This will collect the rating for a response.


Finally, click Save to apply the configuration.
Use Custom Service to connect your own AI or any third-party AI that is not natively supported in SalesIQ, using REST APIs.
Available options:

You can pass SalesIQ or Zoho Desk knowledge base resources to your API. This is to provide context to your AI before generating a response.

Configure how the API request is sent to the AI.
Note: API timeout is 5 seconds. Use asynchronous handling for longer responses.
Enable Get Asynchronous Response if your API responds via a callback instead of returning a response immediately. Use this when your API cannot respond within the 5-second timeout.
Triggered when a valid response is received.
Triggered when an invalid response is received. AI may sometimes return empty, fallback, or technical responses (e.g., due to uncertainty, token limits, or processing issues). Displaying such responses directly can lead to a poor user experience.
To handle this, define conditions to identify invalid responses and route them to the Answer Not Found flow.
Enable feedback collection for each response. This will collect the rating for a response.


Finally, click Save to apply the configuration.
After saving, the card is added to the bot builder canvas. It includes flow paths for:
You can continue building the bot flow based on these paths.
