Prompt
The instruction or input you give an AI system. It can include text, images, or other supported content.
Your friendly starting point for artificial intelligence. Understand the basics, discover useful tools, and learn how APIs connect it all.
No technical experience needed · No account required for this guide
A little curiosity goes a long way
✦ Example conversation, not a live AI chat.
01 / Build your foundation
Open each short lesson. No complicated math, coding, or prior knowledge required.
A simple explanation of artificial intelligence and where you already see it.
Read lessonArtificial intelligence (AI) is a broad term for computer systems that perform tasks associated with intelligence, such as recognizing speech, making predictions, or generating text.
You already encounter AI in spam filters, recommendations, translation, and voice recognition.
Example: A spam filter looks for patterns that help distinguish unwanted messages from useful ones.
AI is not automatically correct, conscious, or able to do every task. Different systems have different capabilities.
Understand the difference between the technology and the app you use.
Read lessonThink of a model as an engine and an app as the vehicle built around it. ChatGPT is an app that provides access to AI models and other features.
Better instructions usually lead to more useful answers.
Read lessonA prompt is the instruction or input you give an AI system.
Include your goal, useful background, and the format you want. You can then ask follow-up questions or request a revision.
Instead of: “Teach me Excel.”
Try: “I’m new to Excel. Explain SUM and AVERAGE using
a small household budget. Give me one practice exercise.”
If a task is complex, break it into smaller steps. Clear prompting helps, but it does not guarantee a correct answer.
You don’t need dozens of subscriptions. Start with one useful task.
Read lessonCompare ease of use, privacy settings, output quality, accessibility, and cost. Test a small task before paying.
Learn why confident answers still need a careful human check.
Read lessonAI can invent facts, sources, quotes, calculations, and code. This is often called a hallucination.
Its knowledge may be outdated. Even an AI tool with web access can misunderstand a source or cite something irrelevant.
A good checking habit: Open the original source, confirm the date, compare important claims, and test any code or calculation.
AI can also reproduce bias. Treat it as an assistant, not the final authority, especially for health, legal, financial, or safety decisions.
Protect your information and respect the people behind the content.
Read lessonUse anonymous sample data while learning. A tool being popular does not automatically make it private.
02 / Find your everyday helpers
A curated selection of popular and practical AI tools—not an exhaustive or live ranking. Open a guide to see what a tool does and how to start.
Try a different search or save a tool using its star button.
External tools may require an account, payment, or a minimum age, and may have regional restrictions. This directory does not provide subscriptions or endorse every listed service.
03 / Learn by doing
Build an instruction, copy it, and try it in an AI assistant of your choice.
Just tell the AI what you want, who it is for, and how the answer should look.
Tip: Add examples and constraints when they matter. If an answer misses the mark, explain what to change.
This builder uses a local template. It does not call an AI service or send your text anywhere.
04 / Understand the connection
You place an order. A waiter carries it to the kitchen and brings back the result. An API gives software a defined way to ask another system for something.
API stands for Application Programming Interface. An AI API lets an application request capabilities such as generating text, transcribing speech, or creating images.
Providers may charge by tokens, images, audio duration, compute time, or another unit. An app subscription does not necessarily include API usage.
Set available usage limits and billing alerts, and monitor spending. Alerts alone may not stop charges. Details vary by provider.
This is a local teaching demo with prepared answers—not a live AI model. No API key, network request, or charge is involved.
Example request
/api/explain is an imaginary backend route for this lesson,
not an existing service or provider endpoint.
Ready when you are.
Example JSON response
05 / Small steps, real progress
You don’t need to learn everything today. Complete these five steps and you’ll have a useful foundation.
0 of 5 completed
Bookmarks and checklist progress are stored in this browser when storage is available. They do not sync between devices.
06 / Your jargon decoder
A quick reference for terms you’ll see as you explore.
The instruction or input you give an AI system. It can include text, images, or other supported content.
A unit a model processes. In text, a token may be part of a word, a whole word, or punctuation. It is not always one word.
The amount of information a model can work with in one interaction. Limits and how input and output count vary by model.
An AI output that sounds plausible but is unsupported or wrong, such as an invented citation.
A system that works with more than one type of information, such as text, images, or audio.
A credential used to identify or authorize access to a service. Secret keys must be kept out of public code.
An address where an API accepts a request for a particular operation.
A common text format for structured data, using properties and values. APIs frequently use it for requests and responses.
A restriction on how much activity is allowed within a time period, such as requests per minute.
Retrieval-augmented generation: finding relevant documents and supplying them to a model to help it answer. Sources still need checking.
Additional training that adjusts a model using selected examples. It differs from attaching a document to a chat.
An AI-based system that can choose steps or use tools toward a goal. Permissions, supervision, and safeguards matter.
No. Most assistants, writing tools, and design tools work through normal interfaces. Coding becomes useful when you want to build custom applications. Automation services can connect some applications without much code.
This guide is free to use locally. External tools set their own prices: some offer free access or trials, while others require payment. Features, limits, and pricing can change. Check the official site before subscribing.
Choose a general assistant such as ChatGPT, Claude, Gemini, or Microsoft Copilot, depending on availability and your needs. Try explaining a familiar topic, brainstorming ideas, or rewriting a non-sensitive paragraph.
No. The prompt builder uses a template, and the API walkthrough shows prepared responses. They work without a server. Connecting a real model requires a provider account, a secure backend, and appropriate billing and access controls.
The included lessons, directory search, prompt builder, quiz, and API simulation work offline after you save this file. External tool websites need internet access. Progress saving depends on your browser’s storage permissions.
You can publish the index.html file with a static hosting service such as GitHub Pages, Netlify, or Cloudflare Pages. That makes this guide accessible by a link; it does not add a real AI backend.