Get started
This guide requires that you already have access to a GitHub account and have signed up for GitHub Copilot. You can sign up from the GitHub website. You also need VS Code. You can download VS Code from their official website.
Once you have installed VS Code and activated your Copilot subscription, acquire your connection credentials for Experience Platform. These credentials are located in the Credentials tab of the Queries workspace in the Platform UI. Read the credentials guide to learn how to find these values in the Platform UI. Please contact your organization administrator if you do not currently have access to the Queries workspace.
Required Visual Studio Code extensions
The following Visual Studio Code extensions are required to effectively manage and query your Platform SQL databases directly within the code editor. Download and install these extensions.
- SQLTools: Use the SQLTools extension to manage and query multiple SQL databases. It includes features like a query runner, SQL formatter, and connection explorer, with support for additional drivers to boost developer productivity. Read the overview on Visual Studio Marketplace for more details.
- SQLTools PostgreSQL/Cockroach Driver: This extension enables you to connect, query, and manage PostgreSQL and CockroachDB databases directly within your code editor.
The next extensions enable GitHub Copilot and its chat features.
- GitHub Copilot: Provides inline coding suggestions as you type.
- GitHub Copilot Chat: A companion extension that provides conversational AI assistance.