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

# Help

> Support for CAiSEY

<Callout type="warning" title="Please read the FAQ first!">
  Before reaching out for help, please make sure you have read the <a href="/faq">FAQ</a>.
</Callout>

<Callout type="info" title="Email Issues">
  For issues with receiving emails or accessing your email account, please contact your university's IT department. CAiSEY cannot assist with accessing your emails.
</Callout>

{(() => {
const email = "support@caisey.me";
const subject = "CAiSEY Support";
const body = `CAiSEY e-mail address (if registered):\n\nCourse information:\n\nDetails:\n`;
const mailto = `mailto:${email}?subject=${encodeURIComponent(subject)}&body=${encodeURIComponent(body)}`;
return (
  <>
    If you still need help or have feedback, please email <a href={mailto}>support@caisey.me</a>.
  </>
);
})()}
