> For the complete documentation index, see [llms.txt](https://bongocorp.gitbook.io/proximity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bongocorp.gitbook.io/proximity/readme/requirements-and-getting-connected.md).

# Requirements and getting connected

In general, you need two things: An Orca Core running on your boat's network, and an Android device. It will typically be the same device you use to run the Orca app.

The Orca app will typically connect to your Orca Core using Wi-Fi, however it can fall back to Bluetooth if Wi-Fi does not work. Proximity on the other hand *requires* Wi-Fi - bluetooth does *not* work.

So, your first check in case of issues should be to open the Orca app, and check that it's connected to your Orca Core, and that "Connection Type" is Wi-Fi.

<figure><img src="https://2172246982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FedsCZEWIMdfanIDoV91b%2Fuploads%2Fcej3ge5Zp5J5BN4rR3t0%2FScreenshot_20260818_091744_Orca.jpg.jpeg?alt=media&amp;token=76bb5816-81cd-47be-ae5a-676430430780" alt=""><figcaption></figcaption></figure>

When you start Proximity, you can see how it attempts to connect to the Core using several different methods. The standard one is autodiscovery, which will look like this (click "Connection" in the "Status" view)\
![](https://2172246982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FedsCZEWIMdfanIDoV91b%2Fuploads%2Fyli0SE4wzOIP0U0FANvt%2FScreenshot_20260818_092321.jpg.jpeg?alt=media\&token=6f2673c6-0a10-4b3a-a26f-4a546b1478b1)

### Advanced

If autodiscovery for some reason fails, you can also type in the address of the Orca Core unit. In the Settings you can disable autodiscovery and instead set "manual host" to the address of your Orca Core.


---

# 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://bongocorp.gitbook.io/proximity/readme/requirements-and-getting-connected.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.
