<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <!-- 
    This sitemap helps search engines discover and index the pages of the Project KARL documentation.
    - <loc>: The absolute URL of the page. REQUIRED.
    - <lastmod>: The date of last modification (YYYY-MM-DD). RECOMMENDED.
    - <priority>: The priority of this URL relative to other URLs on your site (0.0 to 1.0). OPTIONAL.
  -->

  <!-- Main Documentation Landing Page (Highest Priority) -->
  <url>
    <loc>https://karldocs.netlify.app/index.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>1.0</priority>
  </url>

  <!-- Core Documentation Pages (High Priority) -->
  <url>
    <loc>https://karldocs.netlify.app/introduction.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/getting_started.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/core-concepts.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/integration.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/privacy.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.8</priority>
  </url>

  <!-- Contributor & API Docs (Medium-High Priority) -->
  <url>
    <loc>https://karldocs.netlify.app/contri.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/api.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.7</priority>
  </url>

  <!-- Supporting Documentation Pages (Medium Priority) -->
  <url>
    <loc>https://karldocs.netlify.app/eat.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/faq.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/maturity.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://karldocs.netlify.app/glossary.html</loc>
    <lastmod>2024-05-22</lastmod>
    <priority>0.5</priority>
  </url>
  
  <!-- 
    If your tutorials/examples are separate HTML pages, add them here.
    For example:
    <url>
      <loc>[YOUR_WEBSITE_URL]/examples/adaptive_ui.html</loc>
      <lastmod>2024-05-22</lastmod>
      <priority>0.5</priority>
    </url>
  -->

</urlset>