# Payment and subscriptions

Gani.AI accepts two ways of managing payments and subscriptions

## In-app payment module

You can use this feature to upgrade from Trial account to Professional account

### To upgrade from Trial account

Simply click the link in the trial account notification to access the upgrade subscription page. Follow the instructions to complete your subscription using a credit card.

### To see past billing and invoices

Go to **Account > Transactions**

## Contact Gani support for manual invoicing and payment

For corporate and enterprise users, email us at <hello@gani.ai> to connect with an account manager who can provide and process invoices.


---

# 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://docs.gani.ai/account/payment-and-subscriptions.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.
