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

# Third Party Integration

> Integrate third party sdk or api into your Devv Project

Devv Builder offers seamless integration capabilities, empowering you to connect with external services and leverage third-party tools within your AI-generated APIs. We provide both native integrations and support for non-native integrations to maximize flexibility.

## Native Integrations

<CardGroup cols={2}>
  <Card title="Supabase Integration" icon="database" href="/integrations/supabase">
    Connect Supabase to your Devv project
  </Card>
</CardGroup>

## Non-Native Integrations

Beyond native integrations, Devv Builder provides the flexibility to incorporate any third-party SDK or API. To use them, you should include necessary context in your prompt to make sure Devv could use external capabilities correctly.

### [NEON.tech](https://neon.tech/docs/introduction)

Use neon.tech database to store your data

<iframe width="560" height="315" src="https://www.youtube.com/embed/iXauf1bSQL4" title="Use Neon.tech to store data in Devv Builder" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen />

1. Log In or Sign Up an account [here](https://console.neon.tech/)

2. In your project dashboard, click the `Connect` button.

3. Copy the `Connection String` and fill it in your Devv Builder config.

### Key Considerations for Non-Native Integrations:

* Dependency Management: Ensure that all necessary dependencies are included within your prompt.
* Authentication: Handle authentication and authorization for external services appropriately by filling necessary environment variables in `Config`.
* Error Handling: Implement robust error handling to manage potential issues with external services.

This flexible approach allows you to extend the functionality of your Devv Builder projects and tailor them to your specific needs. By combining the power of AI-generated APIs with the vast ecosystem of third-party tools, you can build sophisticated applications with minimal effort.
