# OpenDialog Platform

## 👋 Welcome to the OpenDialog Workspace

The first thing you see when you login to OpenDialog is the workspace.

The workspace is the starting point for accessing the main OpenDialog functionalities: [scenarios](broken://pages/QXiLofFtrSva3tSBJilT) for setting up your Conversational AI application , [language services](/core-concepts/the-opendialog-workspace/language-services.md) to configure language capabilities available to use in your different scenarios, and your [account management](/core-concepts/the-opendialog-workspace/opendialog-account-management.md).

<figure><img src="/files/Q0UXET0NmdgLxqN3Dpyq" alt=""><figcaption><p>The Workspace Dashboard is your go-to starting point to create &#x26; manage your applications.</p></figcaption></figure>

## Navigating the OpenDialog Workspace

Most OpenDialog features are presented in two to three sections : the main menu (on the left-hand side of the screen ) for navigating its different features, a central panel exposing a feature's main functionality, and sometimes a third-panel on the right-hand side for additional functionality or guidance within a feature.

When logging into your OpenDialog workspace, you are presented with the Workspace Dashboard. From here you can use the main menu to navigate to the different areas of the product, or switch to a different workspace you have access to.

<figure><img src="/files/qVbqH7730Tr1sKV32dVL" alt=""><figcaption><p>Switching to another workspace or adding a new workspace</p></figcaption></figure>

{% hint style="info" %}
At any point in the OpenDialog product, you can go back to your Workspace Dashboard by clicking on the OpenDialog logo in the upper left corner of your screen, in the main menu.
{% endhint %}

## Creating an additional workspace

If you wish to create a new workspace, you can do so directly from the workspace dashboard.

{% hint style="success" %}

* Go to the main menu on the left-hand side of the screen
* Click on the down arrow next to your workspace's name
* Go to the bottom of the list that appears and click on <mark style="color:blue;">**Create New +**</mark>
* Give your new workspace a name and click on <mark style="color:blue;">**Create**</mark>
* The central panel shows a loading animation during the workspace creation
* Congratulations 🙌🏻 , you now have an additional workspace!
  {% endhint %}

<figure><img src="/files/5IvEJFhsKOCGpqbgnpH9" alt=""><figcaption><p>Use the workspace dropdown to create a new workspace</p></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.opendialog.ai/core-concepts/the-opendialog-workspace.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.
