# Workplace

Workplace integration allows the created bot to be responsible for all conversation initiated on this channel. For all users present in your Workplace.

For this we will need 3 Tokens, the **App ID**, **App Secret** and **App Access Token**. Let's teach you step by step how to get them.

![](/files/-Ldu-ZxJQD6CgPrnD-fJ)

## Creating the APP in the Workplace

Go to **Integrations** in the control panel of the company.

![](/files/-Ldu-Yap6X4V9uf0KGmu)

At the bottom of the page click **Create Custom Integration**

![](/files/-Ldu-XOSgh1Mzs6kQMjL)

## Obtaining the Secret APP and APP Access Token

As soon as you create your APP, a dialog box will appear and in it you will find your **App Secret** and **App Acces Token**

![](/files/-Ldu-Vgn7VRnv8RMcw7s)

Click Create Access Token and another dialog box will appear. In it you will find your **App Access Token**

![](/files/-Ldu-T_Z7LNCfVMfEVsE)

Finally, in the Permissions section select the Read content and Message any member options.

![](/files/-Ldu-RZBb7XJy9XvBGEk)

## Obtaining your APP ID

Now with your created APP and generated token, you will find your **App ID** in the messages.

![If it is not there, enter into integrations and send a message for its integration](/files/-Ldu-IPuNM4nDd7hnNGV)

![](/files/-Ldu-GrVoUldbT826xOE)

The **App ID** is at the page address.

Okay, with the 3 Tokens you just need to insert them into the Workplace area on the CosmoBots Channels and you will have your bot integrated into that [channel](/bot-builder/channels.md).


---

# 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://help-en.cosmobots.io/bot-builder/channels/workplace.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.
