Stay organized with collections
Save and categorize content based on your preferences.
Dialogflow provides a web user interface called the Dialogflow Console
(open console).
You use this console to create, build, and test agents.
The Dialogflow Console is different from the Google Cloud Platform (GCP) Console
(visit documentation,
open console).
The Dialogflow Console is used to manage Dialogflow agents,
while the GCP Console is used to manage GCP-specific Dialogflow settings
(for example, billing) and other GCP resources.
In most cases you should use the Dialogflow Console to build agents,
but you can also use the Dialogflow API to build agents for advanced scenarios.
Many quickstart, concept, and how-to guides take you through the steps of using the console.
This page provides a high-level summary of the user interface layout and what the console is used for.
How the console is used
The console is used to create, build, manage, fine-tune, and test your agents.
With it, you can:
Create agents that define the conversational experience
When you sign in to the Dialogflow console,
sign in with your Google account used to access GCP services.
When you sign in for the first time,
you will be prompted with the following:
Allow Dialogflow to access your Google account. Dialogflow uses the following permissions:
View and manage your data across Google Cloud Platform services:
This permission lets you optionally deploy Cloud Functions for Firebase.
See Fulfillment for more information.
View and manage your Google Assistant voice commands, dialog, and grammar:
This permission lets you optionally test your Dialogflow agent on the Google Assistant.
See Google Assistant integration for more information.
View and manage your Actions on Google:
This permission lets you optionally deploy your Dialogflow agent
to the Google Assistant and Actions on Google as a conversational action(s).
Accept Dialogflow's terms of service.
Console interface layout
The console is arranged in three main panels:
Sidebar menu (left)
Only one agent is selected at a time,
and you select the agent at the top of the sidebar menu.
Once you have selected an agent,
you use these menu options to build and manage various elements of the agent.
For example, if you click Intents,
you will see a list of intents for the selected agent in the middle panel.
Main content (middle)
This panel shows data and editing controls
for the option selected in the sidebar menu.
For example, if you have selected Intents,
you will see an editable list of intents for the selected agent.
Dialogflow simulator (right)
You can have a conversation with your agent by speaking or typing messages in the Dialogflow simulator.
This is a useful tool to test that your agent behaves as expected.
There are examples of using the simulator in many quickstart and how-to guides.
[[["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-08-07 UTC."],[[["\u003cp\u003eThe Dialogflow Console is a web UI used for creating, building, managing, and testing Dialogflow agents.\u003c/p\u003e\n"],["\u003cp\u003eThe Dialogflow Console is distinct from the Google Cloud Platform (GCP) Console, which manages GCP-specific settings and resources, including billing.\u003c/p\u003e\n"],["\u003cp\u003eThe console provides tools to create agents, intents, entities, contexts, events, integrate with other platforms, and implement fulfillment, while also enabling agent performance analysis and testing through a simulator.\u003c/p\u003e\n"],["\u003cp\u003eThe console interface is arranged in three panels: a sidebar menu for selecting agent elements, a main content panel for editing, and a simulator for testing the agent.\u003c/p\u003e\n"],["\u003cp\u003eWhen signing into the Dialogflow console for the first time, users must allow Dialogflow access to their Google account and accept the terms of service, which includes granting permissions to manage data, voice commands, and Actions on Google.\u003c/p\u003e\n"]]],[],null,["# Dialogflow Console overview\n\nDialogflow provides a web user interface called the *Dialogflow Console*\n\n([open console](https://dialogflow.cloud.google.com)).\n\nYou use this console to create, build, and test agents.\n\n\nThe Dialogflow Console is different from the Google Cloud Platform (GCP) Console\n([visit documentation](https://support.google.com/cloud/answer/3465889?hl=en&ref_topic=3340599),\n[open console](https://console.cloud.google.com/)).\nThe Dialogflow Console is used to manage Dialogflow agents,\nwhile the GCP Console is used to manage GCP-specific Dialogflow settings\n(for example, billing) and other GCP resources.\n\n\nIn most cases you should use the Dialogflow Console to build agents,\nbut you can also use the Dialogflow API to build agents for advanced scenarios.\n\nMany quickstart, concept, and how-to guides take you through the steps of using the console.\nThis page provides a high-level summary of the user interface layout and what the console is used for.\n\nHow the console is used\n-----------------------\n\nThe console is used to create, build, manage, fine-tune, and test your agents.\nWith it, you can:\n\n- Create [agents](/dialogflow/docs/agents-overview) that define the conversational experience\n- Create [intents](/dialogflow/docs/intents-overview) that map user input to responses\n- Create [entities](/dialogflow/docs/entities-overview) to extract useful data from user input\n- Control conversation paths with [contexts](/dialogflow/docs/contexts-overview)\n- Add [events](/dialogflow/docs/events-overview) that are triggered by occurrences outside of the conversation\n- [Integrate](/dialogflow/docs/integrations) with other conversational platforms\n- Implement [fulfillment](/dialogflow/docs/fulfillment-overview) to connect your service when using integrations\n- [Analyze](/dialogflow/docs/analytics) agent performance\n- Test your agent via the [simulator](#simulator)\n- And more ...\n\n| **Note:** As an alternative to using the console, you can use the API to build and test agents. You should only do this in advanced scenarios, because it is usually much easier to use the console.\n\nSign in to the console\n----------------------\n\nWhen you sign in to the Dialogflow console,\nsign in with your Google account used to access GCP services.\nWhen you sign in for the first time,\nyou will be prompted with the following:\n\n1. Allow Dialogflow to access your Google account. Dialogflow uses the following permissions:\n - **View and manage your data across Google Cloud Platform services** : This permission lets you optionally deploy Cloud Functions for Firebase. See [Fulfillment](/dialogflow/docs/fulfillment-overview) for more information.\n - **View and manage your Google Assistant voice commands, dialog, and grammar** : This permission lets you optionally test your Dialogflow agent on the Google Assistant. See [Google Assistant integration](/dialogflow/docs/integrations/aog) for more information.\n - **View and manage your Actions on Google**: This permission lets you optionally deploy your Dialogflow agent to the Google Assistant and Actions on Google as a conversational action(s).\n2. Accept Dialogflow's terms of service.\n\nConsole interface layout\n------------------------\n\nThe console is arranged in three main panels:\n\n### Sidebar menu (left)\n\nOnly one agent is selected at a time,\nand you select the agent at the top of the sidebar menu.\nOnce you have selected an agent,\nyou use these menu options to build and manage various elements of the agent.\nFor example, if you click **Intents**,\nyou will see a list of intents for the selected agent in the middle panel.\n| **Note:** If you're working on a small screen, and the sidebar menu is hidden, click the menu *menu* button in the upper left corner.\n\n### Main content (middle)\n\nThis panel shows data and editing controls\nfor the option selected in the sidebar menu.\nFor example, if you have selected **Intents**,\nyou will see an editable list of intents for the selected agent.\n\n### Dialogflow simulator (right)\n\nYou can have a conversation with your agent by speaking or typing messages in the Dialogflow simulator.\nThis is a useful tool to test that your agent behaves as expected.\nThere are examples of using the simulator in many quickstart and how-to guides."]]