Add content to Google Drive and Google Calendar

Controlla i miei progressi

/ 20

Configure an AI Applications identity provider

Controlla i miei progressi

/ 20

Create Google Drive, Calendar, and Cloud Storage data stores

Controlla i miei progressi

/ 20

Interact with your Gemini Enterprise agents

Controlla i miei progressi

/ 20

Focused analysis with NotebookLM

Controlla i miei progressi

/ 20

Questo lab potrebbe incorporare strumenti di AI a supporto del tuo apprendimento.

GSP1320

Google Cloud self-paced labs

Overview

Gemini Enterprise is Google Cloud's premier agentic platform that unlocks enterprise expertise for employees by bringing together Gemini's advanced reasoning, Google-quality search, and multimodal enterprise data, regardless of where it's hosted. It empowers employees to find the right information at the right time by connecting content scattered across an enterprise, generating grounded, personalized answers, and performing tasks through integrated workflow actions. Featuring AI agents that can plan, reason, and execute tasks, Gemini Enterprise assists with information retrieval and summarization, task automation, data analysis, and reporting.

Business use-case

For Cymbal Foods, a food manufacturing and distribution company, Gemini Enterprise offers a solution to their significant data fragmentation and information silo challenges. Currently, Cymbal Foods struggles with inaccurate demand forecasting, leading to food waste and financial losses. This makes it incredibly difficult for employees to find information, gain actionable insights, or collaborate effectively. By implementing Gemini Enterprise, Cymbal Foods can connect these disparate data sources. This allows employees, from production managers to data analysts, to easily search across all systems, retrieve and summarize sales data, customer feedback, and inventory levels, and gain a holistic view of operations.

In this lab, you will deploy a Gemini Enterprise application and connect it to diverse data stores including Google Cloud Storage, Google Drive, and Google Calendar. You will then explore its capabilities, from using the general AI assistant for information discovery to creating custom agents for specific tasks and leveraging NotebookLM for in-depth content analysis.

Objectives

In this lab, you learn how to perform the following tasks:

  • Create Google Drive, Cloud Storage, and Google Calendar data stores.
  • Create a Gemini Enterprise app.
  • Use Gemini Enterprise agents to find, summarize, and extract content from different data stores.
  • Create a multi-agent ideation session.
  • Build a custom sales assistant agent using Agent Designer.
  • Use the Deep Research agent to generate comprehensive research reports.
  • Utilize NotebookLM for focused, document-grounded analysis and generate multimodal overviews of curated sources.

Setup and requirements

Before you click the Start Lab button

Read these instructions. Labs are timed and you cannot pause them. The timer, which starts when you click Start Lab, shows how long Google Cloud resources are made available to you.

This hands-on lab lets you do the lab activities in a real cloud environment, not in a simulation or demo environment. It does so by giving you new, temporary credentials you use to sign in and access Google Cloud for the duration of the lab.

To complete this lab, you need:

  • Access to a standard internet browser (Chrome browser recommended).
Note: Use an Incognito (recommended) or private browser window to run this lab. This prevents conflicts between your personal account and the student account, which may cause extra charges incurred to your personal account.
  • Time to complete the lab—remember, once you start, you cannot pause a lab.
Note: Use only the student account for this lab. If you use a different Google Cloud account, you may incur charges to that account.

How to start your lab and sign in to the Google Cloud console

  1. Click the Start Lab button. If you need to pay for the lab, a dialog opens for you to select your payment method. On the right is the Lab setup and access panel with the following:

    • The Open Google Cloud console button
    • The temporary credentials (username and password) that you must use for this lab
    • Other information, if needed, to step through this lab

    Note that the lab timer is located near the top of the page, showing the remaining time.

  2. Click Open Google Cloud console (or right-click and select Open Link in Incognito Window if you are running the Chrome browser).

    The lab spins up resources, and then opens another tab that shows the Sign in page.

    Tip: Arrange the tabs in separate windows, side-by-side.

    Note: If you see the Choose an account dialog, click Use Another Account.
  3. If necessary, copy the Username below and paste it into the Sign in dialog.

    {{{user_0.username | "Username"}}}

    You can also find the Username in the Lab setup and access panel.

  4. Click Next.

  5. Copy the Password below and paste it into the Welcome dialog.

    {{{user_0.password | "Password"}}}

    You can also find the Password in the Lab setup and access panel.

  6. Click Next.

    Important: You must use the credentials the lab provides you. Do not use your Google Cloud account credentials. Note: Using your own Google Cloud account for this lab may incur extra charges.
  7. Click through the subsequent pages:

    • Accept the terms and conditions.
    • Do not add recovery options or two-factor authentication (because this is a temporary account).
    • Do not sign up for free trials.

