> ## 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.

# FAQs

> Frequently Asked Questions for CAiSEY

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="How can I start my assignment?">
    If you have accepted your instructor's invite, go to <a href="https://caisey.me" target="_blank">caisey.me</a> to view your assignments. If not, ask your instructor for the invite link.
  </Accordion>

  <Accordion title="I am not receiving the email from CAiSEY to log in.">
    * Check your spam folder and make sure you are checking the correct email inbox (the one you signed up with).<br />
    * If your university uses multiple email aliases or inboxes, contact your university's IT department for help. Forwarding emails between inboxes can sometimes cause issues.
  </Accordion>

  <Accordion title="How can I sign up?">
    Ask your instructor for the invite link to your course.
  </Accordion>

  <Accordion title="I may have signed up for the wrong course or section.">
    Contact your instructor to update your course assignment.
  </Accordion>

  <Accordion title="I used the wrong university ID during sign up.">
    {(() => {
            const emailDetails = {
              address: "support@caisey.me",
              subject: "CAiSEY: Change University ID",
              body: `E-mail address used for CAiSEY sign-up:\nUniversity ID you'd like to change to:\n\nPlease CC your instructor.`
            };
            const mailtoLink = `mailto:${emailDetails.address}?subject=${encodeURIComponent(emailDetails.subject)}&body=${encodeURIComponent(emailDetails.body)}`;
            return (
              <>
                Please <a href={mailtoLink} target="_blank">email us</a> with the subject "{emailDetails.subject}", include your CAiSEY signup email, the new university ID, and CC your instructor.
              </>
            );
          })()}
  </Accordion>

  <Accordion title="Where can I get help or give feedback?">
    For more help or to give feedback, please visit our <a href="/help">Help page</a>.
  </Accordion>
</AccordionGroup>
