> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple/wifi-basics/antennas.md).

# Antennas

Antennas impact how a signal is transmitted or received.

An antenna can not **create** power, it can only **shape** the signal.  An antenna offers signal gains in one aspect at the cost of other aspects.

Antennas are typically *directional*, where the signal gains are concentrated in one direction, or *omnidirectional*, where the signal is optimized for reception from all directions.

The WiFi Pineapple ships with standard *omnidirectional* antennas.  These are the most appropriate for typical use cases where the goal is to detect access points and clients in the surrounding area.

### Antenna Gains

Antenna gains are typically measured in *dBi*, or "dB over isotropic", a theoretical perfect antenna with no gain.

The higher the gain, the more the signal is impacted.

{% hint style="info" %}
Remember - more gain is not always better!  There is always a trade-off with signal gain!
{% endhint %}

### Omnidirectional Antennas

Omnidirectional antennas are typically found on access points, WiFi interface cards, and of course the WiFi Pineapple.

An omnidirectional antenna is designed to radiate in a roughly spherical shape.

As the gain of an omnidirectional antenna increases, the *horizontal coverage* increases but the *vertical coverage* decreases.&#x20;

{% hint style="warning" %}
Excessively high gains on omnidirectional antennas can be detrimental!  Above approximately 9dBi of gain, the vertical range of the antenna can become so limited that clients and access points more than a foot or two higher or lower than the device are invisible!
{% endhint %}

### Directional Antennas

Directional antennas can be used to shape the signal in a specific direction.  Typically directional antennas cover an arc measured in degrees.

Directional antennas can be useful for targeting a specific device or area, but often are not the best solution for general data gathering.


---

# 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:

```
GET https://documentation.hak5.org/wifi-pineapple/wifi-basics/antennas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
