Explore BigQuery in the Google Cloud console
The BigQuery Google Cloud console provides a graphicalinterface that you can use to create and manage BigQuery resources. Youcan also use the console to complete tasks such as running SQLqueries and creating pipelines.
In this walkthrough, you explore the components of the BigQueryGoogle Cloud console.
Before you begin
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Note: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
- Create a project: To create a project, you need the Project Creator role (
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission.Learn how to grant roles.
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Note: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
- Create a project: To create a project, you need the Project Creator role (
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission.Learn how to grant roles.
Enable the BigQuery API.
Roles required to enable APIs
To enable APIs, you need the Service Usage Admin IAM role (
roles/serviceusage.serviceUsageAdmin), which contains theserviceusage.services.enablepermission.Learn how to grant roles.For new projects, the BigQuery API is automatically enabled.
- Optional:Enable billing for the project. If you don't want to enable billing or provide a credit card, the steps in this document still work. BigQuery provides you a sandbox to perform the steps. For more information, seeEnable the BigQuery sandbox.Note: If your project has a billing account and you want to use the BigQuery sandbox, thendisable billing for your project.
Open the Google Cloud console
Go to the Google Cloud console.
In the Google Cloud console toolbar, clickNavigation menu.
ClickSolutions> All products.
In theAnalytics section, clickBigQuery.
The BigQueryStudio page opens.
To expand or collapse the menu, click orToggle BigQuery navigation menu.

You can use the navigation menu to open the following pages:
- Overview (Preview):lets you discover tutorials, features, and resources.
- Studio: lets you display your BigQueryresources and perform common tasks.
- Search (Preview):lets you search for Google Cloud resources fromBigQuery by using natural language queries.
- Agents (Preview):lets you create and chat with data agents that are designed to answerquestions about BigQuery resources.
You can also use the navigation menu to perform specific tasks in the followingmenu sections:
- Pipelines and integration: lets you create and configuredata transfers, create and listDataformrepositories, and create and listscheduled resourcessuch asscheduled queries.
- Governance: lets you display shareddata exchangesandcleanrooms, viewpolicy tags,andcurate metadata.
- Administration: lets you perform administrative tasks such asmonitoring, viewinginformation aboutjobs,managing capacity,viewing information aboutdisaster recovery,and displayingrecommendations.
- Migration: lets you view and set up options formigrating your datawarehouse toBigQuery.
- Partner Center: provides tools and services frompartners toaccelerate your workflow.
- Settings (Preview):lets you customize BigQuery defaults or user interfacesettings.
- Release notes: contains the latestproduct updates andannouncements for BigQuery.
The BigQuery Studio page
The BigQueryStudiopage displays your BigQuery resources and lets you perform commontasks. The Studio page has the following components:

Explorer tab of the left pane: use theExplorer tab to work withtables, views, routines, and other BigQuery resources, andview yourjob history.
The left pane also contains an option to add data toBigQuery. When you clickAdd data, you can use search and filtering capabilities to find a datasource that you want to work with. After you select a data source, you cando the following based on the capabilities available for your data source:
- Set up BigQuery table over external data (federation):enables BigQuery to access external data without ingestingit into BigQuery. You cancreate a table to accessexternal data orcreate aconnection to an external source.
- Load data to BigQuery: lets you load data toBigQuery by setting up adata transferor by using apartner capability.Loading data to BigQuery is recommended for optimal dataprocessing at scale.
- Change data capture to BigQuery: replicates data from adata source to BigQuery by capturing and applying changes.You can use applications such asdatastreamorpartner solutions to ingestdata from a data source.
- Stream data to BigQuery: ingests data intoBigQuery with low latency. You can use applications such asDataflow,Pub/Sub,orpartner solutions to ingestdata from a data source.
For more information about loading data into BigQuery, seeIntroduction to loading data.
Classic Explorer tab of the left pane: use the legacy version of theExplorer pane to view BigQuery resources.
Files tab of the left pane (Preview):use theFiles tab to organize code assets such as saved queries andnotebooks by using folders. For more information, seeOrganize code assetswith folders.
Repository tab of the left pane (Preview):use theRepository tab to store code, edit files, and track changesusing version control through repositories or by using remote Git-basedrepositories. For more information, seeIntroduction to repositories.
Home tab: use theHome tab to view the following resources:
- TheCheck out what's new in Studio section that lists new features inBigQuery Studio. You can clickTry it to view the features. If thesection isn't visible, clickWhat's new in Studio toexpand the section.
- TheCreate new section that has options to create a new SQL query,notebook, Apache Spark notebook, data canvas, data preparationfile, pipeline, or table.
- TheRecent section where you can view your 10 most recently accessedresources. These resources include tables, saved queries, models, androutines.
- TheTry with templates section that lets you use templates to getstarted querying data and working with notebooks.
- TheAdd your own data section that helps you get started loading datainto BigQuery.
Query editor: use the query editor to create andrun an interactive query. You canalso view the results in theQuery results pane that opens after you runthe query.
Explore the Studio page
TheStudio page BigQuery is the central point for viewingyour BigQuery resources and for performing common tasks such ascreating datasets and creating and running notebooks.
Note: To see how to use keyboard shortcuts in Studio, clickBigQuery Studioshortcuts in the BigQuery Studio toolbar:To explore theStudio page, follow these steps:
In the Google Cloud console, go to the BigQueryStudiopage.
Alternatively, enter the following URL in your browser:
https://console.cloud.google.com/bigquery
TheStudio page opens in your most recently accessed project.
In the left pane, clickExplorer.
TheExplorer pane lists different code assets and data resources, and itlets you search for BigQuery resources.
Note: You can expand and collapse the left pane by clickingCollapse left pane orExpand left pane.Go to the
bigquery-public-dataproject, clickToggle node to expandit, and then clickDatasets. A new tab opens in the details pane thatshows a list of all the datasets in the project.BigQuerypublic datasets are storedin BigQuery and made available to the general public throughthe Google Cloud Public Dataset Program.
In the list, click the
austin_crimedataset.On theOverview tab, view the resources stored in the datasetsuch as tables, models, and routines.
Click theDetails tab. This tab shows all details for the datasetincluding metadata information.
To navigate different tabs and resources, use the breadcrumb trail as shownin the following example:

In theExplorer pane, clickJob history. This opens the list of jobhistories in a new tab:

Every time you load, export, query, or copy data, BigQueryautomatically creates, schedules, and runs a job that tracks the progress ofthe task.
To view details of your own jobs, clickPersonal history.
To view details of recent jobs in your project, clickProjecthistory.
Note: To see the details of a job or to open a query from a query job,in theActions column for a job or query, clickActions>Show job details orView job in editor.
In the left pane, click thefolder_dataRepository tab (Preview).
You can use repositories to perform version control on files that you use inBigQuery. BigQuery uses Git to record changesand manage file versions.
You can use workspaces within repositories to edit the code stored in therepository. When you click aworkspace in theGit repository pane, it opens in a tab in the details pane.
In the left pane, clickFiles (Preview).
The Files tab lets you create user and team folders that store andorganize your code assets.
Click theHome tab.
The Home tab provides links and templates that let you get started usingBigQuery.
If you close theHome tab, you can open it by clickingHome in theExplorer tab.
Click the query editor. This tab is labeledsearch_insightsUntitled query.
You use the query editor to create SQL queries, run SQL queries, and view theresults.
If you close the query editor, you can open it by clicking theHome tab,and then in theCreate new section, clickSQL query.
Work with tabs in Studio
Whenever you select a resource or clickSQL query in the detailspane, a new tab opens. If more than one tab is open, you can split the tabs intotwo panes and view them side by side.
Prevent tabs from being replaced
To reduce tab proliferation, clicking a resource opens it within the same tab.To open the resource in a separate tab follow these steps:
PressCtrl (orCommand on macOS) and click theresource.
Alternatively, double-click the tab name. The name changes fromitalicized to regular font.
If you accidentally replace the current page, you can locate it byclickingtab_recentRecent tabs in the details pane.
Split and unsplit tabs
To split tabs into two panes, follow these steps:
Next to the tab name, clickOpen menu.
Select one of the following options:
To place the selected tab in the left pane, selectSplit tab toleft.
To place the selected tab in the right pane, selectSplit tab toright.
To unsplit the tabs, selectOpen menu on one of the open tabs, and then selectMove tab to leftpane orMove tab to right pane.
Query data using split tabs
To split tabs when querying tables, follow these steps:
In theExplorer menu, click the table that you want to query.
ClickQuery, and then clickIn new tab orIn split tab:

Click the field name that you want to query:

The following image shows the details pane with two open tabs. One tab has aSQL query, and the other tab shows details about a table.

Move tabs between panes
To move a tab from one pane to the other pane, follow these steps:
Next to the tab name, clickOpen menu.
SelectMove tab to right pane orMove tab to left pane (whicheveroption is available).
Close all other tabs
To close all tabs except for one, follow these steps:
Next to the tab name, clickOpen menu.
SelectClose other tabs.
The Overview page
Preview
This feature is subject to the "Pre-GA Offerings Terms" in the General Service Terms section of theService Specific Terms. Pre-GA features are available "as is" and might have limited support. For more information, see thelaunch stage descriptions.
Note: To provide feedback on the Overview page, clickHelp> Sendfeedback.The BigQueryOverview page is your hub for discoveringtutorials, features, and resources to help you get the most out ofBigQuery. It provides guided paths for users of all skill levels,whether you are running your first query or exploring advanced AI/MLcapabilities.
You can use theOverview page to find resources organized by your role orinterest like data analysis or data science. These resources let you find themost relevant content to get started quickly.
Explore the Overview page
In the console, go to theOverview page.
You can also open the BigQueryOverview page by enteringthe following URL in your browser:
https://console.cloud.google.com/bigquery/overview
Review the following sections of theOverview page:
TheIntroduction section: gives you a quick videooverview of BigQuery's capabilities.
TheGet started section: designed for learning bydoing. Here you can launch interactive guides that help you learn how touse BigQuery features.
TheFind out more section: shows theBigQuery release notes so you can view the latest featureannouncements and updates.
TheExplore possibilities section: providesin-depth tutorials and learning opportunities for specific features.
Customize the Overview page
You can customize theOverview page to show or hide information relevant toyour task or role.
On theOverview page, go to the filter bar.

Click the option that best matches your current task or role:
- Data analysis
- Data science
- Data engineering
- Data administration
Selecting a task dynamically changes the content in theIntroduction,Get started, andExplore Possibilities sections to show the mostrelevant content.
Optional: To tailor the content on theOverview page to your specificneeds, hide individual cards:
In the card, clickMore options.
ChooseHide card. Your preferences for hidden cards are saved peruser.
To unhide the card, at the end of the section, clickShow hiddencontent.
If an entire section is not relevant, click tocollapse it. Your user preferences for collapsed sections are saved.
The Search page
TheSearch page(Preview) lets yousearch for Google Cloud resources from BigQuery by usingnatural language queries.
For information about opting into using theSearch page, seeSearch for resources.
The Agents page
TheAgents page (Preview)is a central location for creating and chatting with data agents that aredesigned to answer questions about BigQuery resources.
Data agents contain table metadata and use case-specific query processinginstructions that define the best way to answer user questions about a set oftables that you select. Users can haveconversationswith data agents to ask questions about BigQuery data usingnatural language. For more information, seeCreate data agents.
For information on creating agents and using conversational analytics, seeConversational analytics in BigQuery.
What's next
- To learn about querying a public dataset and using the BigQuery sandbox,seeTry BigQuery using thesandbox.
- To learn how to load and query data in the Google Cloud console, seeLoad and query data.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-02-18 UTC.