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

# Documentation Update

> Information about the transition to our new and improved documentation

# Documentation Update

<div className="bg-gradient-to-r from-amber-50 to-yellow-50 dark:from-amber-900/30 dark:to-yellow-900/30 p-6 rounded-lg mb-8 border border-amber-100 dark:border-amber-900/50">
  <h2 className="text-xl font-bold text-amber-800 dark:text-amber-400 mb-2">We've Improved Our Documentation</h2>
  <p className="text-gray-700 dark:text-gray-300">Welcome to the new and improved Notch Pay developer documentation. We've redesigned our documentation to provide a better experience with more comprehensive guides, examples, and API references.</p>
</div>

## What's New

<CardGroup cols={2}>
  <Card title="Improved Structure" icon="sitemap" color="#F59E0B">
    Our documentation is now organized into clear sections for different use cases:

    * Guides for getting started
    * Accept Payments for payment processing
    * Send Money for transfers
    * SDKs & Libraries for integration tools
    * API Reference for detailed endpoint documentation
  </Card>

  <Card title="Enhanced Content" icon="book-open" color="#F59E0B">
    We've expanded our documentation with:

    * More detailed guides and tutorials
    * Comprehensive API reference
    * Better code examples in multiple languages
    * Improved search functionality
  </Card>
</CardGroup>

## Finding Your Way Around

If you're familiar with our previous documentation, here's how to find equivalent content in the new structure:

<AccordionGroup>
  <Accordion title="Getting Started" defaultOpen>
    Our introduction and getting started guides are now in the [Guides](/get-started/index) section. This includes authentication, responses, errors, and testing information.
  </Accordion>

  <Accordion title="API Documentation">
    The API reference has been expanded and is now in the [API Reference](/api-reference/index) section. It includes detailed information about all endpoints, request parameters, and response formats.
  </Accordion>

  <Accordion title="Payment Processing">
    Information about accepting payments is now in the [Accept Payments](/accept-payments/index) section, with dedicated pages for different payment methods and scenarios.
  </Accordion>

  <Accordion title="SDKs and Libraries">
    Documentation for our SDKs and integration libraries is now in the [SDKs & Libraries](/sdks/index) section, with dedicated pages for each language and platform.
  </Accordion>
</AccordionGroup>

## Feedback

We're continuously working to improve our documentation. If you have any feedback or suggestions, please [contact our support team](mailto:hello@notchpay.co).

<Callout type="info">
  Bookmark this new documentation site for easy access to the most up-to-date information about integrating with Notch Pay.
</Callout>
