> For the complete documentation index, see [llms.txt](https://theaihandbook.leomohan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://theaihandbook.leomohan.net/table-of-contents.md).

# Table of Contents

Preface\
Chapter 1: What is NOT AI?\
Chapter 2: What IS AI?\
Chapter 3: Where Should I NOT Use AI?\
Chapter 4: Where Should I USE AI?\
Chapter 5: Who Should Use AI?\
Chapter 6: Who Should NOT Use AI?\
Chapter 7: How Does AI Actually Learn?\
Chapter 8: What Are the Different Kinds of AI?\
Chapter 9: How Can I Use AI in My Daily Life?\
Chapter 10: How Should I Talk to AI?\
Chapter 11: What Are AI's Biggest Limitations?\
Part 12: What Are the Risks and Dangers of AI?\
Part 13: How Will AI Change Different Industries?\
Chapter 14: What Questions Should I Ask About AI Tools Before Using Them?\
Chapter 15: How Do I Talk to My Kids About AI?\
Chapter 16: How Will AI Shape Our Future?\
Chapter 17: What Are the Most Common Misconceptions About AI?\
Chapter 18: How Can I Prepare Myself for an AI World?\
Chapter 19: What Are the Best Resources to Learn More?\
Chapter 20: The 20 Most Important Things I've Learned About AI\
Acknowledgments


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://theaihandbook.leomohan.net/table-of-contents.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
