/ Docs

Instant Answers

Instant Answers (IA) provide a better user experience by providing direct information without the need for user to click on any result. This feature can easily be disabled in settings.

Adding instant answer

All instant answers code is located in /src/modules/Search/components/components/InstantAnswer

Create a folder with a descriptive name and make sure that everything is wrapped with <IAWrapper />, then add your logic for displaying Instant Answer in index.tsx similar to how others are displayed conditionally.

All available instant answers

Below is a list of all currently available Instant Answers, some of them might still be work in progress but offer enough functionality to still be included and be useful. More will be available in the future.

Some similar instant answers are grouped together when displayed in /search

Group - Clock ( Timer, Stopwatch )

Group - Converter ( Unit, Currency )

Group - Games ( Coin Flip, Dice Roll, TicTacToe )

Group - Global Time ( Time In, Time Zone )

Read more