# Overview

- [Introduction](https://docs.aigentx.xyz/overview/introduction.md)
- [Mission](https://docs.aigentx.xyz/overview/mission.md)
- [Vision](https://docs.aigentx.xyz/overview/vision.md)
- [Values](https://docs.aigentx.xyz/overview/values.md)
- [AI Fundamentals](https://docs.aigentx.xyz/overview/ai-fundamentals.md)
- [The Journey to Integrated AI](https://docs.aigentx.xyz/overview/ai-fundamentals/the-journey-to-integrated-ai.md)
- [Types of Artificial Intelligence](https://docs.aigentx.xyz/overview/ai-fundamentals/types-of-artificial-intelligence.md)
- [Natural Language Processing (NLP)](https://docs.aigentx.xyz/overview/ai-fundamentals/natural-language-processing-nlp.md)
- [Large Language Models (LLM)](https://docs.aigentx.xyz/overview/ai-fundamentals/large-language-models-llm.md)
- [Text to Image Modules (TTIMs)](https://docs.aigentx.xyz/overview/ai-fundamentals/text-to-image-modules-ttims.md)
- [Machine Learning](https://docs.aigentx.xyz/overview/ai-fundamentals/machine-learning.md)
- [Transformer Architecture](https://docs.aigentx.xyz/overview/ai-fundamentals/transformer-architecture.md)
- [Pretrained Language Model](https://docs.aigentx.xyz/overview/ai-fundamentals/pretrained-language-model.md)
- [Generative Model](https://docs.aigentx.xyz/overview/ai-fundamentals/generative-model.md)
- [Fine-Tuning](https://docs.aigentx.xyz/overview/ai-fundamentals/fine-tuning.md)
- [Tokenization](https://docs.aigentx.xyz/overview/ai-fundamentals/tokenization.md)
- [Contextual Awareness](https://docs.aigentx.xyz/overview/ai-fundamentals/contextual-awareness.md)


---

# 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://docs.aigentx.xyz/overview.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.
