Stay organized with collectionsSave and categorize content based on your preferences.
This page describes how to configure results for the web app UI, which is the
interface that your users use to access your app.
Search widget concepts
Here are some concepts to help you understand how to use the controls on
theUItab.
Snippet.A short section of text, typically a sentence, under the
document title. By default, a snippet is displayed for each search result for
website and unstructured data.
Search with an answer.This feature provides a paragraph of information
(the answer) synthesized from the top results of website or unstructured data.
You can customize the number of top results that the answer is based on. By
default, the top five results are summarized to create the answer. Search with
an answer cannot be combined with Search with follow-ups.
Search with follow-ups.This feature for website and unstructured data
allows for follow-up questions that keep the context of the initial search
query.
Autocomplete.Suggests search queries based on the first letters that
users enter into the search bar. For more information, seeConfigure
autocomplete.
Feedback.Provides buttonsthumb_upandthumb_downso that users can rate
the quality of the search results. This information is sent only to Google.
For more information, seeConfigure feedback.
Metadata.If the data is structured or contains metadata, you
can configure which metadata fields to include in the search results. You can also map
fields to display names for facets. For more information, seeConfigure facets for the UI.
Configure search results for unstructured or website data
The UI for unstructured and website data offers the following search
customizations:
Search (single-turn)
Search with an answer (single-turn search with summarization)
Search with follow-ups (multi-turn search)
To configure how the UI displays search results for unstructured data:
In the Google Cloud console, go to theAgentspacepage.
Use thePreviewpane to make sure your changes are displayed
as expected.
ClickSave and publishto apply your changes.
Configure search results for structured data
For structured data, by default, the UI displays all of the name-value
pairs for each item in the search results. You can use theConfigurationspage in the Google Cloud console to customize how the UI displays search
results.
The following list shows the primary fields for displaying search results:
Title.An item title that a user can click to select that item in a
search result.
Thumbnail.The URL of an image to be shown next to the item title in a
search result.
URL.A URL that the user is taken to when they click the item's title.
You can display up to three additional fields in your search results and
configure how they appear.
In addition, you can select facets to filter search results on and set display
names for them. For more about configuring facets, seeConfigure facets
for the UI.
To configure how the UI displays search results for structured data:
In the Google Cloud console, go to theAgentspacepage.
Click the name of the search app that you want to edit.
ClickConfigurations.
Click theUItab.
If you have multiple data stores connected to your app, select the data store to configure results for.
Expand theConfigure fields in resultssection.
In thePreviewpane, type a query and pressEnterto view how search
results are displayed with your current settings. The preview updates
automatically when you enter new settings.
Optional: Click a device icon to see the preview in desktop or mobile
format.
To configure the primary fields (Title,Thumbnail, andURL) in
your search results:
Click theTitlebox and select a field to map to the titles of your
search results. Or, selectNoneif you don't want titles to appear
in search results.
Click theThumbnailbox and select a field to map to the thumbnail
images in your search results. Or, selectNoneif you don't want
thumbnail images to appear in search results.
Click theURLbox and select a field that maps to the items that
open when users click item titles in search results. Or, selectNoneif you don't want item titles in your search results to link to
items.
To add additional fields to your search results:
Click theText 1box and select a field that you want to display in
your search results. By default, only the field value is displayed in
search results.
Click the arrow next to theText 1box to display theTemplatebox. The{value}field inTemplatebox represents the field
value to display in the search result. Add text before or after the{value}field (or both) to give context to the value in the search
results. For example, suppose you selectedpricein theText 1box, and the price value for a particular item is 42. If you update theTemplatefield to"Total
Price: {value} USD", then "Total Price: 42 USD" is displayed in the
search results for that item.
To add additional fields, repeat these steps for theText 2andText 3boxes.
To configure facet settings:
Expand theFacet settingssection.
Select a field to set as a facet and enter a display name.
To add more facets, clickAdd facet.
Check thePreviewpane to make sure your changes display correctly.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-05 UTC."],[],[],null,["# Configure results for the UI\n\nThis page describes how to configure results for the web app UI, which is the\ninterface that your users use to access your app.\n\nSearch widget concepts\n----------------------\n\nHere are some concepts to help you understand how to use the controls on\nthe **UI** tab.\n\n- **Snippet.** A short section of text, typically a sentence, under the\n document title. By default, a snippet is displayed for each search result for\n website and unstructured data.\n\n- **Search with an answer.** This feature provides a paragraph of information\n (the answer) synthesized from the top results of website or unstructured data.\n You can customize the number of top results that the answer is based on. By\n default, the top five results are summarized to create the answer. Search with\n an answer cannot be combined with Search with follow-ups.\n\n- **Search with follow-ups.** This feature for website and unstructured data\n allows for follow-up questions that keep the context of the initial search\n query.\n\n- **Autocomplete.** Suggests search queries based on the first letters that\n users enter into the search bar. For more information, see [Configure\n autocomplete](/agentspace/docs/configure-autocomplete).\n\n- **Feedback.** Provides buttons thumb_up and thumb_down so that users can rate\n the quality of the search results. This information is sent only to Google.\n For more information, see [Configure feedback](/agentspace/docs/configure-feedback).\n\n- **Metadata.** If the data is structured or contains metadata, you\n can configure which metadata fields to include in the search results. You can also map\n fields to display names for facets. For more information, see\n [Configure facets for the UI](/agentspace/docs/configure-ui-facets).\n\nConfigure search results for unstructured or website data\n---------------------------------------------------------\n\nThe UI for unstructured and website data offers the following search\ncustomizations:\n\n- Search (single-turn)\n- Search with an answer (single-turn search with summarization)\n- Search with follow-ups (multi-turn search)\n\nTo configure how the UI displays search results for unstructured data:\n\n1. In the Google Cloud console, go to the **Agentspace** page.\n\n [Agentspace](https://console.cloud.google.com/gen-app-builder/start)\n2. Click the name of the app that you want to edit.\n\n3. In the navigation menu, click **Configurations**.\n\n4. Click the **UI** tab.\n\n5. Edit the fields on the tab.\n\n6. Use the **Preview** pane to make sure your changes are displayed\n as expected.\n\n7. Click **Save and publish** to apply your changes.\n\nConfigure search results for structured data\n--------------------------------------------\n\nFor structured data, by default, the UI displays all of the name-value\npairs for each item in the search results. You can use the **Configurations**\npage in the Google Cloud console to customize how the UI displays search\nresults.\n\nThe following list shows the primary fields for displaying search results:\n\n- **Title.** An item title that a user can click to select that item in a search result.\n- **Thumbnail.** The URL of an image to be shown next to the item title in a search result.\n- **URL.** A URL that the user is taken to when they click the item's title.\n\nYou can display up to three additional fields in your search results and\nconfigure how they appear.\n\nIn addition, you can select facets to filter search results on and set display\nnames for them. For more about configuring facets, see [Configure facets\nfor the UI](/agentspace/docs/configure-ui-facets).\n\nTo configure how the UI displays search results for structured data:\n\n1. In the Google Cloud console, go to the **Agentspace** page.\n\n [Agentspace](https://console.cloud.google.com/gen-app-builder/start)\n2. Click the name of the search app that you want to edit.\n\n3. Click **Configurations**.\n\n4. Click the **UI** tab.\n\n5. If you have multiple data stores connected to your app, select the data store to configure results for.\n\n6. Expand the **Configure fields in results** section.\n\n7. In the **Preview** pane, type a query and press **Enter** to view how search\n results are displayed with your current settings. The preview updates\n automatically when you enter new settings.\n\n8. Optional: Click a device icon to see the preview in desktop or mobile\n format.\n\n9. To configure the primary fields (**Title** , **Thumbnail** , and **URL**) in\n your search results:\n\n 1. Click the **Title** box and select a field to map to the titles of your\n search results. Or, select **None** if you don't want titles to appear\n in search results.\n\n 2. Click the **Thumbnail** box and select a field to map to the thumbnail\n images in your search results. Or, select **None** if you don't want\n thumbnail images to appear in search results.\n\n 3. Click the **URL** box and select a field that maps to the items that\n open when users click item titles in search results. Or, select **None**\n if you don't want item titles in your search results to link to\n items.\n\n10. To add additional fields to your search results:\n\n 1. Click the **Text 1** box and select a field that you want to display in\n your search results. By default, only the field value is displayed in\n search results.\n\n 2. Click the arrow next to the **Text 1** box to display the **Template**\n box. The **{value}** field in **Template** box represents the field\n value to display in the search result. Add text before or after the\n **{value}** field (or both) to give context to the value in the search\n results. For example, suppose you selected `price` in the **Text 1**\n box, and the price value for a particular item is 42. If you update the\n **Template** field to `\"Total\n Price: {value} USD\"`, then \"Total Price: 42 USD\" is displayed in the\n search results for that item.\n\n 3. To add additional fields, repeat these steps for the **Text 2** and\n **Text 3** boxes.\n\n11. To configure facet settings:\n\n 1. Expand the **Facet settings** section.\n\n 2. Select a field to set as a facet and enter a display name.\n\n 3. To add more facets, click **Add facet**.\n\n12. Check the **Preview** pane to make sure your changes display correctly.\n\n13. Click **Save and publish** to apply your changes.\n\n| **Note:** For information about enabling autocomplete, see [Configure\n| autocomplete](/agentspace/docs/configure-autocomplete). \n| For information about enabling feedback, see [Configure feedback](/agentspace/docs/configure-feedback).\n\nNext steps\n----------\n\n- [Preview search results](/agentspace/docs/preview-search-results)"]]