# Onboarding Checklist

{% stepper %}
{% step %}

#### Workspaces

**Objective:** Understand how information is organized and managed in EmpowerGPT.

A **Workspace** in EmpowerGPT is a secure and collaborative area where documents, folders, and collections are stored and managed.

**Checklist:**

* [ ] Navigate to 'Workspaces' from the left navigation menu.&#x20;
* [ ] Create a new Workspace or go to existing one.&#x20;
* [ ] Within the Workspace, create a new 'Collection' or directly upload the documents.&#x20;

EmpowerGPT will utilize these documents with **'Enterprise Chat'** to provide context-aware responses.&#x20;
{% endstep %}

{% step %}

#### Chat

**Objective:** Interact with EmpowerGPT using natural language.

EmpowerGPT provides two main types of chat interactions to enhance collaboration and information retrieval.

1. [Enterprise Knowledge](/chat/chat-types/enterprise-knowledge.md) - Allows users to interact exclusively with their organization’s data
2. [World Knowledge](/chat/chat-types/world-knowledge.md) - Allows users to interact with broad, internet-scale information

**Checklist:**

* [ ] Navigate to 'New Chat'
* [ ] There are two tabs available as: **Enterprise Knowledge** & **World Knowledge**.&#x20;
* [ ] Interact within the required tab by asking questions through the chat interface

{% endstep %}

{% step %}

#### Invite Users

**Objective:** Collaborate with team members securely.

EmpowerGPT supports collaboration by allowing you to invite users to Workspaces with role-based access controls.

**Checklist:**

* [ ] Naviagte to 'User and Roles' by clicking on your name at the top right corner.
* [ ] In the users tab, click 'Invite'.&#x20;
* [ ] Enter email address and select user role.

{% hint style="info" %}
Details of the user roles can be found [here](/users/users-roles-and-permissions.md).
{% endhint %}

{% 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.empowergpt.ai/getting-started/getting-started/onboarding-checklist.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.
