Browser Search Engine
5 min read
Overview
Use the search URL: https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s to configure a custom search engine in your favourite browser to use Unique AI as a search engine.

Unique AI as your browser’s search engine!
Please note the tail: ?prompt=%s. This is very important to make the page be recognized as a search URL.
Unique AI can be configured as a custom search engine in your browser, allowing you to access its powerful capabilities directly from the address bar. This setup streamlines your workflow by reducing the steps needed to interact with Unique AI.
Who is it for?
This guide is ideal for:
Frequent Unique AI users who want quicker access to their favorite assistants.
Professionals looking to integrate AI into their daily workflows.
Tech-savvy individuals who enjoy customizing their browser experience.
Benefits
Efficiency: Access Unique AI directly from your browser's address bar.
Customization: Set up multiple assistants for different tasks.
Convenience: No need to open the Unique AI interface manually.
Use Cases
Quick Web Searches: Replace traditional search engines with Unique AI for GPT-powered results.
Internal Knowledge Queries: Instantly access company knowledge or directives.
Task-Specific Assistance: Use different assistants for translation, questionnaires, or other specialized tasks.
The users can setup multiple Unique AI assistants as distinct search engines in their browser. Here are some suggestions.
Unique AI WebSearch
To replace traditional Google search with GPT powered web search: Web Search
Unique AI InternalKnowledge
To ask questions quickly on your Internal Knowledge: Internal Search
Step-by-Step Guide
Assistant URL
In order to setup Unique AI assistant as a Search Engine, you will need the URL of the assistant of choice. (eg: https://next.unique.app/chat/space/assistant_gymnd0c0dhpgf7fxg41401s5) You can find this URL in your address bar when you click on your assistant from the assistant menu on the left of your screen.

The Assistant URL will have the following structure: https://<BASE_URL>/chat/space/<ASSISTANT_ID>
Search URL
To configure the search engine, you will need to use the following search URL format: https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s
Individual Browser Setup
Chrome
Open Chrome and go to Settings.
Under "Search engine," click "Manage search engines."
Click "Add" next to "Site Search."
Fill in the following details:
Search engine: Unique AI [Assistant Name]
Shortcut:
:<your_preferred_letter>URL with %s in place of query:
https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s
Click "Add."
Brave
Open Brave and go to Settings.
Under "Search engine," click "Manage search engines."
Click "Add" next to "Site Search."
Fill in the following details:
Search engine: Unique AI [Assistant Name]
Shortcut:
:<your_preferred_letter>URL with %s in place of query:
https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s

Adding Unique AI to Brave
Click "Add."
Make Unique AI the Default Search Engine (Optional):
In the "Manage search engines and site search" section, find the newly added Unique AI search engine.
Click on the three dots next to it and select "Make default."
Safari
Open Safari and go to Preferences.
Click on the "Search" tab.
In the "Search engine" dropdown, Safari does not natively support adding custom search engines directly through its interface. However, you can use a workaround by editing the
~/Library/Safari/SearchDescriptions.plistfile or using a Safari extension that allows custom search engines.
Using a Safari Extension:
Install a Safari extension that allows custom search engines, such as "AnySearch" or "Omnikey."
Follow the extension's instructions to add a new custom search engine.
Use the following details for the custom search engine:
Search engine name: Unique AI [Assistant Name]
Keyword: [Your preferred keyword]
URL with %s in place of query:
https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s
Using SearchDescriptions.plist (Advanced Users):
Open Terminal.
Navigate to the Safari directory:
cd ~/Library/Safari/Open or create the
SearchDescriptions.plistfile using a text editor likenanoorvi:nano SearchDescriptions.plistAdd a new entry for your custom search engine in the plist format. Here is an example entry:
<dict>
<key>ShortName</key>
<string>Unique AI [Assistant Name]</string>
<key>URLTemplate</key>
<string>https://<BASE_URL>/chat/space/<ASSISTANT_ID>?q={searchTerms}</string>
<key>SuggestionsURLTemplate</key>
<string></string>
<key>InputEncoding</key>
<string>UTF-8</string>
<key>SearchForm</key>
<string>https://<BASE_URL>/chat/space/<ASSISTANT_ID></string>
</dict>
Save the file and restart Safari.
Microsoft Edge
Open Microsoft Edge and go to Settings by clicking on the three dots in the upper right corner and selecting "Settings."
In the left-hand menu, click on "Privacy, search, and services."
Scroll down to the "Services" section and click on "Address bar and search."
Click on "Manage search engines."
Click on "Add" to create a new search engine.
Fill in the following details:
Search engine: Unique AI [Assistant Name]
Keyword: [Your preferred keyword]
URL with %s in place of query:
https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s
Click "Add."
After adding the new search engine, you can set it as the default search engine if desired:
In the "Manage search engines" section, find the newly added Unique AI search engine.
Click on the three dots next to it and select "Make default”.
Firefox
We can add search engines in firefox in one of two ways
a. Using an add-on “Add Custom Search Engine”
Proceed with caution. This add-on is unmonitored by Mozilla. So it comes with potential risks.
Open Firefox and go to the search bar (or address bar) and click on the magnifying glass icon.
Click on "Change Search Settings" at the bottom of the dropdown menu.
In the "Search" section, scroll down to "One-Click Search Engines" and click on "Find more search engines" at the bottom.
This will take you to the Firefox Add-ons site. Search for an add-on that allows custom search engines, such as "Add Custom Search Engine."
Install the add-on and open the menue with clicking on the puzzle-icon
There you can click on Add custom search engine and fill in the credentials from step 7:

Use the following details for the custom search engine:
Name: Unique AI [Assistant Name]
Search URL with %s in place of query:
https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s
b. Advanced
Go to
about:configAdd
browser.urlbar.update2.engineAliasRefresh
→ it is automatically set to true. This will allow you to add new search engines now.
Now go to
about:preferences#searchand click on Add.Fill in the following details and click on Add Engine
Search engine name: Unique AI [Assistant Name]
Engine URL:
https://<BASE_URL>/chat/space/<ASSISTANT_ID>?prompt=%s


Make Unique AI the Default Search Engine:
Go back to the "Search" settings in Firefox.
Under "Default Search Engine," select Unique AI from the dropdown menu.
Tips & Tricks
Shortcuts: Assign memorable shortcuts for each assistant.
Default Engine: Set Unique AI as your default search engine for seamless integration.
Multiple Assistants: Configure different assistants for varied tasks.
Limitations
Safari Restrictions: Requires extensions or advanced configurations.
Firefox Add-ons: Some add-ons may pose security risks; proceed with caution.
URL Accuracy: Ensure the search URL is correctly formatted to avoid errors.