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

> Learn about developing applications powered by Firebolt.

# Develop with Firebolt

Firebolt provides multiple SDKs, drivers, and libraries to integrate with various programming environments, enabling developers to run queries, manage databases, and build data-driven applications efficiently.

This guide covers how to develop with Firebolt using different languages and frameworks, including:

* [Node.js](/guides/developing-with-firebolt/connecting-with-nodejs) – Use the Firebolt Node.js SDK to interact with Firebolt databases.
* [Python](/guides/developing-with-firebolt/connecting-with-python) – Leverage the Firebolt Python SDK for data analysis and automation.
* [JDBC](/guides/developing-with-firebolt/connecting-with-jdbc) – Connect Firebolt to Java-based applications with the JDBC driver.
* [SQLAlchemy](/guides/developing-with-firebolt/connecting-with-sqlalchemy) – Integrate Firebolt with SQLAlchemy for ORM-based workflows.
* [.NET SDK](/guides/developing-with-firebolt/connecting-with-net-sdk) – Work with Firebolt databases using .NET applications.
* [Go](/guides/developing-with-firebolt/connecting-with-go) – Access Firebolt from Go applications with the Firebolt Go client.

Each section provides installation instructions, authentication methods, and query examples tailored to the respective language or framework.
