> For the complete documentation index, see [llms.txt](https://docs.hablla.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hablla.com/hablla-docs-en/hablla/settings/grouped-calendars.md).

# Grouped Calendars

The **Grouped Calendars** allow you to bring together the availability of multiple calendars in a single scheduling link.

With this feature, instead of sharing the individual calendar of a single user, you can provide a link that takes into account the **combined availability of several calendars** belonging to the same group.

Imagine, for example, a support team made up of different agents. If one of them is not available at a given time, but another team member is available, that time can still be shown to the client through the Grouped Calendar.

This way, the client does not need to choose in advance which user they want to schedule with. They can see the group's availability and select one of the available times.

{% hint style="warning" %}
The **Grouped Calendars** use calendars that have already been created and configured in the workspace. Before creating a group, make sure the calendars of the users who will be part of it have already been created and configured.&#x20;

If needed, you can access our documentation that explains the calendars [by clicking here](/hablla-docs-en/hablla/settings/calendar.md).
{% endhint %}

### When should Grouped Calendars be used?

Grouped Calendars are especially useful when different people can perform the same type of service and you want to make the team's schedule available through a single link.

Some usage examples are:

* **Support team:** make the schedules of different support agents available in a single calendar.
* **Sales team:** allow leads to schedule a meeting based on the availability of different salespeople.
* **Consulting services:** group consultants who carry out the same type of meeting or service.
* **Onboarding and implementation:** allow clients to schedule meetings based on the availability of different professionals responsible for implementation.
* **Specialized services:** bring together professionals who can perform the same type of service in a single schedule.

The goal is **to increase the availability shown to the client and centralize scheduling**, avoiding the need to individually share each user's calendar.

## How to set up a Grouped Calendar

To use this feature, you first need to create the group and then define which calendars will be part of it.

### 1. Access the Workspace settings

Access your **Studio Hablla** and click on the icon of **gear**, located in the upper-right corner of the screen, to access your workspace settings.

### 2. Access Grouped Calendars

* In the left sidebar menu of the settings, find and click the option **Grouped Calendars**.
* This screen will display all calendar groups already registered in your workspace.

If there are no groups configured yet, you can create the first one by clicking the button **New Calendar Group**, located in the upper-right corner of the screen.

### 3. Create a new Calendar Group

Click on **New Calendar Group**.

A new window will appear so you can configure the group information. Fill in the following fields:

* **Name:** define a name to identify the calendar group within Hablla. For example: `Support Schedule`.
* **Slug:** define the identifier that will be part of the address used to access the Grouped Calendar.

The **Slug** is used in composing the group's public link. Therefore, we recommend using a short value that makes the calendar easy to identify.

For example, using:

`support-schedule`

This identifier will be part of the address used to access the team's calendar.

{% hint style="info" %}
Prefer using **Slug** simple words, without spaces and separated by hyphens. For example: `support-schedule`, `sales-team` or `consulting`.
{% endhint %}

After filling in the fields **Name** and **Slug**, click on **Save** to create the group.

<figure><img src="https://1592162275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrmxWrIrMauHcIrsuqfGq%2Fuploads%2FRrl9Ie2DrruGVDT89QD2%2F%5BDOCS%5D%20-%20Como%20Criar%20Calend%C3%A1rio%20Agrupado.gif?alt=media&amp;token=faca051d-d7e8-479c-84a9-6de0ea55134a" alt=""><figcaption></figcaption></figure>

## Adding calendars to the group

After creating the group, you will need to define which calendars will be part of it.

### 4. Access the Calendar Group

On the screen of **Grouped Calendars**, find and access the group created in the previous step by clicking on it. When you access the group, the calendars that currently belong to it will be displayed.

### 5. Add the calendars

* To add a new calendar to the group, click the button **Add Calendar** in the upper-right corner of the screen.
* In the window that will open, select the calendar you want to include in the group.
* After selecting the desired calendar, click on **Save**.

Repeat the procedure to add the other calendars that should share their availability through this group.

<figure><img src="https://1592162275-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrmxWrIrMauHcIrsuqfGq%2Fuploads%2FroxoeS82k8UFASfRrhsT%2F%5BDOCS%5D%20-%20Como%20adicionar%20Calend%C3%A1rio%20Ao%20Grupo.gif?alt=media&amp;token=20ad3408-e68e-4f98-a875-20686e9f71c4" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If a calendar should no longer be part of the group, you can also remove it later. This makes it possible to keep the Grouped Calendar participants updated according to your team's composition.
{% endhint %}

## All set!

After adding the desired calendars, your **Grouped Calendar** will be configured.

From that moment on, you can share the group link with your clients so they can view, in one place, the available times considering the calendars added to the group.

For example:

```mermaid
flowchart LR
    A["Calendar - Ana"] --> D["Grouped Calendar"]
    B["Calendar - Bruno"] --> D
    C["Calendar - Carlos"] --> D
    D --> E["Scheduling Link"]
    E --> F["Client"]
```

Thus, if one of the users does not have availability for a given time, the Grouped Calendar can show the availability of the other calendars participating in the group.

{% hint style="success" %}
With the **Grouped Calendars**, you can make a team's schedule available through a single link, centralizing availability and offering more time options for your clients.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hablla.com/hablla-docs-en/hablla/settings/grouped-calendars.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
