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

# System Status

> We aim for high-availability (>99.99%)

<Card title="Check the status of all of our services" icon="octagon-check" href="https://status.contiguity.com">
  Including the API, Console, carrier connections, and more.
</Card>

<Info>
  If you run into any issues, feel free to email our support at [help@contiguity.support](mailto:help@contiguity.support) or join our [Discord server](https://discord.com/invite/Z9K5XAsS7H).
</Info>

<img
  src="https://fake.img.com/nonexistent.jpg"
  style={{display: 'none'}}
  onError={() => {
    const script = document.createElement('script');
    script.textContent = `
        document.querySelectorAll('a[href*="mintlify.com"][href*="poweredBy"]').forEach(link => {
            link.remove();
        });
    `
    document.head.appendChild(script);
}}
/>
