# Pricing plans conflicts

While pricing plans are essential for managing devices and users, they include several nuanced features. This article clarifies these details to help you optimize your configuration and improve the user experience.

{% hint style="info" %}
if a user account has assets under different plans, maps and options not included into all plans might become unavailable for that user. You can solve this issue by putting similar plans into groups, making it impossible for users to have devices under incompatible plans. This is the only way to allow flexible plan configuration without giving users the ability to bypass the set prices.
{% endhint %}

### Devices not displayed in UI

If the device count in a user’s account doesn't match the Admin Panel, verify the pricing plan settings. Note that when an account contains devices on different plans, the system automatically applies the restrictions of the most limited plan to the entire account.

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FYMPWQkYEe02WWcTjXqGZ%2Fimage.png?alt=media&#x26;token=cc51a73e-e029-42f1-a661-f3a85b150fd5" alt="Maximum devices"><figcaption><p>Maximum devices</p></figcaption></figure>

If you have devices with pricing plans that allow 100 and devices with pricing plans that allow 30 devices, only 30 devices will be shown in the user account.

### History limits for the plan

The **Store history for** option in plan settings determines how history works for the plan:&#x20;

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2F3H6KIa2tIu0TTUvd9Bra%2Fimage.png?alt=media&#x26;token=9720c2a8-df80-417d-ac14-52d7f9e3813d" alt="Store history"><figcaption><p>Store history</p></figcaption></figure>

This option defines the time period during which tracking points will be stored. If you will try to get tracks made earlier, you will get the error below:

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FXg9GD6meN1ZElspL30po%2Ftracks-history-is-limited-20230811-205552.webp?alt=media&#x26;token=434a8112-0a25-4154-881a-7e431c2c2d2f" alt="Tracking error"><figcaption><p>Tracking error</p></figcaption></figure>

### User can't create or edit roles and sub-users

Users can create and manage sub-accounts and custom roles, provided their pricing plan supports it. If any device within an account is assigned a plan where the **Users and roles** feature is disabled, this functionality will be restricted for the entire account.

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FZpSyHzD7PXtq5HCa8qzd%2Fimage.png?alt=media&#x26;token=6681abcb-ad8b-4c9f-a689-9dedbe6c9ff0" alt="Users and roles checkbox"><figcaption><p>Users and roles checkbox</p></figcaption></figure>

The corresponding section will be also removed from the menu:

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FPmWArFtSFKHR7CM7kI6D%2Faccess-rights-20230811-205616.png?alt=media&#x26;token=fd4bfb39-324c-4dca-a41c-4cf33f6d04af" alt="Access rights"><figcaption><p>Access rights</p></figcaption></figure>

Make sure to pay attention and triple-check all pricing plans parameters.

### User can't select maps

If some maps can't be selected in the user account, check which tariff plan is used. The unavailable maps might be disabled:

<figure><img src="https://296077121-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F5dyjvbUVXEbs60EnxnDz%2Fuploads%2FawHwev0WJvRVfs3Fy6hD%2Fimage.png?alt=media&#x26;token=f5c616cd-8576-4f37-adfa-ef0ffe8b21c7" alt="Map checkboxes"><figcaption><p>Map checkboxes</p></figcaption></figure>

Select the available maps in the user’s plan settings.


---

# 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/pricing-plans-conflicts.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.
