# Workspaces

## Creating a Workspace

* Organizations can set up a workspace for a specific domain (e.g. @acme.com).
* Users with that email domain will automatically see the workspace and be able to join when they sign into Glue for the first time.

{% hint style="success" %}
Once setup, workspace members can:

* View and join various groups within the workspace.
* Start threads or direct messages with other members.
  {% endhint %}

## Features of Workspaces

### **Glue AI**

Access Glue AI, an AI assistant that has context on everything happening in Glue. Can use 1:1 or in a group where all members can collaborate with Glue AI at the same time.

### **Groups**

Organize people and conversation threads into groups centered around teams, projects or topics.

### **General Group**

Communicate with your entire workspace with this automatically generated group that includes every user. Ideal for company-wide announcements, shout-outs, and reminders.

### **Guest Access**

Communicate with [guests](https://docs.glue.ai/groups/guests) (external users like contracts, customers, or partners) by adding them to a group. They do not need to be added to the entire workspace.

{% hint style="info" %}
If your company doesn't have a workspace yet, you can [create one](/for-admins/workspace-setup.md) or [use Glue without a workspace](/workspaces/external-users/using-glue-without-a-workspace.md).
{% 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.glue.ai/workspaces/workspaces.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.
