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

# Welcome

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

<div style={{ marginTop:"2rem",marginBottom:"8rem",maxWidth:"70rem",marginLeft:"auto",marginRight:"auto",paddingLeft:"1.25rem",paddingRight:"1.25rem" }}>
  <CardGroup cols={2}>
    <Card title="Payments API Guides" icon="code-branch" iconType="solid" horizontal href="/docs/technical/overview" cta="Learn More" />

    <Card title="Risk Intelligence API Guides" icon="code" iconType="solid" horizontal href="/docs/risk/overview" cta="Learn More" />
  </CardGroup>
</div>
