> For the complete documentation index, see [llms.txt](https://antenna.router.works/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://antenna.router.works/connector/adapter.md).

# Connector Adapter

## N-type Right Angle Adapter <a href="#n-right-angle" id="n-right-angle"></a>

The N-type right-angle adapter enables efficient and space-saving installations in various RF systems and applications.

The right-angle design has a 90-degree bend to make cables and antennas make right-angle turns. The N-male to N-female gender conversion allows for connections to original cables and antennas. It has a characteristic 50 ohms impedance and operates at frequencies from DC up to 11GHz to adapt to WiFi routers and cellular modems.

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

For example, when using an outdoor router on the caravan roof, we need to reduce the router height and keep antennas in the vertical direction. Using the right-angle connector adapter allows the router to be installed horizontally and keeps the antennas vertical. The total height becomes 232mm only.

<figure><img src="/files/XJz7biXw8FpQDN44yzK8" alt=""><figcaption><p>OutdoorRouter with N-type Right Angle Adapters</p></figcaption></figure>


---

# 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://antenna.router.works/connector/adapter.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.
