> For the complete documentation index, see [llms.txt](https://imagoworks.gitbook.io/dentbird-crown/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://imagoworks.gitbook.io/dentbird-crown/quick-start/bridge-design.md).

# Bridge Design

## How to design a dental bridge

## Instructions

### Step 1

Create a new case, load the necessary data, and click the \[Design] button to start the design process.

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

### Step 2

AI automatically detects and displays the abutment tooth, tooth notation, and margin line. It also detects missing teeth that can be connected as a bridge. For modification methods, refer to *4.8. Modification.*

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

{% hint style="danger" %} <mark style="color:red;">**Caution**</mark>

Verify whether the detected abutment tooth, tooth notation, and margin line are accurate. If necessary, manually modify them.
{% endhint %}

The detected missing area center point can be adjusted by dragging it with the mouse.

<figure><img src="/files/41AsNwSVzSkzDluF7uWB" alt=""><figcaption></figcaption></figure>

{% hint style="info" %} <mark style="color:blue;">**Quick Guide**</mark>

If a prepared tooth is adjacent to a pontic, it is automatically connected as a bridge.
{% endhint %}

### Manual Bridge Connection Settings

#### Step 2-a

Click the link button between the teeth you want to connect as a bridge.

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

{% hint style="info" %} <mark style="color:blue;">**Quick Guide**</mark>

If an abutment tooth is adjacent to a pontic, it is automatically connected as a bridge.
{% endhint %}

#### Step 2-b

Select all areas to be connected as a bridge, then click the \[Apply] button.

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

{% hint style="success" %} <mark style="color:green;">**Success**</mark>

If connecting three or more teeth, click all necessary link buttons before clicking \[Apply].
{% endhint %}

### Step 3

Click the \[Generate] button in the lower-left corner to create the bridge. If data is available, the adjacent and opposing teeth are considered during generation.

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

### Step 4

Modify the generated bridge shape if needed, or click the \[Export] button at the top to save the crown design. For modification methods, refer to [Modification](/dentbird-crown/quick-start/modification.md).

{% hint style="info" %} <mark style="color:blue;">**Quick Guide**</mark>

When saving the designed bridge, margin line information (in .constructioninfo file format) is also extracted for bridge processing.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://imagoworks.gitbook.io/dentbird-crown/quick-start/bridge-design.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
