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

> Official documentation for Blink, the agentic security automation platform for workflows, agents, and case management.

# Home

<div className="background-image">
  <div className="hero-text" style={{ position:"relative",  textAlign: "center"}}>
    <h1 className="text-black dark:text-white"> Welcome To Blink Docs</h1>\
    <h3 className="text-gray dark:text-gray"> From Idea to Reality in the Blink of AI </h3>
  </div>
</div>

<div
  style={{ maxWidth: '70rem', marginLeft: 'auto',
marginRight: 'auto', paddingLeft: '1.25rem',
paddingRight: '1.25rem' }}
>
  <CardGroup cols={3}>
    <Card title="Getting Started" icon="rocket" iconType="solid" href="/docs/getting-started/introduction">
      If you are new to Blink, this is the place to get started.
    </Card>

    <Card title="Workflows" icon="network-wired" iconType="solid" href="/docs/workflows/workflows">
      Understand how to build, trigger, and execute custom automated workflows using Blink’s Builder Editor.
    </Card>

    <Card title="Case Management" icon="briefcase" iconType="solid" href="/docs/case-management/case-management">
      Learn about how Case Management works in Blink.
    </Card>

    <Card title="Agents" icon="robot" iconType="solid" href="/docs/agent-builder/agent-builder">
      Learn how to build custom AI Agents that are purpose-built for your organization’s environment, policies, and infrastructure.
    </Card>

    <Card title="Blink Platform" icon="layer-group" iconType="solid" href="/docs/blink-platform/blink-platform">
      Gain a deeper understanding of Blink’s foundational infrastructure
    </Card>

    <Card title="Integrations" icon="plug-circle-bolt" iconType="solid" href="/docs/integrations/integrations">
      See how integrations work with Blink and the list of integrations offered.
    </Card>
  </CardGroup>

  <br />

  <div className="footer-container">
    <p className="footer-title">© Blink {year} - All Rights Reserved</p>

    <div className="footer-icons">
      <a href="https://www.youtube.com/channel/UCHPSbeyNTFR8_rTGjV7V9ow">
        <Icon icon="youtube" size={27} />
      </a>

      <a href="https://twitter.com/getblinkops">
        <Icon icon="twitter" size={27} />
      </a>

      <a href="https://www.linkedin.com/company/blink-ops/">
        <Icon icon="linkedin" size={27} />
      </a>
    </div>

    <span className="footer-display">
      <a href="https://www.blinkops.com/privacy-policy" className="footer-title">
        Privacy-
      </a>

      <a href="https://www.blinkops.com/terms-of-use" className="footer-title">
        -Terms of Service
      </a>
    </span>
  </div>
</div>
