> ## Documentation Index
> Fetch the complete documentation index at: https://multiwoven-74-feature--update-docker-compose-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Welcome

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

<div className="relative w-full flex items-center justify-center" style={{ height: '31.25rem', backgroundColor: '#1F1F33', overflow: 'hidden' }}>
  <div style={{ flex: 'none' }}>
    <img className="pointer-events-none" src="https://mintcdn.com/multiwoven-74-feature--update-docker-compose-docs/0ZCySG2SMIv-u4xu/images/aisquared_banner.png?fit=max&auto=format&n=0ZCySG2SMIv-u4xu&q=85&s=7362913cebe5a3bbc974a91c26965346" width="3840" height="1474" data-path="images/aisquared_banner.png" />
  </div>

  <div style={{ position: 'absolute', textAlign: 'center' }}>
    <div
      style={{
    color: 'white',
    fontWeight: '400',
    fontSize: '48px',
    margin: '0',
  }}
    >
      AI Squared Documentation
    </div>

    <p
      style={{
    color: 'white',
    fontWeight: '400',
    fontSize: '20px',
    opacity: '0.7',
  }}
    >
      What can we help you build?
    </p>

    <button
      type="button"
      className="mx-auto w-full flex items-center text-sm leading-6 shadow-sm text-gray-400 bg-white ring-1 ring-gray-400/20 focus:outline-primary"
      id="home-search-entry"
      style={{
    maxWidth: '24rem',
    borderRadius: '4px',
    marginTop: '3rem',
    paddingLeft: '0.75rem',
    paddingRight: '0.75rem',
    paddingTop: '0.75rem',
    paddingBottom: '0.75rem',
  }}
      onClick={openSearch}
    >
      <svg
        className="h-4 w-4 ml-1.5 mr-3 flex-none bg-gray-500 hover:bg-gray-600 dark:bg-white/50 dark:hover:bg-white/70"
        style={{
      maskImage:
        'url("https://mintlify.b-cdn.net/v6.5.1/solid/magnifying-glass.svg")',
      maskRepeat: 'no-repeat',
      maskPosition: 'center center',
    }}
      />

      Start a chat with us...
    </button>
  </div>
</div>

<div
  style={{marginTop: '6rem', marginBottom: '8rem', maxWidth: '70rem', marginLeft: 'auto',
marginRight: 'auto', paddingLeft: '1.25rem',
paddingRight: '1.25rem' }}
>
  <div
    style={{
textAlign: 'center',
fontSize: '24px',
fontWeight: '600',
color: '#121142',
marginBottom: '3rem',
}}
  >
    Choose a topic below or simply{' '}
    <a href="https://app.squared.ai" className="text-primary underline" style={{textUnderlineOffset: "5px"}}>get started</a>
  </div>

  <CardGroup cols={3}>
    <Card title="Guides" icon="book-open" href="/guides">
      Learn how to use AI Squared with our step-by-step guides.
    </Card>

    <Card title="Developer Tools" icon="code-simple" href="/api-reference">
      API reference, SDKs, and other developer tools for AI Squared.
    </Card>

    <Card title="Open Source" icon="github" iconType="solid" href="/open-source">
      Explore AI Squared's open-source projects and deployments.
    </Card>

    <Card title="Help & Resources" icon="link-simple" href="/help-and-resources">
      Get help and find resources for AI Squared and related tools.
    </Card>

    <Card title="Troubleshooting" icon="bug" href="/troubleshooting">
      Find solutions to common issues and errors in AI Squared.
    </Card>

    <Card title="Releases" icon="party-horn" href="/release-notes">
      Stay up-to-date with the latest features and updates in AI Squared.
    </Card>
  </CardGroup>
</div>
