> For the complete documentation index, see [llms.txt](https://docs.agilecase.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.agilecase.com/administrator-documentation/company-settings/payment-information.md).

# Payment Information

This lesson covers the process of signing up to AgileCase as well as pricing information.

### Accessing Payment Information

<figure><img src="/files/dAW6QJXtDefj0qQxemI8" alt="" width="187"><figcaption></figcaption></figure>

You can access your payment information at any time by clicking the button under the "My Company" heading in the settings menu.

### Ordering AgileCase

<figure><img src="/files/ns0Kr15bqsbU6KjXfrjN" alt="" width="387"><figcaption></figcaption></figure>

Once you are finished with your free trial and are ready to sign up to AgileCase, click the "Order Now" button. This will take you to our secure payment page where you can order your AgileCase subscription.

### Pricing Information

<figure><img src="/files/1pN4cRO9kPAGlIuINDXy" alt=""><figcaption></figcaption></figure>

Your subscription is based on the number of users on your system and is paid monthly. You will pay a set fee per admin user on the system and a lesser amount for each standard user.

For each admin user, you will receive a set amount of document storage space, and each account has a set amount of client connect users.

The total monthly cost of your subscription will be updated as you add new users to your system throughout your trial.

### Payment Summary

<figure><img src="/files/jznM5bxIGsDssb17h1CZ" alt=""><figcaption></figcaption></figure>

After signing up to AgileCase, you will be able to view your payment information. This will break down the total that you will be billed each month, as well as reminding you of your next billing date.

### Optional Features

<figure><img src="/files/Vw7370UJ6QJ3ELeLjT6y" alt=""><figcaption></figcaption></figure>

On the payment information page, you can also enable optional features by clicking the tab. This allows you to enable text message support and Veriphy ID check.

Verphy is an external service that allows you to carry out ID checks on your contacts to ensure they are legitimate.


---

# 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://docs.agilecase.com/administrator-documentation/company-settings/payment-information.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.