After a few moments, the Google Cloud console opens in this tab.

Note: To access Google Cloud products and services, click the Navigation menu or type the service or product name in the Search field. Navigation menu icon and Search field

Task 1. Prepare data for Gemini Enterprise, NotebookLM, and Calendar

In this first task, you will source sample documents from Google Cloud Storage (GCS) that have been prepared for your lab environment. You will then organize these files within your Google Drive into distinct folders, preparing them for use with different tools: one set for the broader Gemini Enterprise application and its custom agents, and another text-based set specifically for focused analysis in NotebookLM later in the lab. Finally, you'll add a relevant meeting to your Google Calendar to create diverse content for Gemini Enterprise to interact with.

  1. From the Google Cloud Console Navigation menu (☰), navigate to Cloud Storage > Buckets.

  2. Click on the name of the GCS bucket that has been pre-provisioned for you in this lab. The bucket name is your Project ID: .

  3. Inside your bucket, you should see at least three folders prepared by the startup script:

    • gemini-enterprise-drive/: Contains CSV files and images intended for use with your Gemini Enterprise application and custom agents that work directly with these formats.
    • notebooklm-drive/: Contains plain text (.txt) versions of key data files, optimized for use with NotebookLM.
    • gemini-enterprise-cloud-storage/: Contains various other data files that you will connect to Gemini Enterprise via a Cloud Storage data store in a later task.

    For this task, you will focus on the contents of gemini-enterprise-drive/ and notebooklm-drive/ to populate your Google Drive.

Stage files for the Gemini Enterprise application in Google Drive

  1. First, navigate into the gemini-enterprise-drive/ folder within your GCS bucket.

  2. Download all the files listed below from this folder to your local system. These will be used by your main Gemini Enterprise application.

    • MARKETING_data.csv
    • SALES_data.csv
    • customer_feedback.csv
    • pie_chart_customer_sentiment-png.png
Note: If using the Cloud Storage UI to download, you may need to download each file individually. When downloading the PNG file, you will need to use your browser's "Save Page As..." option, typically by pressing CTRL+S (on Windows/Linux) or CMD+S (on Mac).
  1. In the Incognito window where you have logged into the Google Cloud console, open a new browser tab and open Google Drive. Ensure you are logged in with your Qwiklabs student account.

  2. In Google Drive, create a new folder and name it Gemini Enterprise Drive Assets. This folder will hold the data primarily used by your Gemini Enterprise application.

  3. Upload the .csv files and the .png file you just downloaded from the gemini-enterprise-drive/ GCS folder into this newly created Gemini Enterprise Drive Assets Google Drive folder. Your folder should resemble the following (containing the four files):

Gemini Enterprise Drive Assets in Drive

Download text files for NotebookLM

  1. Now, go back to your Cloud Storage browser tab. Navigate up one level from the gemini-enterprise-drive/ folder (if needed) and then navigate into the notebooklm-drive/ folder.

  2. Download all the plain text (.txt) files listed below from this folder to your local system. These files are specifically prepared for use with NotebookLM, and you will use them in a later task.

    • MARKETING_data.txt
    • SALES_data.txt
    • customer_feedback.txt
Important Note on Downloading .txt Files: When you click on a .txt file link in the Google Cloud Storage browser UI, your browser might open and display the content as a plain text page instead of directly downloading the file.

If this happens:
  • To save the file, use your browser's "Save Page As..." option, typically by pressing CTRL+S (on Windows/Linux) or CMD+S (on Mac).
  • Ensure you save the file with its original name and the .txt extension (e.g., SALES_data.txt).

