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

# Support

> We're here to help you get the most out of Guardion

export function openSearch(e) {
  e.preventDefault();
  document.getElementById('search-bar-entry').click();
}

<div onClick={openSearch} style={{ cursor: 'pointer' }}>
  <Card title="Ask our docs" icon="message" arrow={true}>
    Ask our AI assistant that's been trained on our documentation.
  </Card>
</div>

<CardGroup cols={2}>
  <Card title="Email Us" icon="inbox" href="mailto:founders@guardion.ai">
    If you're facing challenges to access your dashboard, use API, or general questions, email us at [founders@guardion.ai](mailto:founders@guardion.ai).
  </Card>

  <Card title="Slack Channel (Enterprise only)" icon="slack">
    Send us a message through our point of contact, and we'll arrange a Slack integration for your enterprise account.
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.gg/PDWss5Fz79">
    Join our Discord community to connect with other Guardion users, share experiences, and get help from our team.
  </Card>
</CardGroup>

<Info>
  We do our best to respond to all requests within 24 hours but delays may occur during busy times.
</Info>
