> For the complete documentation index, see [llms.txt](https://navixy.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://navixy.com/docs/user/es/guide/devices-and-settings/object-management/change-plan.md).

# Cambiar tarifa de servicio

Cambie la tarifa de servicio de un dispositivo GPS en Navixy. Revise las opciones de tarifa disponibles y seleccione la que se ajuste a sus necesidades operativas y de datos.

Asigna el plan tarifario de un dispositivo, lo que determina su facturación y qué funciones y bloques de configuración están disponibles.

## Cambio de plan

Para cambiar su plan, siga estos pasos:

1. Vaya al **bloque Cambiar plan** dentro del **panel Dispositivos** .
2. Haga clic en el **bloque Cambiar plan** botón.
3. Revise las opciones de plan disponibles. Elija el plan que se ajuste a sus requisitos operativos.
4. Una vez que haya seleccionado el plan deseado, haga clic en **Guardar** para aplicar el cambio.

## Disponibilidad

Aparece en cuentas donde los planes/saldos son visibles. El selector de plan se oculta en cuentas donde los saldos y los planes están ocultos, y en los dispositivos clonados.

{% hint style="info" %}
El plan de un dispositivo determina qué otros bloques de configuración están disponibles; algunos bloques requieren una función del plan (por ejemplo, [Reenvío de datos](/docs/user/es/guide/devices-and-settings/connectivity/data-forwarding.md) o [Estado de trabajo](/docs/user/es/guide/devices-and-settings/object-management/working-statuses.md)).
{% endhint %}


---

# 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://navixy.com/docs/user/es/guide/devices-and-settings/object-management/change-plan.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.
