# Bridge

{% hint style="success" %}

## What is cd\_bridge used for?

**This resource is the core of all Codesign scripts.** It handles framework connections, database setup, and error handling behind the scenes. When the bridge starts, it automatically detects and starts every compatible resource—including all Codesign scripts and any Codesign-compatible scripts you have installed.
{% endhint %}

***

## 📘 Start Here

* [**Installation Guide**](https://docs.codesign.pro/paid-scripts/bridge/installation-guide)\
  Step-by-step setup and configuration.
* [**Configuration**](https://docs.codesign.pro/paid-scripts/bridge/configs)\
  All optional features that can be enabled in config explained.

***

### 🧠 Need Help?

* [**Troubleshooting Guide**](https://docs.codesign.pro/paid-scripts/bridge/troubleshooting-guide)\
  Common issues and error codes.
* **Support:** Join our Discord – <https://codesign.pro/discord>

***

### 💡 Developer Notes

* Keep integrations simple: use provided **Exports** and **Events**.
* All code samples are **Lua**, beginner-friendly, and copy/paste ready.
* Prefer **auto-detect** config options where available.
