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

# SDKs

> Pre-built libraries and SDKs for easy integration with the Affelios platform across different programming languages

<Info>
  Affelios provides official SDKs for popular programming languages to simplify integration and reduce development time. These SDKs handle authentication, request formatting, and error handling automatically.
</Info>

## Available SDKs

<CardGroup cols={1}>
  <Card title="JavaScript/Node.js SDK" icon="js" href="https://www.npmjs.com/package/@affelios/platform-connect">
    Official JavaScript SDK for Node.js and browser environments. Perfect for web applications and server-side integrations.
  </Card>
</CardGroup>

***

<Card title="Next Steps" icon="arrow-right">
  <Info>
    Choose your preferred SDK and start building with Affelios today.
  </Info>

  **What's Next?**

  * [API Authentication](/developers/authentication) - Learn about authentication methods
  * [Best Practices](/developers/best-practices) - Follow integration best practices
  * [API Reference](/api-reference) - Explore the full API documentation
  * [Integration Examples](/integrations/api/examples) - See practical integration examples
</Card>
