> For the complete documentation index, see [llms.txt](https://docs.themeatstick.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.themeatstick.com/legacy-products/legacy/wifi-bridge/the-bridge-isnt-connecting-to-my-wifi-what-can-i-do.md).

# The Bridge isn't connecting to my WiFi

Encountering difficulties connecting your WiFi Bridge to your WiFi network? Here are common issues and their remedies to get you back on track:

#### Antenna Check and Proximity

* Ensure the antenna is securely attached.
* Be close to your router during setup.

#### Password Accuracy

* Verify your password for accuracy.
* Remove any unintended spaces before or after the password.
* Avoid non-English characters (Ä/ä, Ö/ö, Ü/ü), semicolons (;), or hashtags (#) in your WiFi name or password.

#### Router Restart

* Restart your router if the previous steps don't work.

#### Dual Band Router Compatibility

* The Bridge connects only to 2.4GHz channels.
* Temporarily disable 5GHz channels during setup or create a 2.4GHz-only Guest network.

#### Channel Configuration

* Use channels 1, 2, 3, 4, or 11 for a more stable connection.
* Adjust your router settings to one of these channels if needed.

If you have any further questions or need additional assistance, don't hesitate to reach out to our support team at <https://tms.fyi/help>.


---

# 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://docs.themeatstick.com/legacy-products/legacy/wifi-bridge/the-bridge-isnt-connecting-to-my-wifi-what-can-i-do.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.
