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

# Infrastructure

> FAQ about GPUs, regions, data residency, uptime, and security.

<AccordionGroup>
  <Accordion title="What GPUs does RunInfra serve on?">
    L4, L40S, A100, H100, H200, B200.
  </Accordion>

  <Accordion title="Which regions are available?">
    The specific GPU region for a deployment is inferred from GPU availability at deploy time. Region pinning and data residency commitments are Enterprise-tier conversations. [Contact sales](https://runinfra.ai/contact) if you need a region-locked deployment.
  </Accordion>

  <Accordion title="Is RunInfra GDPR compliant?">
    For compliance commitments including GDPR, DPAs, and signed data processing terms, [contact sales](https://runinfra.ai/contact).
  </Accordion>

  <Accordion title="Is RunInfra SOC 2 certified?">
    RunInfra is SOC 2 Type 1 and Type 2 certified. Security posture and reports are available at the [RightNow AI trust center](https://trust.rightnowai.co/) (RunInfra is part of RightNow AI).
  </Accordion>

  <Accordion title="Is RunInfra HIPAA compliant?">
    For HIPAA workloads and a signed BAA, [contact sales](https://runinfra.ai/contact).
  </Accordion>

  <Accordion title="Do you train on my data?">
    No. Request and response data is not used for training any model. We log metadata (timestamps, token counts, status codes) for billing and debugging; the request and response bodies are retained only for the duration of your plan's log retention window.
  </Accordion>

  <Accordion title="Is traffic encrypted?">
    Yes. TLS 1.2+ everywhere. All traffic to the RunInfra API gateway is over HTTPS.
  </Accordion>

  <Accordion title="How does authentication work?">
    Per-API-key bearer tokens. Keys can be workspace-scoped or pipeline-scoped depending on how you create them in the dashboard. Keys can be rotated and revoked at any time from [Settings > API Keys](https://runinfra.ai/settings/api-keys).
  </Accordion>

  <Accordion title="Can I bring my own VPC?">
    VPC peering and private-link deployments are Enterprise-tier conversations. [Contact sales](https://runinfra.ai/contact).
  </Accordion>
</AccordionGroup>

## Not here?

<Columns cols={2}>
  <Card title="GPUs and pricing" icon="cpu" href="/features/gpu-pricing">
    Tier-by-tier GPU availability and cost.
  </Card>

  <Card title="Regions" icon="globe" href="/deployments/autoscaling">
    Region-specific availability.
  </Card>

  <Card title="Deployments" icon="server" href="/deployments/overview">
    Flex vs Active, scaling.
  </Card>

  <Card title="Trust" icon="shield-check" href="https://trust.rightnowai.co/">
    SOC 2, HIPAA, DPA requests.
  </Card>
</Columns>