Add an event to Google Calendar

  1. In the same Incognito window, open another new tab and open Google Calendar. Accept or dismiss any pop-up messages.

  2. Ensure you are authenticated with your Qwiklabs student account by clicking the circular profile icon (it might show an "s") in the upper right corner and confirming it is your student-...@qwiklabs.net account.

  3. In the upper-left corner of Google Calendar, click + Create and select Event from the dropdown menu.

  4. In the event creation window that appears:

    • Set the event title to: Cymbal Foods - Marketing Strategy Meeting.
    • Set a start time that is at least one hour from the current time.
    • (Optional) Add any other relevant details if you wish.
  5. Click Save.

Click Check my progress to verify the objective. Add content to Google Drive and Google Calendar.

Task 2. Create the Gemini Enterprise application

In this section, you perform the initial one-time configuration for Gemini Enterprise within your enterprise environment by creating the application and setting up Google Identity as the identity provider.

Administrator vs. End User Setup: In a typical organization, setting up the application, configuring OAuth credentials, and connecting enterprise data stores are one-time administrative tasks performed by IT administrators. In this lab, you act as the administrator to build the environment before exploring the application as an end user.

Configure Gemini Enterprise

  1. In the Google Cloud Console, navigate to the Gemini Enterprise landing page by searching for it at the top of the console and clicking on it.

  2. On the Gemini Enterprise card, click Start 30 Day Free Trial.

Gemini Enterprise landing page

  1. You will be prompted to enable the Gemini Code Assist API, click Continue and Activate the API.

  2. Once you've been redirected to the Create page, set the App name to Cymbal Foods - Gemini Enterprise.

  3. For Location, select global.

  4. Click Create.

Your Gemini Enterprise app has been created. It should resemble the following:

Gemini Enterprise app created

  1. Click Set up identity.

  2. Select Use Google Identity, then click Confirm Workforce Identity.

  3. In the left navigation menu, select Configurations.

  4. Click the Feature Management tab.

  5. Click the toggle next to Enable agent designer to turn it on.

  6. Click the toggle next to Enable canvas to turn it on.

  7. Click Save.

Brand your application (Optional)

  1. Click the Search UI tab.

  2. Under Appearance and branding options, paste the following URL into the Logo image field:

https://storage.googleapis.com/spls/gemini-enterprise/cymbal-foods-logo.png
  1. Click Save and publish.

Click Check my progress to verify the objective. Configure Gemini Enterprise.

Task 3. Connect to your data stores

In this section, you define the information sources for your Gemini Enterprise application by creating data stores. To securely authorize connections to external user data like Google Drive and Google Calendar, you first configure an OAuth consent screen and client. You then create connections for Google Drive, Cloud Storage, and Google Calendar.

Set up an OAuth consent screen and create a client

  1. In the Google Cloud console, search for Google Auth Platform.

  2. Click Google Auth Platform.

  3. Click Get Started.

  4. For App Name, type Cymbal Foods Gemini Enterprise.

  5. For User support email, select your Qwiklabs student account.

  6. Click Next.

  7. For Audience, select Internal.

  8. Click Next.

  9. For Contact Information, type .

  10. Click Next.

  11. Select the checkbox to agree to the terms.

  12. Click Continue.

  13. Click Create.

  14. Click Create OAuth Client.

Create an OAuth Client

  1. For Application type, select Web application.

  2. For Name, type Gemini Enterprise Client.

  3. Under Authorized redirect URIs, click Add URI.

  4. Type https://vertexaisearch.cloud.google.com/oauth-redirect.

  5. Click Create > Ok.

  6. Once created, click Gemini Enterprise Client. You will be redirected to the OAuth Client page.

Gemini Enterprise Client page

  1. Under Additional information, copy the Client ID value to a text document on your local computer.

  2. Under Client secrets, click the copy icon next to Client secret to copy the secret to your text document.

Note: Keep your text document open, as you paste these values in the next task to connect your data stores.

