# Foundational AI Knowledge

- [What is Artificial Intelligence?](https://www.aisurvival.org/foundational-ai-knowledge/what-is-artificial-intelligence.md): A brief discussion about what AI is and isn't.
- [A Brief History of Automation](https://www.aisurvival.org/foundational-ai-knowledge/a-brief-history-of-automation.md): It wasn't always quite this threatening...
- [The Rise of Machine Learning](https://www.aisurvival.org/foundational-ai-knowledge/the-rise-of-machine-learning.md): The AI revolution is underway thanks to machine learning.
- [The Role of Data](https://www.aisurvival.org/foundational-ai-knowledge/the-role-of-data.md): Our knowledge has proven to be less important than we hoped.
- [Are You Replaceable?](https://www.aisurvival.org/foundational-ai-knowledge/are-you-replaceable.md): The answer might surprise you.
- [Learn More About AI](https://www.aisurvival.org/foundational-ai-knowledge/learn-more-about-ai.md): Get informed now so you can prepare for the worst.


---

# Agent Instructions: 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://www.aisurvival.org/foundational-ai-knowledge.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.
