# Accounts

Accounts are the main page for managing your customers. The account object stores the entire Recurly history of your customer and acts as the entry point for working with a customer's billing information, subscription data, transactions, invoices and more.

![Accounts Management ](/files/-M7rS7YQKyiwFzmLahJy)

## Account Status

During its existence account can be involved in different event that can change its status. For example end of trial period or problems with payment status. This article describes account statuses that can be seen by users.

![Account statuses transition scheme.](/files/-M8UK0PZWxgOWcaWKNei)

### Statuses descriptions

`created` - account was just created and registration process is not finished yet.

`trial` - if billing plan defines trial period account will enter in trial period.

`active` - account enter in active status in next cases:

* billing plan defines no trial and account have disabled payments.
* billing plan defined no trial and account should't provide payment method during registration.
* billing plan defined no trial and account must provide and provided valid payment method.
* trial ended and account have disabled payments.
* trial ended and account should't provide payment method during registration.
* trial ended and account must provide and provided valid.
* account payment subscription returned to active state.

`suspended` - account have problems with payments.

### Account Subscription&#x20;

![](/files/-MGAmjN-bAz-ELik1d0f)

### Change account status

![](/files/-MGAmnSzIGLVups1iQfz)

### Account Users

Review account's users.

The hosted customer console allows new users to sign up to an account. To allow new users to sign up only via a personal invitation, switch **ON** the option "**Prevent users to signup to this account without invitation**"

![](/files/-MGAmsfqScPT5SEHm95D)

### Account Application&#x20;

![](/files/-MGAnBlWhg2ghBbDMgMR)

### Account Events&#x20;

the account events tab shows an audit log of all the events occurred to an account.

![](/files/-MGAnXlOTJ21w5nscYqE)


---

# 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.jovianx.com/documentation/accounts.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.