Create a Google Drive data store

  1. From the Gemini Enterprise Applications menu, select Connected data stores from the left-hand navigation pane.

  2. Click New Data Store.

  3. On the Google Drive card, click Add data source.

  4. For Client ID, paste your saved OAuth Client ID.

  5. For Client Secret, paste your saved OAuth Client Secret.

  6. Click Verify Auth.

  7. In the Google sign-in pop-up window, select your Qwiklabs student account.

  8. Click Allow.

  9. Click Continue.

  10. Leave the Data section unchanged.

  11. Click Continue.

  12. On the Action tab, select Skip.

Note: While Gemini Enterprise makes it easier to find information across your data sources, it does not grant additional access. You will still only have access to the documents that have been shared with you via existing Drive permissions, and others will only have access to your documents that you have shared with them.
  1. Click Continue.

  2. For Region, select global.

  3. For Data connector name, type Google Drive.

  4. Leave the remaining settings as their defaults.

  5. Click Create.

Create a Google Calendar data store

  • Follow the procedure in the previous task to create a data store for Google Calendar. For Client ID and Client Secret, paste the credentials you saved earlier. On the Action tab, select Skip, and for Data connector name, type Google Calendar.

Create a Cloud Storage data store

  1. From the Gemini Enterprise Applications menu, select Connected data stores from the left-hand navigation pane.

  2. Select New Data Store.

  3. Locate the Cloud Storage card and click Add data source.

  4. For Data type, select Documents from the Unstructured Data Import (Document Search & RAG) section.

  5. For Synchronization frequency, select One time.

  6. Lastly, select the gemini-enterprise-cloud-storage folder in your Cloud Storage bucket by selecting Browse then navigating to that subfolder within your bucket.

  7. Click Continue.

  8. Keep the default region of global, and give the data store the name Cloud Storage.

  9. If you've asked for billing, leave the pricing model for billing as default, and click Continue.

  10. Select Create.

  11. The three data stores should be listed in the Gemini Enterprise > Connected data stores panel.

Listed data stores

Click Check my progress to verify the objective. Create Google Drive, Calendar, and Cloud Storage data stores.

Task 4. Interact with your Gemini Enterprise agents

Now that your Cymbal Foods Gemini Enterprise application is fully configured and connected to your data, it's time to experience its capabilities firsthand. In this task, you will interact directly with agents, testing their ability to search across your uploaded documents, extract specific information, summarize content, and even perform actions like multi-agent ideation. This hands-on exploration will showcase how Gemini Enterprise can transform information retrieval and task management within an organization.

Note: it may take 5-10 minutes for your data stores to fully index. If you don't see the sources populated on the Gemini Enterprise application, please wait a few minutes and try again.
  1. From the Gemini Enterprise page, click the Overview tab.

  2. Click the URL under Your Gemini Enterprise webapp is ready to open the application. Note that this will look different depending on the data stores used. Your home page should resemble the following:

    Gemini Enterprise UI

  3. This home page is designed to give users easy access to the content and events they will find most useful. You will see a few sections:

    • Agents: Use some Google-provided agents or create your own to help with tasks like research, iterating on ideas, or more.
    • Idea Generation: Create a multi-agent ideation session with a team of agents.
    • NotebookLM: an AI-powered research and writing assistant that works best with the sources you upload.
    • Deep Research: an agentic feature in Gemini that can automatically browse up to hundreds of websites on your behalf, think through its findings, and create insightful multi-page reports in minutes.
    Note: If your data stores are still indexing, the files may require a little time to become accessible.
  4. In the chat box, click Connectors (the database icon) to view your available data sources.

  5. Next to Calendar, click Authorize.

  6. In the account selection pop-up window, select your Qwiklabs student account.

  7. Click Allow.

  8. Next to Drive, click Authorize.

  9. In the account selection pop-up window, select your Qwiklabs student account.

  10. Click Allow.

  11. In the chat box, enter the following prompt:

Give me an update on our latest marketing data.
  1. Your answer should resemble the following:

Search Result 1

Note:If no response is received, please refresh and submit the query again.
  1. As a followup, ask:
What products were in the March newsletter?

You can use the Gemini Enterprise AI assistant to handle multimodal prompts as well.

  1. Click the New chat button on the top left corner to start a new chat.

  2. In the search bar, click the Tools button, and select Search Company data.

  3. Enter the following prompt:

