
Getting Started Guide
How to Use Plandex
A practical guide to get you up and running with Plandex. Written by Delv Editorial, Delv Team.
Getting started with Plandex
In this guide, you will learn how to set up and use Plandex, an open-source terminal AI coding engine, to assist with complex multi-file coding tasks. By the end, you'll be ready to start coding more efficiently with AI support.Step 1: Sign up and set up
- Go to plandex.ai.
- Click on the "Get Started" button on the homepage.
- Fill out the sign-up form with your email and create a password.
- Confirm your email address by clicking the link in the verification email.
- Once verified, log in to your Plandex account.
Step 2: Your first coding task
- Open your terminal and type
plandex initto create a new project directory. - Navigate to your project directory using
cd your-project-name. - To start a new coding task, type
plandex startfollowed by a brief description of what you need help with. For example,plandex start "Create a function to calculate Fibonacci numbers". - Plandex will generate code snippets and suggest files where the code can be implemented.
- Review the suggestions and select the one that fits your needs by typing the corresponding number.
- Plandex will then create the necessary files and add the code for you.
Step 3: Get better results
- Use specific prompts when asking for help. Instead of saying "fix my code," provide context, such as "optimise this sorting algorithm for large datasets."
- Explore the
plandex helpcommand to view available commands and options. - Collaborate with others by using the
plandex sharecommand to send your project files to teammates.
Pro tip
Use theplandex config command to personalise your settings. You can adjust parameters like coding styles or preferred programming languages, which can save you time in generating code that meets your specific needs.