# Connecting to Neuron

To get your JetVision Airsquitter setup and communicating with the Neuron network, simply register for an account on [https://app.4dsky.com](https://app.4dsky.com/) and follow the instructions under 'Setup My Sensor'

## Summary

To connect your sensor to the Neuron network, go to [https://app.4dsky.com](https://app.4dsky.com/) and follow the 'Setup My Sensor' wizard to obtain your device credentials.

Once you have your device account number and private key, you will need to insert that into your sensor. To do this, you must connect to your sensor by visiting the following IP address and following the wizard:

> http\://\<your-sensor-IP>:1337        (replace \<your-sensor-IP> with your sensor's local IP address)

You can find out your sensors local IP address by pressing the button on front of your sensor a few times until you reach the "LAN" or "Wi-Fi" screen (depending on your connection type). \<your-sensor-IP> is the IP address at the top of the respective screen. It should have a format of 192.168.1.XXX

Once complete, your sensor will now be contributing to 4DSKY. You may need to wait 5 minutes for it to refresh.


---

# Agent Instructions: 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://docs.4dsky.com/setup-instructions/connecting-to-neuron.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.