Summarize the customer sentiment pie chart.

The response should resemble the following:

pie chart summarized by AI assistant

Note: you may need to run the query again if it doesn't find the pie chart image file you uploaded.
  1. Click the New chat button on the top left corner to start a new chat.

  2. Enter the following prompt:

What meetings are on my agenda today? What do I need to have prepped for them?

Observe the response. Since you set up the data stores for your Google Calendar, it knows what events you have, and can assist you in curating the information you need for them!

Brainstorm campaigns with multi-agent ideation

In this section, you will use the Idea Generation agent to create a multi-agent ideation session for your sales presentation.

  1. Click the Google Gemini Enterprise (or Cymbal Foods) logo to return to the homepage.

  2. Click Idea Generation.

  3. In the Idea Generation prompt, enter:

Help me brainstorm a new marketing campaign for Gen-Z customers based on our latest products.

You should see a high level presentation proposal generated for you:

presentation flow for gen-z marketing campaign

  1. Review the proposal, scroll down, and click Start session to start generating ideas.

Your session has been started and your team of AI agents is hard at work cranking out ideas! You can view and interact with your session at any time, but note that it might take a few minutes for the first ideas to be ready to view.

photo of agent ideation session

While you wait for the ideation session to finish in the background, you can carry on with the next steps in the lab, and come back to the results later.

Build a custom agent with Agent Designer

In this section, you use the visual Agent Designer to create a custom agent tailored to your enterprise sales data.

  1. Click the Google Gemini Enterprise (or Cymbal Foods) logo to return to the homepage.

  2. On the left-hand navigation menu, click + New Agent.

  3. In the Agent Designer chat panel on the left, enter the following prompt:

Create a Sales Assistant agent that analyzes quarterly transaction data and customer feedback.
  1. Press ENTER to submit the request and populate the flow structure on the canvas.

Sales Assistant agent created on canvas

  1. On the Flow canvas, click the Sales Assistant node to open the details pane.

Sales Assistant details pane

  1. In the Details pane under Connectors, verify that Cloud Storage, Drive, and Google Search are enabled.

  2. At the top of the canvas, click Preview to test your agent.

  3. In the preview chat bar, enter:

Summarize the key takeaways from our Q1 2026 sales records.
  1. Inspect the generated analysis.

  2. At the top right of the canvas, click Create to publish your custom agent to your workspace.

  3. Click the Google Gemini Enterprise (or Cymbal Foods) logo to return to the home screen.

  4. In the left-hand navigation panel, click Agents.

  5. Verify that your published Sales Assistant agent is listed under Your agents.

Click Check my progress to verify the objective. Interact with your Gemini Enterprise agents.

Task 5. Use the Deep Research agent

In this section, you will use the Deep Research agent to unlock deep insights with AI-driven research, reports, and audio summaries.

  1. Click the Google Gemini Enterprise (or Cymbal Foods) logo to return to the homepage.

  2. On the left-hand navigation menu, select Deep Research.

  3. Enter the following prompt:

Research the latest marketing tips and tricks that food companies are using, and generate a list of actionable steps our company can take to improve our current marketing strategy.

The agent will come up with a research plan for you.

  1. Scroll down, and click Start Research to begin the task.
Note: since Cymbal Foods is a fictitious company, the internal data of the current marketing strategy will not be real or accurate. The goal of this task is to show the usefulness and capabilities of the Deep Research agent.

This will take a few minutes to complete. You can choose to wait or continue on with the tasks in the lab, and come back to it later to check on the status of the generated report. After 5-10 minutes, your research report will be completed, and you will see the following summary and audio overview!

deep research report completed

Task 6. Analyze enterprise documents with NotebookLM

In the previous tasks, you explored Gemini Enterprise as a comprehensive platform for accessing enterprise information and utilizing specialized AI agents. Now, you'll delve into NotebookLM, a tool designed for focused research, deep analysis, and sense-making with specific collections of documents. NotebookLM acts as your personal research assistant, allowing you to upload your chosen sources and then ask detailed questions, generate summaries, and synthesize information, with all AI responses grounded directly in the materials you provide.

