# Enabling & Disabling Users

You have the ability to enable or disable user access for specific workspaces within the Loopit platform. Disabling a user in one workspace does not affect their access to other workspaces they may be a member of.

## Disabling User Access to a Workspace

{% stepper %}
{% step %}
**Navigate to Settings**:

Start by going to **Settings** from the main menu.
{% endstep %}

{% step %}
**Select Users**:

Click on **Users** to access the user management section.
{% endstep %}

{% step %}
**Select the User to Disable**:

* Find the user you wish to disable in the list.
* Click the menu (...) next to their name.
  {% endstep %}

{% step %}
**Disable the User**:

Select **Disable User** from the dropdown menu.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
A confirmation prompt will appear. Click **Confirm** to disable the user's access to this workspace.
{% endhint %}

<figure><img src="/files/PrDTyyGQYR7DI6mYmC63" alt=""><figcaption><p>Confirming you would like to disable a user access for a workspace</p></figcaption></figure>

## Re-Enabling User Access to a Workspace

{% stepper %}
{% step %}
**Navigate to Settings**:

Go to **Settings** from the main menu.
{% endstep %}

{% step %}
**Select Users**:

Click on **Users** to manage your team.
{% endstep %}

{% step %}
**Select the User to Enable**:

* Find the user whose access you wish to enable.
* Click the menu (...) next to their name.
  {% endstep %}

{% step %}
**Enable the User**:

Select **Enable User** from the dropdown menu.
{% endstep %}
{% endstepper %}


---

# 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.loopit.co/settings/users/enabling-and-disabling-users.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.
