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

# Overview

> Navigate to SpacePay's integration options and comprehensive API documentation

# Developer Integration Hub

Choose your preferred integration method to get started with SpacePay. Each option provides comprehensive documentation and examples tailored to your development needs.

## Integration Options

<CardGroup cols={2}>
  <Card title="SDK Integration" icon="code" href="/developer-docs/sdk-integration">
    **Best for**: Quick setup, simplified development

    Use our official SDK for easier integration with built-in functionality and type safety.
  </Card>

  <Card title="API Integration" icon="terminal" href="/developer-docs/api-integration">
    **Best for**: Full control, custom UI Integrate directly with SpacePay's REST
    APIs to build your own payment interface.
  </Card>

  <Card title="Webhooks" icon="webhook" href="/developer-docs/webhooks">
    Set up webhooks to receive real-time payment notifications with secure
    signature verification.
  </Card>

  <Card title="Testing" icon="flask" href="/developer-docs/testing">
    Learn about test environments, scenarios, and how to test your integration before going live.
  </Card>
</CardGroup>

## Quick Start Guide

<Steps>
  <Step title="Choose Your Integration Method">
    Select either SDK Integration for quick setup or API Integration for maximum control.
  </Step>

  <Step title="Get Your API Keys">
    Generate your API keys in the admin dashboard under Settings → Developers →
    API Keys.
  </Step>

  <Step title="Set Up Webhooks">
    Configure webhook endpoints to receive real-time payment notifications.
  </Step>

  <Step title="Test Your Integration">
    Use our testnet environment to verify your integration works correctly.
  </Step>

  <Step title="Go Live">
    Switch to production environment and start processing real payments.
  </Step>
</Steps>

## Additional Resources

<CardGroup cols={2}>
  <Card title="Blockchain Concepts" icon="link" href="/developer-docs/blockchain-concepts">
    Learn about supported chains, contract addresses, and blockchain fundamentals.
  </Card>

  <Card title="Merchant Dashboard" icon="chart-line" href="/core-products/merchant-dashboard">
    Manage payments, view analytics, and configure settings in your dashboard.
  </Card>

  <Card title="Payment Flows" icon="exchange-alt" href="/core-products/payment-flows">
    Understand payment processing, statuses, and supported payment methods.
  </Card>

  <Card title="Support" icon="question-circle" href="/trust-operations/support">
    Get help with your integration from our support team.
  </Card>
</CardGroup>

## Need Help?

<CardGroup cols={2}>
  <Card title="Contact Support" icon="envelope" href="https://spacepay.solutions">
    Reach out to our support team for technical assistance.
  </Card>

  <Card title="Merchant Dashboard" icon="tachometer-alt" href="https://dashboard.spacepay.solutions/signup">
    Access your dashboard to manage API keys, webhooks, and view transactions.
  </Card>
</CardGroup>
