# B\&R Automation

## Overview

Copia provides support for **B\&R Automation Studio 4.11-12**, with advanced feature support for the following:

* [Graphical Display and Differences](#graphical-display-and-differences)

## Configuration

Copia supports source control of B\&R Automation Studio project files.

To get set up, simply store the project files in a Copia repository. Once you perform the appropriate [commit and push](/docs/git-based-source-control/basic/making-changes/saving-changes.md#commit--push-a-change) operations, you'll be able to see your project file and all of its data from both the Web App and Desktop App.

## Graphical Display and Differences

### General

Copia provides graphical rendering of Ladder (LAD), Sequential Function Charts (SFC) and Functions Block diagrams (FBD) for B\&R Automation Studio. For other files within the project, Copia provides standard text and/or binary results to show changes within the project.

<figure><img src="/files/FMAZqqhDBVJSarR9NbQs" alt=""><figcaption></figcaption></figure>

### Supported Types

The following program types are supported in graphical or enhanced output:

* .fbd (Function Block Diagram)
* .ld (Ladder Diagram)
* .sfc (Sequential Function Charts)

Copia also includes support for the following file types, which may include text, or tabular details:

* .apj (Automation Studio project file)
* .set (User-specific settings for the project)
* .c (ANSI C)
* .ab (B\&R Automation Basic)
* .st (Structured Test)
* .il (Instruction List)
* .typ (Declaration file for local data types)
* .var (Declaration file to local variables)

...and many more!


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.copia.io/docs/git-based-source-control/supported-vendors/bnr.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
