> For the complete documentation index, see [llms.txt](https://assetstore.essentialkit.voxelbusters.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://assetstore.essentialkit.voxelbusters.com/v2/network-services/setup.md).

# Setup

## :white\_check\_mark: Enable Feature

Open [Essential Kit Settings](/v2/overview/settings.md) and enable Network Services feature in the inspector.

![Enable Network Services](/files/-MKeC7CK8mFfUnYTKupJ)

### Properties

| Name                | Description                                                                                                                                                                                                                                                                                                                                                    |
| ------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Host Address        | <p>ipv 4 : Ip 4 address of the server to check</p><p>ipv 6 : Ip 6 address of the server to check</p>                                                                                                                                                                                                                                                           |
| Auto Start Notifier | Enabling this will auto start detecting network status as soon as the app launches                                                                                                                                                                                                                                                                             |
| Ping Settings       | <p><strong>Max Retry Count :</strong> Number of times to retry before reporting failure status</p><p><strong>Time Gap Between Polling :</strong> Time gap between two network call checks</p><p><strong>Time Out Period :</strong> Time to consider for a request timeout</p><p><strong>Port :</strong> Port to ping on the remote server while connecting</p> |


---

# 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://assetstore.essentialkit.voxelbusters.com/v2/network-services/setup.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.
