# License

The license settings allow the team admin to do the following:

* Set the license key of the account.
* View the account license utilization history, per month.

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

## License key and info

The admin can set or update the account license key in this section.

For the current license, the following information is shown:

* The number of seats currently used and the total number of seats in the license
* The expiration date of the current license.

Once your license is set, you can see the number of seats, its validity, and the number of seats used.

For any questions or issues, contact your account admin at Tabnine.

## Account utilization history

Include the account utilization for the current as well as previous months:

{% hint style="info" %}
The data for the current month is not final. The data for previous months is final.
{% endhint %}

#### Registered users (throughout the month)

The total number of different users who registered throughout the month, including users who were deactivated by the end of the month

#### Registered users (end of month)

The total number of registered users at the end of the month

#### Deactivated users (end of month)

The total number of deactivated users at the end of the month

#### Users with pending invitations (end of month)

The total number of invited users at the end of the month

{% hint style="info" %}
Terminology

At any given time, a user in the Tabnine system can be in one of these states:

**Registered user**: A user who has signed up to Tabnine and is not deleted at the moment. A registered user has access to Tabnine and takes a licensed seat.

**Deactivated user**: A previously registered user who has been deactivated by a team admin. Deactivated users don't have access to Tabnine and do not take a licensed seat.

**Invited user (users with pending invitations)**: A user who has been invited by email to join Tabnine but has not yet accepted the invitation or signed up for Tabnine.
{% endhint %}


---

# 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.tabnine.com/main/administering-tabnine/managing-your-team/settings/license-settings.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.
