# Billings and Payments

It’s where you update payment methods, review charges, and ensure your OpenTimeClock service stays active.

* **Add Subscription** – Opens the subscription panel where you can choose a billing plan (monthly or yearly) and activate it.
* **Monthly Subscription** – Option to subscribe at $39 per month for unlimited users.
* **Yearly Subscription** – Option to subscribe at $399 per year for unlimited users (saves $69 per year).
* **Check Billing Info** – Lets you view or update your current billing and payment details.
* **Add Subscription (Button)** – Confirms your selected subscription plan and activates it.
* **Cancel** – Closes the subscription panel without making any changes.

<figure><img src="/files/4uqWG11xiqqEnnSWqknw" alt=""><figcaption></figcaption></figure>


---

# 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://www.opentimeclock.com/docs/settings/billings-and-payments.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.
