> For the complete documentation index, see [llms.txt](https://help.brandmeister.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.brandmeister.us/repeaters/connecting-repeaters/imrs/bm-log-entries.md).

# BM Log Entries

When a Fusion Repeater successfully connects to BrandMeister

```
New regular connection of Fusion Repeater (70.189.169.15)
```

When a session begins from the Fusion Repeater to BrandMeister.

```
New session a5dcb300-09b6-4fad-8a15-6b0ba61c9f6b of Fusion Repeater system 0 at slot 0
Forwarding System Fusion II call 3132067 (W7XM) to DMR group 31328 (DG-ID 28)
```

When a Connection from a fusion repeater connects to BrandMeister and or resets a connection.

```
Connection of Fusion Repeater system 0 (70.189.169.15) expired
Connection of Fusion Repeater system 0 (70.189.169.15) removed
New regular connection of Fusion Repeater (70.189.169.15)
```

When a call is originates from BM to Fusion. It would show the TG in the message but this does indicate traffic is being sent.&#x20;

```
Added route to Fusion Repeater system 0 at slot 0 (locked) by Fusion Registry
```


---

# 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.brandmeister.us/repeaters/connecting-repeaters/imrs/bm-log-entries.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.
