# Examples

**Example 1**: Downgrade an account from premium package to standard after 7 days of usage

* Base premium package price: $60 per month
* Base standard package price: $45 per month
* Daily cost of the premium package: $2
* Consumed cost: $2 x 7 days = $14
* Credit left: $60 - $14 = $46
* Daily cost of the standard package: $1.5
* Credits to be consumed by the standard package: $1.5 \* 23 days = $34.5
* Final credit: $46 - $34.5 = $11.5
* Next month's bill: $60 - $11.5 = $48.5

**Example 2**: Upgrade an account from premium package to enterprise after 7 days of usage

* Base premium package price: $60 per month
* Base enterprise package price: $150 per month
* Daily cost of the premium package: $2
* Consumed cost: $2 x 7 days = $14
* Credit left: $60 - $14 = $46
* Daily cost of the standard package: $1.5
* Credits to be consumed by the standard package: $1.5 \* 23 days = $34.5
* Final credit: $46 - $34.5 = $11.5


---

# 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.cyphor.net/dashboard/billing/examples.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.
