> 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/navixy-api/user-api/backend-api/resources/billing.md).

# Billing

- [Bill](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/bill.md): Bill object description and API calls for work with user's bills.
- [Payment system](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/payment_system.md): Payment system settings object and API calls for working with payment systems and make payments.
- [Subscription](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/subscription.md): API calls to interact with payment subscriptions
- [Transaction](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/transaction.md): Transaction object description and API call to get list of user's billing transactions for the specified period.
- [Tariff](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/tariff.md)
- [Plan](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/tariff/index.md): Tariff object description and API call to get the list of device's tariffs available to user.
- [Tracker plans](https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing/tariff/tariff_tracker.md): API calls on user's actions with tracker tariffs


---

# 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:

```
GET https://navixy.com/docs/navixy-api/user-api/backend-api/resources/billing.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.
