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

# Client Portal Login

> Sign in to manage tickets, review SLA metrics, and access co-managed IT resources

Access your service tickets, review SLA dashboards, and manage co-managed IT resources through the WRLD client portal.

<div style={{maxWidth: '420px', margin: '2rem auto 2.5rem'}}>
  <div style={{border: '1px solid var(--border, rgba(0,0,0,0.1))', borderRadius: '0.75rem', padding: '2rem 2.25rem'}}>
    <form acceptCharset="UTF-8" action="https://wrld.syncromsp.com/portal/do_login" method="post" target="_blank">
      <h3 style={{textAlign: 'center', marginTop: 0, marginBottom: '0.5rem', fontSize: '1.25rem', fontWeight: 600}}>Sign In</h3>

      <p style={{textAlign: 'center', marginTop: 0, marginBottom: '1.5rem', fontSize: '0.875rem', opacity: 0.65}}>
        Get a magic link sent to your email to sign in securely — no password required.
      </p>

      <div style={{marginBottom: '1.25rem'}}>
        <label htmlFor="email" style={{display: 'block', fontSize: '0.8125rem', fontWeight: 500, marginBottom: '0.3rem'}}>Email</label>

        <input id="email" name="email" placeholder="your@email.com" type="email" style={{width: '100%', padding: '0.625rem 0.75rem', borderRadius: '0.375rem', border: '1px solid var(--border, rgba(0,0,0,0.15))', fontSize: '0.875rem', boxSizing: 'border-box', background: 'transparent', color: 'inherit', outline: 'none'}} />
      </div>

      <input name="commit" type="submit" value="Send Link →" style={{width: '100%', backgroundColor: '#2563EB', color: 'white', border: 'none', padding: '0.625rem 1.25rem', borderRadius: '0.375rem', fontSize: '0.875rem', fontWeight: 500, cursor: 'pointer'}} />
    </form>
  </div>
</div>

## What You Can Access

<Columns cols={3}>
  <Card title="Service Tickets" icon="ticket">
    View, update, and track all your open and resolved support requests in one place.
  </Card>

  <Card title="SLA Dashboard" icon="chart-line">
    Monitor your service level agreement metrics, response times, and performance history.
  </Card>

  <Card title="Co-Managed IT" icon="server">
    Access shared IT management tools and visibility into your infrastructure.
  </Card>
</Columns>

<Note>
  Don't have a portal account yet? [Submit a ticket](/support/submit-ticket) or email [helpdesk@wrld.tech](mailto:helpdesk@wrld.tech) to get access set up.
</Note>