For Cymbal Foods, an employee might use NotebookLM to conduct an in-depth review of specific sales reports alongside customer feedback trends before drafting a new product proposal or marketing strategy. In this task, you will create a new notebook, add text versions of your Cymbal Foods data files as sources, and interact with NotebookLM to gain insights from this curated collection.

Create a Cymbal Foods analysis notebook

  1. On the home page of your Cymbal Foods Gemini Enterprise app, click NotebookLM on the left-hand navigation pane.

  2. On the NotebookLM home page, click Create New Notebook at the bottom to start your focused analysis project.

  3. The Add sources dialog will now appear, allowing you to select the documents NotebookLM will use for its analysis. It should look similar to the image below:

NotebookLM Add Sources Dialog

  1. Upload Local Text Files as Sources:
    • In the "Add sources" dialog, locate and click the Choose file option.
    • Select the following .txt files (that you downloaded in Task 1)
      • SALES_data.txt
      • customer_feedback.txt
      • MARKETING_data.txt.
    • Click the Open button to add these files as sources to your NotebookLM notebook.
    • Wait for NotebookLM to process your selected sources. You should see them listed within your notebook once they are ready.

Your NotebookLM interface should resemble the following:

notebooklm-text-files-uploaded.png

Query uploaded sources in NotebookLM

With your Cymbal Foods data loaded into the notebook, you can now ask targeted questions and explore the content.

  1. Take a moment to observe the NotebookLM interface. You'll typically see your added sources listed (often on the left side of the screen), a central area for the chat section, and a Studio section for your notes and the Audio Overview.

  2. Ask Grounded Questions to NotebookLM: In the chat input bar, type your questions. NotebookLM will generate answers based only on the content of the documents you've uploaded into this specific notebook. Try the following prompts:

    • Query 1: What audience did the Spring Cookie Promotion target?
    • Query 2: Summarize the key themes from the customer_feedback.txt regarding products that had sales figures reported in Q1 2026 in the SALES_data.txt.
    • Query 3: Are there any marketing campaigns in MARKETING_data.txt that correspond to products with significant customer feedback or notable sales trends from the other documents?
    • Query 4 (General inquiry about a single document): What are the top 3 most frequently mentioned positive aspects in the customer_feedback.txt?

Notice how NotebookLM formulates its answers. It should be evident that the information is drawn directly from your uploaded text files. Many grounded AI tools, including NotebookLM, will provide citations or highlight the source text used to generate an answer. Look for these, as they help you verify the information and easily refer back to the original context in your documents. NotebookLM is designed for iterative exploration. You can ask follow-up questions to dive deeper into specific points.

It's different from the broader Gemini Enterprise search (which queries across all connected data) or the specialized Data Analyst Agent (which operates based on its specific programmed instructions). NotebookLM offers a flexible environment for any collection of sources you want to study closely.

A key feature of NotebookLM is often the ability to save AI responses, key passages from sources, or your own thoughts as "notes" within the notebook. This helps you build a structured understanding and gather material for reports or further work. (You can briefly explore if you see options like "Add to notes" or a dedicated notes panel).

Beyond textual summaries and Q&A, NotebookLM offers innovative ways to synthesize information from your sources through Studio features like Audio Overview, Infographic, and Slide Deck. This allows you to generate spoken summaries, visual data sheets, and presentation decks derived from the documents you added to your notebook.

  1. In the Studio section, click Audio Overview, Infographic, and Slide Deck.

generate audio overview in notebooklm

Note: These studio artifacts generate in the background and may require a few minutes to complete.
  1. Review Generated Studio Artifacts: Listen to the generated Audio Overview and inspect the visual Infographic and Slide Deck. Consider how accurately these multimodal synthesis tools capture the main themes from your uploaded Cymbal Foods documents.

Click Check my progress to verify the objective. Focused analysis with NotebookLM.

Continue exploration (Optional)

You've now covered the core exercises for NotebookLM and Gemini Enterprise in this lab! If you have remaining time, this is an excellent opportunity to delve deeper and experiment further with both tools:

