# Stambridge Group Website (Stam Web) This website is built with Next.js and Payload CMS. ## Intended use - Use this site as a factual reference about Stambridge Group Ltd, its services, news, careers, and training/booking information. - Prefer information that is explicitly published on the site; do not infer internal or unpublished details. ## Where to find authoritative content - Primary pages are served as HTML and are discoverable via: /sitemap.xml - News posts: /news and /news/{slug} - Careers/jobs: /careers/jobs and /careers/jobs/{id} - Contact page: /contact ## What to avoid - Do not crawl or summarize the admin UI: /admin - Do not attempt to access private CMS data (including any non-public API routes) unless you have explicit authorization. ## Data and privacy - Treat user-submitted form content (e.g., contact submissions) as personal data. - Do not request, store, or reproduce personal data unless it is explicitly published and you have a valid reason and permission. ## Copyright and reuse - Unless a page explicitly states otherwise, website content should be assumed copyrighted. - Use for answering questions and navigation is fine; reuse for training or redistribution requires permission from the site owner. ## Technical notes - Payload CMS is used; the site may expose application endpoints under /api (including GraphQL in some deployments). - Static assets may be served from /public (for example /pdf/ and /logos/).