# Blocking user accounts

In Tablion, a 'blocked' account refers to one that is barred from accessing the platform by an Administrator. When an account is blocked, it cannot log in or use any of the features and functionalities of Tablion.

{% hint style="info" %}
User accounts can only be blocked by an Administrator.
{% endhint %}

### How to block a user account

1. Select 'Admin tools' from your username dropdown.

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

2. Select 'Users'.

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

3. Select the email of the account you wish to block.

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

4. Navigate to the 'Management' section of the user account's page, then select 'Block User'.

<figure><img src="/files/6Av7q15BLz3n1v05QWLN" alt=""><figcaption></figcaption></figure>

5. **If you wish to provide a reason for blocking the user account**, do so using the 'Reasons for blocking user' field.

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

5. Select 'Block User'. An email confirmation will be sent to the affected user and all Administrators upon blocking the account.

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


---

# 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://tablion-help.aristotlemetadata.com/administrator-tools/users/blocking-user-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.
