---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://ydb.tech/docs/en/reference/configuration/bridge_config.md?version=v26.1
  - https://ydb.tech/docs/ru/reference/configuration/bridge_config.md?version=v26.1
  - href: en/reference/configuration/bridge_config.md
    type: text/markdown
    title: Markdown version
  - href: ../../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/core/reference/configuration/bridge_config.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ydb.tech/docs/en/llms.txt

# bridge_config

This section describes the cluster piles for bridge mode. Specify the list of pile names used for binding hosts and other entities. In bridge mode, you must also specify the name of the corresponding pile for each host in the `hosts` section (the `bridge_pile_name` field), see [hosts](https://ydb.tech/docs/en/reference/configuration/hosts.md?version=v26.1#hosts-bridge).

## Syntax

```yaml
bridge_config:
  piles:
  - name: <pile_name_1>
  - name: <pile_name_2>
  ...
  - name: <pile_name_n>
```
