# AI For Global Education Docs

## Docs

- [AI in International Higher Education – Professional Field Guide](https://docs.aiforglobaleducation.org/field-guides/ai-in-international-higher-education-professional-field-guide.md)
- [AI in International Higher Education – The Field Guide for Marketers and Strategists](https://docs.aiforglobaleducation.org/field-guides/ai-in-international-higher-education-the-field-guide-for-marketers-and-strategists.md): Artificial Intelligence isn’t just the latest tech buzzword, it’s rapidly becoming the connective tissue of the international higher education (IHE) ecosystem.
- [Chatbots, AI Assistants and Agents in International Education](https://docs.aiforglobaleducation.org/ai-cooking-lab/chatbots-ai-assistants-and-agents-in-international-education.md): A comprehensive overview of applied Generative AI in International Higher Education.
- [GPT‑5 Cookbook for International Education](https://docs.aiforglobaleducation.org/ai-cooking-lab/gpt-5-cookbook-for-international-education.md): A practical guide for international education teams. A series of copy‑paste prompts, concrete examples, and clear guardrails.
- [Claude Code Cookbook](https://docs.aiforglobaleducation.org/ai-cooking-lab/claude-code-cookbook.md)
- [N8N News Automation Recipe for International Education](https://docs.aiforglobaleducation.org/ai-cooking-lab/n8n-news-automation-recipe-for-international-education.md): A guide to build a simple automation using Prompt Engineering in N8N.
- [Creating Infographics with Google's AI Suite](https://docs.aiforglobaleducation.org/ai-cooking-lab/creating-infographics-with-googles-ai-suite.md): Creating infographics has never been easier with Google's Creative AI Suite.

## Product Docs

- [ReasonLens: Current Capabilities and Development Roadmap](https://docs.aiforglobaleducation.org/product-docs/readme.md)
- [System Architecture](https://docs.aiforglobaleducation.org/product-docs/diagrams/quickstart.md)
- [Three-Layer Audit Flow](https://docs.aiforglobaleducation.org/product-docs/diagrams/publish-your-docs.md)
- [User Journey](https://docs.aiforglobaleducation.org/product-docs/diagrams/editor.md)
- [Database Entity Relationship](https://docs.aiforglobaleducation.org/product-docs/diagrams/markdown.md)


---

# 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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.aiforglobaleducation.org/field-guides/ai-in-international-higher-education-professional-field-guide.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.
