Skip to content

Tools Setup Checklist

Everything you need to set up before Session 1. Work through the steps in order — later steps build on earlier ones. Budget 2–3 hours total, split across two sittings if you prefer. Times are estimates — it’s normal for some steps to take longer, especially if the tools are new to you.

StepWhatTimeStatus
1AI Platform Account + Apps~15 minRequired
2Personalization / Custom Instructions~15 minRecommended
3Memory~10 minRecommended
4Connections (MCP / Integrations)~15 minRecommended
StepWhatTimeStatus
5Terminal Basics~15 minRequired
6Code Editor + Extensions~15 minRequired
7Git~10 minRequired
8GitHub~15 minRequired
9Voice to Text~10 minRecommended
10Hands-on AI Skills~10 minRecommended
11Connect the Course Knowledge Base~5 minRecommended
StepWhatTimeStatus
12AI Registry Setup~20 minRecommended

These steps set up your AI platform accounts and configure them for the best experience in the course. You only need one platform set up — use whichever you prefer. Each platform has a Getting Started checklist that covers all four steps below:

PlatformGetting Started Guide
Claude (Anthropic)Getting Started with Claude
OpenAI (ChatGPT + Codex)Getting Started with OpenAI
Gemini (Google)Getting Started with Gemini
M365 Copilot (Microsoft)Getting Started with M365 Copilot

Pick your platform(s), open the Getting Started guide, and work through the steps below. Each guide has the platform-specific instructions.

What: Create an account with a paid subscription and install all available apps (web, desktop, mobile). The course requires a paid plan (e.g., ChatGPT Plus, Claude Pro, Gemini Advanced) — free tiers don’t support features you’ll need. Your Getting Started guide has pricing details.

  • I have a paid AI platform account and can start conversations
  • I’ve installed the desktop and mobile apps for my platform(s)
Stuck? Ask AI for help

I’m trying to sign up for [Claude / ChatGPT / Gemini / Copilot] and running into this issue: [describe what’s happening]. What should I try?

Still stuck? Check your platform’s Getting Started guide or bring your question to Session 1.

---

Step 2: Personalization / Custom Instructions

Section titled “Step 2: Personalization / Custom Instructions”

What: Tell your AI platform about yourself so every conversation starts with context about your role, industry, and preferences.

  • I’ve added personalization / custom instructions to my AI platform
Stuck? Ask AI for help

I’m trying to set up custom instructions in [ChatGPT / Claude / Gemini] and can’t find the setting. I’m on [web / desktop / mobile]. Where do I go?

Still stuck? Check your platform’s Getting Started guide or bring your question to Session 1.

---

What: Enable memory so your AI platform remembers context across conversations.

  • Memory is enabled on my AI platform
Stuck? Ask AI for help

I’m trying to enable memory in [ChatGPT / Claude / Gemini] but can’t find the toggle. I’m on [web / desktop / mobile] with a [Free / Plus / Pro] plan. Where do I look?

Still stuck? Check your platform’s Getting Started guide or bring your question to Session 1.

---

What: Connect your AI platform to external tools and data sources so it can read from and write to apps you already use — like Google Docs, Slack, or your company’s knowledge base. Each platform calls these something different (MCP servers, connectors, extensions, or connected apps).

You can skip this for now — you’ll set up specific connections later in the course when you need them.

  • I’ve connected at least one external tool or data source (optional — can do later)
Stuck? Ask AI for help

I’m trying to connect [tool name] to [ChatGPT / Claude / Gemini] and running into this issue: [describe what’s happening]. What should I check?

Still stuck? Check your platform’s Getting Started guide or bring your question to Session 1.

---

Your AI platform is ready. Next, you’ll set up the developer tools that let you build with AI.

These steps install the developer tools you’ll use throughout the course. Each step has a detailed guide — follow the link, complete the setup, then come back here and check the box.

What: Familiarize yourself with the basics of the terminal on Mac and PowerShell on Windows.

