> For the complete documentation index, see [llms.txt](https://docs.eazybackup.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.eazybackup.com/faqs/account-devices-and-billing.md).

# Account Devices and Billing

You can log in to the same backup account from multiple devices. eazyBackup automatically bills for each device used if a protected item has been created on the device.

Plans typically start with one device and can be modified from the service management page to support additional devices.

Each device has its own Protected Items (backup jobs), and typically share a single Storage Vault. This means that devices can restore each others' data.

When a device is revoked, data from that specific device will be purged from the storage vault according to the retention policy on the vault. This is separate from the retention policy on the protected items. When a device is revoked, the protected items from that device are also removed. The data that belonged to those protected items will remain in the vault until the vault's retention policy has expired (default is 30 days).

A device has a "friendly name" that is set  when it is first registered. The "friendly name" defaults to the hostname of the PC. Devices can be renamed in the dashboard if needed.

To adjust your billing, devices must first be revoked from within the client area. After revoking a device, you can modify the backup plan from the service management page.

***

[eazyBackup](https://eazybackup.com)


---

# 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.eazybackup.com/faqs/account-devices-and-billing.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.
