Use this page to set up Poolside Assistant and make your first change.Documentation Index
Fetch the complete documentation index at: https://docs.poolside.ai/llms.txt
Use this file to discover all available pages before exploring further.
This quickstart covers using Poolside in your IDE with Poolside Assistant. Poolside is also available in the browser and from the CLI. See Poolside Chat and Poolside Agent CLI.
Prerequisites
- Access to a Poolside instance URL. If you do not have an instance URL, contact your Poolside administrator.
- Permission to install IDE extensions in your environment.
- A local project or repository open in your IDE.
Get started in your IDE
Install the extension
- VS Code
- Visual Studio
You must have Visual Studio Code (VS Code) version 1.85.0 or later installed.If VS Code is not installed, install it from your organization’s internal software catalog or download the latest stable release from code.visualstudio.com.
- Install using a web browser
- Install using VS Code
- Install manually
- Go to the Poolside Assistant page on the Visual Studio Marketplace.
- Click Install to open the extension details page in VS Code.
If a dialog box appears with the messageVisual Studio Code is required to install this extension, click Continue. - In VS Code, click Install.
- Restart VS Code to complete the installation.
Connect to your instance and sign in
- VS Code
- Visual Studio
- Click the Poolside Assistant icon in the VS Code Status Bar, and then select Show Poolside Assistant.
- In the Poolside chat panel, click the Settings icon.
-
In the Poolside Settings tab, set
Poolside: URIto your Poolside instance URL. - In the Poolside chat panel, click Sign in.
- Follow your organization’s sign-in process.
If you don’t have an instance URL, contact your Poolside administrator.
Start your first conversation
Open the project, repository, or file you want to work with in your IDE.In the Poolside chat panel, ask a question that helps you understand the project or file.
Try one of these prompts:Poolside Assistant reviews your project and generates a summary, using relevant files as context so you do not have to add them manually.
Make a change
Ask Poolside to suggest some improvements for your codebase.For example:Poolside analyzes your codebase. It might ask for approval before reading files or running commands to better understand your project.Review the response and tell Poolside which improvement to make. For example:A list of tasks appears, such as analyzing files, creating or updating code, and running tests, and Poolside might ask for more approvals again as it works. For more information, see How Poolside Assistant works.
Review the change
When Poolside is done, click Review Changes to inspect the diff.If you want to undo the changes, click Revert in the chat panel.
Try more examples
To continue, see these resources:
- Example prompts for common development tasks
- Example workflows for agent-driven tasks
Next steps
Poolside Assistant (IDE)
Learn about agent workflows, commands, and context.
Prompting best practices
Get better results with practical prompting patterns.