> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/xbb020-and-xbb021-manufacturing-description/assembly/mounting-plate-and-card.md).

# Mounting plate & card

1\.    Start by screwing the 4 screws (M3x10) with the short spacers (4mm thick) into the mounting plate. Tighten to secure.

2\.    Mount the first analog card (the one at the bottom) with the contacts in the direction of the cutout on the mounting plate and screw the 4 10mm spacers (female-female).

3\.    Mount the second analog card (the middle card) and screw it with 1 pc 10mm spacer (female-male) in the corner with the red LED, and with 3 screws (M3x6) in the other corners.

4\.    Screw the 2 pcs 27mm spacers with 2 pcs M3x6 into the mounting plate.

5\.    Mount the BBO board (the larger, top board) and screw it with 3 M3x6 in the three corners where there are spacers. Tighten to secure.

6\.    Attach the labels from the two analog boards to the mounting plate at the bottom right. The label for the card at the bottom should be at the bottom and the other label should be above it.


---

# 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://help.boomerang3.com/xbb020-and-xbb021-manufacturing-description/assembly/mounting-plate-and-card.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.
