How To Use Cursor AI (Full Tutorial For Beginners 2025)
by Dr Alex Young
The video walks viewers through installing Cursor AI, setting up a new project, and using its AI features such as the chat interface, agent mode, and settings customization. It covers downloading Cursor, creating a project folder, exploring the UI, configuring models, and enabling features like Auto‑Run Mode and web search.
How to Use Cursor AI (Full Tutorial For Beginners 2025)
Overview
This guide follows the exact steps shown in Dr Alex Young’s 2025 tutorial. It covers downloading Cursor, creating a new project, exploring the interface, and configuring key settings to get the most out of the AI coding experience.
Prerequisites
- A computer running macOS or Windows.
- Internet connection for downloads and AI requests.
- (Optional) A GitHub account if you plan to sync code.
Step‑by‑Step Instructions
1. Download and Install Cursor
- Open a browser and go to cursor.com.
- Click Download for Mac or Download for Windows.
- Run the installer and follow the prompts.
- Launch Cursor after installation.
2. Sign In and Choose a Plan
- On first launch, sign in with Google, GitHub, or email.
- Select the Free tier to start (or upgrade to Pro for unlimited requests).
3. Create a New Project
- In Cursor, click Open Project.
- Choose a location (e.g.,
~/Downloads/test-project). - Click Create and then Open.
4. Explore the Interface
- Left Sidebar – Project file tree.
- Right Sidebar – AI chat panel.
- Top Tabs – Open files and settings.
- Bottom Panel – Source control (GitHub integration).
5. Configure Settings
- Open Settings via the gear icon or
Ctrl+,. - Appearance: Set dark mode, font size, etc.
- Privacy Mode: Enable if you want code kept local.
- AI Models: Ensure Claude 3.7 Sonnet or Gemini 2.5 Pro Max is active.
- Auto‑Run Mode: Turn Off for beginners to review each change.
- Web Search: Enable in beta to allow the AI to fetch examples.
6. Use the Chat Interface
- Type a natural‑language request in the chat (e.g., "Create a React component that displays a user profile").
- The AI will generate code and display it in the editor.
- Press Tab to accept a suggestion or Esc to reject.
7. Switch Between Modes
- Agent Mode (default): AI writes new code.
- Ask Mode: Ask questions about existing code (e.g., "Where is the authentication function?").
- Manual Mode: Write code yourself and let the AI assist selectively.
8. Manage Your Project
- Use the Source Control panel to commit and push to GitHub.
- Use the Terminal (bottom panel) to run
npm run devor other commands.
Tips & Gotchas
- Auto‑Run Mode: Keep it off until you’re comfortable; it can generate unwanted changes.
- Model Choice: Claude 3.7 Sonnet usually gives the best balance of speed and quality.
- Privacy: If you’re working on sensitive code, enable Privacy Mode to keep data local.
- Web Search: Enable only if you need external examples; it may slow down responses.
- File Indexing: Wait for the indexing bar to finish before asking complex questions.
- Keyboard Shortcuts:
Tabto accept,Escto reject,Ctrl+Kto edit a selected block.
Happy coding with Cursor AI!





