# FAQ

## Why network status events are not triggered?

Please make sure you call NetworkServices.StartNotifier() for starting the status detection.

## Why network status is getting detected before I call StartNotifier?

This can happen if you have enabled "Auto Start Notifier" in the [settings](/v2/network-services/setup.md#properties). Disable if you want to start notifier manually.


---

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