> For the complete documentation index, see [llms.txt](https://docs.sesque.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sesque.com/administration/subscriptions.md).

# Subscriptions

seSQue Payroll works with two types of accounts:

* regular - for users reporting for their **own business**
* agent - for users reporting on behalf of **other businesses**

{% hint style="warning" %}
The type of account is selected during the initial setup. Find out more in [setting up payroll](/getting-started/setting-up-payroll.md).
{% endhint %}

There are two subscriptions for **regular** accounts:

* Basic - for single employee micro businesses
* Advanced - for small business owners

There is one subscription for **agent** accounts:

* Ultimate - for accountants, bookkeepers, tax agents etc.

The account type can be found under *My Account* in the *Administration* section:

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

The current subscription details are available on the *Subscription* page in the *Payroll* section:

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

To upgrade/downgrade the subscription plan of a regular account click `Edit`, then select the new subscription plan and click `Save` when done:

{% hint style="warning" %}
Note that only one subscription type change, either upgrade or downgrade, is accepted per settlement cycle.
{% endhint %}

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

Upgrading to a paid subscription requires a payment method to be selected. If none is available, you can add one by selecting *Payment methods* from the dropdown menu on the top right corner of the screen:

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

In the *Payment methods* page click on the `Edit` button:

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

Then click `Add card`,  enter your credit card details and click `Add`, then click `Save` when done:

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

Last but not least, note that *Ultimate* subscription upgrades/downgrades are disabled for both regular and agent accounts. This does not mean that they are not supported. Feel free to [contact us](https://www.sesque.com/#contact) to discuss your requirements.&#x20;


---

# 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.sesque.com/administration/subscriptions.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.
