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

# Resources

> Everything you need to support your integration and stay updated with meCash.

Welcome to the meCash Resources hub. Here you'll find everything from technical guides to the latest product updates and community support.

## Product Updates

Stay in the loop with our latest releases and improvements across all meCash platforms.

<CardGroup cols={3}>
  <Card title="API Release Notes" icon="code" href="/release-notes-api">
    Track the latest changes, new endpoints, and improvements to our core APIs.
  </Card>

  <Card title="Web Release Notes" icon="browser" href="/release-notes-web">
    Updates to the meCash Web Dashboard and merchant tools.
  </Card>

  <Card title="Mobile Release Notes" icon="mobile" href="/release-notes-mobile">
    Stay updated with new features and fixes on our mobile applications.
  </Card>
</CardGroup>

***

## Technical Guides

Deep dives into specific features and advanced integration patterns.

<CardGroup cols={3}>
  <Card title="Ramp Operations" icon="chart-line" href="/ramp-docs/ramp-overview">
    Learn how to manage crypto-to-fiat and fiat-to-crypto flows with our Ramp solutions.
  </Card>

  <Card title="Virtual Cards" icon="credit-card" href="/virtual-cards">
    Explore how to issue and manage virtual cards for global spending.
  </Card>

  <Card title="Virtual Accounts" icon="building" href="/virtual-accounts-docs/about-virtual-account">
    Issue and manage virtual bank accounts for multi-currency collections.
  </Card>

  <Card title="Payment Links" icon="link" href="/payment-links">
    Create and share simple links to collect payments without complex integrations.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    Find solutions to common integration issues and platform errors.
  </Card>

  <Card title="Bulk Payouts" icon="users" href="/payout-docs/bulk-payout">
    Process multiple payouts in a single batch for payroll, vendors, and more.
  </Card>

  <Card title="Team Management" icon="users-gear" href="/team-management">
    Add and manage team members and permissions in your dashbaord.
  </Card>
</CardGroup>

***

## Bulk Payouts

The **meCash Bulk Payout API** lets you disburse funds to multiple beneficiaries in a single API request. Instead of sending individual transfer requests, you submit a batch of payout orders — ideal for payroll, vendor payments, commissions, and mass disbursements.

**Key Use Cases:**

* **Payroll Automation:** Disburse salaries to all employees in one API call.
* **Vendor Payments:** Settle multiple supplier invoices simultaneously.
* **Commission Payouts:** Distribute rewards to agents, affiliates, or partners at once.

<a href="/payout-docs/bulk-payout" className="inline-flex items-center gap-2 text-purple-600 dark:text-purple-400 font-semibold no-underline hover:underline">
  View Bulk Payout Documentation →
</a>

***

## Support & Community

Need help or want to connect with other builders? We're here for you.

<CardGroup cols={2}>
  <Card title="Frequently Asked Questions" icon="circle-question" href="/faq">
    Quick answers to the most common questions about meCash products and services.
  </Card>

  <Card title="Discord Community" icon="discord" href="https://discord.com/invite/CC5v6h52Wk">
    Join our Discord server to chat with our engineers and other developers.
  </Card>

  <Card title="Developer Support" icon="envelope" href="mailto:support@me-cash.com">
    Contact our dedicated support team for technical assistance or account queries.
  </Card>

  <Card title="Request a Demo" icon="calendar-star" href="/request-demo">
    Schedule a walkthrough with our specialists for a deeper look at our platform.
  </Card>
</CardGroup>

<Callout type="info">
  Can't find what you're looking for? Try the **Ask AI** chatbot in the bottom right corner of any page.
</Callout>