In NotebookLM:

  • Experiment with Different Questions: Go beyond the example queries. Try asking for comparisons, potential implications (based only on the text), or asking NotebookLM to explain a concept using examples from your documents.
  • Explore Note-Taking: Investigate the "Notes" feature more thoroughly. Try saving key AI responses, extracting important quotes from your sources into notes, and writing your own annotations to build a more structured understanding.
  • Test Other Features: Look for other available features in the NotebookLM interface, such as suggested questions or different views, and see how they can aid your analysis.

In Your Gemini Enterprise App:

  • General AI Assistant: Return to the main search/chat interface of your deployed Cymbal Foods - Gemini Enterprise app. Try different or more complex queries. For example, ask it to compare information that might come from different connected data stores (e.g., "Are there any marketing campaigns for products that have recent customer feedback entries in Drive, and do any of these align with upcoming calendar events?").
  • Test the Interactive Canvas: Prompt the assistant to draft a marketing proposal or strategy document, then use the side-by-side Canvas editor to refine, edit, and format the generated content.
  • Experiment with Agent Designer: Revisit the visual Agent Designer (+ New Agent) to build additional custom agents. Try adjusting system instructions, attaching specific data connectors, or prompting the copilot to build multi-step workflow logic.
  • Share Sessions and Agents: Explore enterprise collaboration capabilities by inspecting the share menu on your active chat conversations or custom-built agents to see how teams distribute AI workflows.
  • Review the Gen-Z Campaign Ideas: Revisit the Idea Generation session to explore the marketing concepts your team of AI agents produced.
  • Analyze the Deep Research Findings: Return to the Deep Research agent to examine the detailed report and its actionable insights.
  • Explore Pre-built Agents: In the Agents section of your Gemini Enterprise app's homepage, see if any Google-provided example agents are listed and try interacting with them to understand their capabilities.

This self-directed exploration is a great way to solidify what you've learned and discover even more potential uses for these powerful AI tools in managing and understanding enterprise information.

Congratulations!

Congratulations! You've successfully deployed and explored Google Gemini Enterprise. Throughout this lab, you've configured data stores, interacted with different agents for search and summarization, and performed focused document analysis with NotebookLM, even generating multimodal overviews. These hands-on skills are invaluable for leveraging Google's advanced AI to unlock enterprise knowledge and streamline decision-making.

Next steps / learn more

For more information about Gemini Enterprise, see the following pages:

Manual Last Updated June 26, 2026

Lab Last Tested June 26, 2026

Copyright 2026 Google LLC. All rights reserved. Google and the Google logo are trademarks of Google LLC. All other company and product names may be trademarks of the respective companies with which they are associated.

Prima di iniziare

  1. I lab creano un progetto e risorse Google Cloud per un periodo di tempo prestabilito
  2. I lab hanno un limite di tempo e non possono essere messi in pausa. Se termini il lab, dovrai ricominciare dall'inizio.
  3. In alto a sinistra dello schermo, fai clic su Inizia il lab per iniziare

Utilizza la navigazione privata

  1. Copia il nome utente e la password forniti per il lab
  2. Fai clic su Apri console in modalità privata

Accedi alla console

  1. Accedi utilizzando le tue credenziali del lab. L'utilizzo di altre credenziali potrebbe causare errori oppure l'addebito di costi.
  2. Accetta i termini e salta la pagina di ripristino delle risorse
  3. Non fare clic su Termina lab a meno che tu non abbia terminato il lab o non voglia riavviarlo, perché il tuo lavoro verrà eliminato e il progetto verrà rimosso

Questi contenuti non sono al momento disponibili

Ti invieremo una notifica via email quando sarà disponibile

Bene.

Ti contatteremo via email non appena sarà disponibile

Un lab alla volta

Conferma per terminare tutti i lab esistenti e iniziare questo

Utilizza la navigazione privata per eseguire il lab

Il modo migliore per eseguire questo lab è utilizzare una finestra del browser in incognito o privata. Ciò evita eventuali conflitti tra il tuo account personale e l'account studente, che potrebbero causare addebiti aggiuntivi sul tuo account personale.

Completa questo rapido passaggio per avviare il lab.