# Change Department

Change Department is one of the actions in Design Studio that enables you to move from one department to another in a conversation.&#x20;

Imagine having different departments specified for support, sales, after-sales, etc. You can create a bot for each of these departments and, based on the user’s inquiries, activate the proper bot and department.&#x20;

With this strategy, you will achieve first contact resolution as the appropriate bot will be assigned to the user’s request. Additionally, you can ensure that sales-oriented inquiries are not directed to the support team and vice versa.

If you haven’t created your departments yet, you can [use this tutorial to create different departments](/manage-your-workspace/creating-a-department.md) for different purposes.

#### Embedding Change Department in conversations

First, navigate to the [Tiledesk dashboard](https://panel.tiledesk.com/v3/dashboard/#/projects) and then to the Design Studio.&#x20;

The Change Department action is located among the Special actions in the left-side menu.&#x20;

Drop it onto the canvas as shown in the image below.&#x20;

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

Then, from the “Talk with the Sales Team” button, continue the conversation to the Change Department action. By clicking on the block, the right-side menu will appear, allowing you to choose the proper department.

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

I hope you found this helpful.&#x20;

If you need assistance, do not hesitate to contact us via <support@tiledesk.com>.&#x20;

For more details, please visit [www.tiledesk.com](https://tiledesk.com/).&#x20;

If you haven’t created your free account yet, [start here](https://panel.tiledesk.com/v3/dashboard/#/signup).


---

# 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://guide.tiledesk.com/ai-chatbots-and-automation/actions-explained/change-department.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.
