> ## Documentation Index
> Fetch the complete documentation index at: https://laxailabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Public page

**LaxAiHub** is the learning platform built by [LaxAiLabs](https://laxailabs.com) — a personal AI lab focused on making artificial intelligence education practical, structured, and accessible. Whether you are just starting out or building production-grade AI systems, LaxAiHub gives you the learning paths, projects, and tools you need to **learn, build, and share AI systems**.

# Learn • Build • Share AI Systems

<CardGroup cols={2}>
  <Card title="Explore the Hub" icon="compass" href="/explore/introduction">
    Start here. Learn what LaxAiHub is, who it's for, and how to navigate your learning journey.
  </Card>

  <Card title="Build AI Agents" icon="robot" href="/agents/where-to-start">
    Set up your environment, master AI fundamentals, and build real projects like chatbots, RAG systems, and multi-agent pipelines.
  </Card>

  <Card title="AI Tools" icon="wrench" href="/tools/ai-development-tools">
    Discover the essential tools, extensions, and platforms that power modern AI development workflows.
  </Card>

  <Card title="Next Steps" icon="arrow-right" href="/next/ai-learning-journey">
    Map your AI career, explore certifications, and build a roadmap for continuous growth.
  </Card>
</CardGroup>

## Featured Learning Paths

<CardGroup cols={3}>
  <Card title="AI Fundamentals" icon="brain" href="/agents/llm-basics">
    Understand how large language models work, how to prompt them effectively, and how agents reason.
  </Card>

  <Card title="Environment Setup" icon="gear" href="/agents/ai-platforms">
    Get your AI development environment ready with VS Code, Python, and the right platforms.
  </Card>

  <Card title="Prompt Engineering" icon="message" href="/agents/prompt-engineering">
    Learn the techniques that unlock better outputs from any AI model — from zero-shot to chain-of-thought.
  </Card>
</CardGroup>

## Featured AI Projects

<CardGroup cols={2}>
  <Card title="Build a Chatbot" icon="comments" href="/agents/chatbot">
    Build your first AI-powered chatbot from scratch using Python and a hosted LLM API.
  </Card>

  <Card title="Retrieval Augmented Generation" icon="database" href="/agents/rag">
    Connect AI to your own documents with a RAG pipeline that retrieves context and generates grounded answers.
  </Card>

  <Card title="Model Context Protocol" icon="plug" href="/agents/mcp">
    Learn MCP — the open standard for connecting AI models to tools, APIs, and data sources.
  </Card>

  <Card title="Multi-Agent Systems" icon="network-wired" href="/agents/multi-agent-systems">
    Orchestrate multiple specialized AI agents to tackle complex, multi-step workflows autonomously.
  </Card>
</CardGroup>

## Latest Articles

<CardGroup cols={3}>
  <Card title="Why Learn AI Now" icon="lightbulb" href="/explore/why-learn-ai">
    The case for learning AI today — and why the window to build a competitive edge is still wide open.
  </Card>

  <Card title="Best AI Assistants" icon="star" href="/explore/ai-assistants">
    A practical comparison of the top AI assistants available today and how to get the most from each.
  </Card>

  <Card title="AI Certifications Guide" icon="certificate" href="/next/ai-certifications">
    The best AI certifications to validate your skills and advance your career in 2024 and beyond.
  </Card>
</CardGroup>

## Get Started

<Steps>
  <Step title="Explore the Hub">
    Read the [Introduction](/explore/introduction) to understand what LaxAiHub offers and who it's built for.
  </Step>

  <Step title="Set Up Your Environment">
    Follow the [Environment Setup](/agents/ai-platforms) guides to install Python, configure VS Code, and connect to an AI platform.
  </Step>

  <Step title="Learn the Fundamentals">
    Work through [LLM Basics](/agents/llm-basics), [Prompt Engineering](/agents/prompt-engineering), and [AI Agents](/agents/ai-agents).
  </Step>

  <Step title="Build a Real Project">
    Pick a project — start with the [Chatbot](/agents/chatbot) or jump straight to [RAG](/agents/rag) — and build something real.
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="Start Learning" icon="graduation-cap" href="/explore/introduction">
    Begin your AI learning journey with a structured introduction to LaxAiHub and what it offers.
  </Card>

  <Card title="View Projects" icon="folder-open" href="/agents/chatbot">
    Jump straight into building — start with the chatbot project and work your way up to multi-agent systems.
  </Card>
</CardGroup>

<Note>
  LaxAiHub is actively growing. New tutorials, projects, and resources are added regularly. Check back often or follow [LaxAiLabs](https://laxailabs.com) for updates.
</Note>