→ Go to Terminal Basics guide

  • I can open a terminal and see a prompt ($, %, or >)
  • Running pwd (Mac) or Get-Location (Windows) shows my current directory
Stuck? Ask AI for help

I’m learning to use the terminal on [Mac / Windows] and ran into this issue: [describe what happened]. What does this mean and what should I try?

---

What: Install and configure Cursor or VS Code with AI model integration (Claude, ChatGPT Codex, Gemini Code Assist, or similar).

→ Go to Editor Setup guide

  • I can open my editor and see the welcome screen or an empty workspace
  • At least one AI extension installed for a platform I have a paid subscription to
Stuck? Ask AI for help

I’m setting up [Cursor / VS Code] on [Mac / Windows] and running into this issue: [describe what’s happening]. What should I try next?

---

What: Install Git — a version control tool that tracks the changes you make to your AI building blocks. Git ensures you never lose them — every version is saved, and you can always recover or refine what you’ve built.

→ Go to Git Installation guide

  • Running git --version in my terminal shows a version number
Stuck? Ask AI for help

I’m trying to install Git on [Mac / Windows] and getting this error: [paste error]. What should I try next?

---

What: Create an account, enable 2FA, and create a repository for your coursework. GitHub is where your files live in the cloud — backed up, versioned, and accessible from any machine.

→ Go to GitHub Setup guide

  • I have a GitHub account
  • I can clone a repository and see the files in my editor
  • In my terminal, I can navigate to the cloned folder (cd my-repo-name) and run git status — it shows On branch main
Stuck? Ask AI for help

I’m trying to clone a GitHub repository in [Cursor / VS Code] on [Mac / Windows] and getting this error: [paste error]. What should I try?

---

What: Configure system voice input or install a dedicated voice-to-text tool (Wispr Flow recommended).

→ Go to Voice to Text Setup guide

  • I can dictate text into any input field on my computer
Stuck? Ask AI for help

I’m setting up [Wispr Flow / Claude Desktop Quick Entry] on [Mac / Windows] for voice-to-text and running into this issue: [describe what’s happening]. What should I check?

---

What: Skills are reusable instructions that teach your AI tool how to do specific tasks your way — like editing to publication standards or generating meeting briefs. You’ll use these throughout the course.

→ How to Add Skills to Your Platform

  • At least one skill installed or added to your platform
  • Skill verified — invoked it in your AI tool and got a response
Stuck? Ask AI for help

I’m trying to add a skill to [your platform] and it’s not working. What should I check?

---

Step 11: Connect the Course Knowledge Base

Section titled “Step 11: Connect the Course Knowledge Base”

What: Connect the Hands-on AI knowledge base to your AI tool so you can search course content, building blocks, and reference material right where you work.

→ Go to MCP Server Connection Guide

  • Hands-on AI MCP server connected to my AI platform
Stuck? Ask AI for help

I’m trying to connect the Hands-on AI MCP server to [Claude / ChatGPT / Cursor] and running into this issue: [describe what’s happening]. What should I check?

---

Your toolkit is complete. One last step to set up your workflow management system.

Keeping track of your workflows and the AI building blocks that power them is essential to change management and scaling your operations.

What: Get a free Notion account, duplicate the AI Registry template, and connect Notion to your AI tool.

→ Go to AI Registry Setup guide

  • Notion AI Registry template duplicated to my workspace
  • AI Registry plugin installed (/plugin install ai-registry@handsonai)
Stuck? Ask AI for help

I’m setting up the AI Registry in Notion and running into this issue: [describe what’s happening]. What should I check?

---

You’re all set for the course — nice work getting through the setup!

  • Quick test: Open your AI tool and ask: “What tools and connections do I have set up?” — this confirms everything is working together
  • Bookmark this page — come back to finish any steps you skipped
  • Start Session 1 — you’ll put these tools to work right away

Having trouble with any step? Bring your questions to the first session — we’ll troubleshoot together.

→ Back to courses overview