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

# Home

<div style={{ paddingLeft: '40px',paddingRight: '40px',textAlign: 'center'}}>
  <h2>Welcome to Niobi API Docs</h2>
  <p>Niobi Payments API lets you manage collections and disbursements of payments across Africa through a variety of payment channels. Visit our [website](https://niobi.co/) to learn more.</p>

  <div style={{ display: 'flex', justifyContent: 'space-around', padding: '20px' }}>
    <a href="/quickstartv2" class="cta-button">Get Started</a>
  </div>
</div>

<div style={{ paddingLeft: '40px',paddingRight: '40px', paddingBottom: '20px',textAlign: 'center'}}>
  <h2>Our Products</h2>

  <div style={{ display: 'flex', justifyContent: 'space-around', padding: '20px', textAlign: 'left' }}>
    <CardGroup cols={3}>
      <Card title="Wallets" icon="wallet">
        Create and manage wallets to store funds for payouts.
      </Card>

      <Card title="Top-up Funds" href="/collection-methods-v4" icon="arrow-down-left">
        Initiate top-up requests and use payment links to add funds to wallets.
      </Card>

      <Card title="Initiate Payouts" href="/making-payments-v4" icon="arrow-up-right">
        Facilitate payouts from wallets to recipients through various payment channels.
      </Card>
    </CardGroup>
  </div>
</div>

<div style={{ paddingLeft: '40px',paddingRight: '40px', paddingBottom: '20px',textAlign: 'center' }}>
  <h2>API Reference</h2>
  <p>The API reference section provides detailed information on each endpoint and its functionalities. Use the provided documentation to understand the request/response structure, required parameters, and potential error codes.</p>
  <a href="/api-reference/introduction_v3">Get Started</a>
</div>

<div style={{ paddingLeft: '40px',paddingRight: '40px', paddingBottom: '20px', textAlign: 'center' }}>
  <h2>Support</h2>
  <p>If you encounter any issues, have questions, or need assistance, please reach out to our support team at [support@niobi.co](mailto:support@niobi.co). We are here to help you with any queries related to the Niobi Payments API integration.</p>
  <a href="mailto:support@niobi.co" class="cta-button">Contact Support</a>
</div>
