> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/networks/setup-a-network.md).

# Setup a Network

The Vehicle Spy main menu selections [**Setup**](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-setup.md)**> Hardware** and [**Spy Networks**](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks.md)**> Networks** basically have the same interface and features related to networks. The main difference is that the Networks selection has an additional [Network Statistics](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/networks/network-statistics.md) display mode. The common interface and features are described here. (Figure 1 is the Properties display mode if using the Networks selection.)

Each row in the table represents a network as shown in **Figure 1**. Networks can be added and deleted by clicking the **+** and **-** buttons in the upper left corner. Selecting the open folder will show all networks, selecting the closed folder will hide any unused networks. Each network can be configured using pulldown list selections in each of its columns within the table. Network changes can be stored as Vehicle Spy defaults by clicking the **Save as Default** button. Vehicle Spy comes with default networks and settings that can always be quickly restored back to the originals by clicking the **Restore Program Defaults** button.

The description column displays the name of the network that is being setup (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smOne.gif)). The text entered in the description field will appear throughout Vehicle Spy to describe this network. The Network column (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smTwo.gif)) tells Vehicle Spy what hardware channel to map to what physical network on the attached hardware. The Protocol column (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smThree.gif)) displays the base protocol that is used for this network.

You can also specify a color for a network (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smFive.gif)). This color setting allows you to [filter networks by color](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view/messages-view-bottom-toolbar/color-filters.md) in the [Messages](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/messages-view.md) view.

Baud Rate and Hardware Rate together specify the baud rate for a network. Baud Rate (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smFour.gif)) tells what baud rate is set in the Vehicle Spy VS3 file. Hardware Rate (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smSix.gif)) tells what baud rate is set in the interface hardware for that network. When you start Vehicle Spy with hardware connected and these columns do not match, Vehicle Spy will ask which of the two baud rates to use. (Note: [Enable Bit Rate Sync](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-tools/tools-options/options-spy-networks-tab.md) must be enabled in the Tools > Options menu.)

The neoVI 3G Explorer application can be opened to see other hardware features by clicking the **Hardware Setup** button (Figure 1:![](https://cdn.intrepidcs.net/support/VehicleSpy/assets/smSeven.gif)).

![Figure 1: Setup networks in Networks view.](/files/fVMbciPsxeD4VIbYbdj1)


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-spy-networks/networks/setup-a-network.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.
