# Device still connected after applying suspension plan

## Question

Why is a device still showing connected after applying the suspension tracker plan?

## Answer

In order for a device to be suspended and no longer have the platform accept data from it (whether for billing or any other reason), the user must be **charged more than their balance amount** on their account. This is done by assigning a tracker plan configured to overcharge the user.

However, once this tracker plan is assigned, it doesn't mean the device is suspended instantly.

Billing runs every day at **00:05 UTC+0**, so even if you apply the plan and click **Charge user now**, the charge is applied at the next billing run.

Shortly after that billing run, the device begins to appear offline, as it is charged more than what the user has on file.

### Links

* [Plans](/docs/admin/plans.md)
* [Suspending service for a device](/docs/admin/plans/suspending-service-for-a-device.md)


---

# 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://navixy.com/docs/qna/admin-panel/device-still-connected-after-applying-suspension-plan.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.
