# Workspace Settings

## Overview

Workspace settings control your automation environment. Each workspace operates independently with its own users, permissions, and automations. Use these settings to manage who can access your workspace and what they can do.

## Settings

To access your workspace settings, click on your name or profile avatar in the bottom-left corner to open the user menu. Then select <kbd>**Workspace settings**</kbd>.

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

### Overview

View essential information about your workspace in the **Overview**:

* **Workspace name** - The identifier for this environment *(editable).*
* **Owner** - Who manages the workspace.
* **Created** - When the workspace was established.

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

### Users

Manage who has access to your workspace and what they can do. The **Users** section includes three tabs: [**Roles**](#roles), [**Workspace Users**](#workspace-users), and [**Pending Invites**](#pending-invites).

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

#### Roles

View all the workspace roles and permission levels:

* **Automation Author** - Create and manage automations
* **Automation Operator** - Run and monitor automations
* **CXO** - Read-only executive access to workspace activity
* **IT/Integrator** - Manage API keys and external connections
* **Member** - Basic workspace access
* **Workspace Admin** - Full workspace administration

#### Workspace Users

View everyone who currently has access to this workspace, along with their assigned roles.

#### Pending Invites

Track invitations you've sent that haven't been accepted yet. You can access invite links and revoke invites from this tab.

## Inviting Users

To add a **team member** to your workspace:

{% stepper %}
{% step %}
**Navigate to Users**

Navigate to the **Users** tab within Workspace Settings.
{% endstep %}

{% step %}
**Invite User**

Click <kbd>**+ Invite users**</kbd> in the top right.
{% endstep %}

{% step %}
**Select a Role**

Select a role from the dropdown. This role determines what the user can do within your workspace:

* **Automation Author** - Create and manage automations
* **Automation Operator** - Run and monitor automations
* **CXO** - Read-only executive access to workspace activity
* **IT/Integrator** - Manage API keys and external connections
* **Member** - Basic workspace access
* **Workspace Admin** - Full workspace administration
  {% endstep %}

{% step %}
**Enter Email**

Enter the user's email address, then click <kbd>**Invite User**</kbd>.
{% endstep %}

{% step %}
**Share Invitation Link**

Copy the invitation link and share it with your teammate to complete the invitation.
{% endstep %}
{% endstepper %}

<figure><img src="/files/U7WEUrs68RxCPmUWVoGu" 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://docs.kognitos.com/guides/administration/user-options/workspace-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.
