> For the complete documentation index, see [llms.txt](https://docs.sprinthub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sprinthub.com/topicos/relacionar/segmentos/segmentos-removendo-leads-de-segmentos-com-base-no-calendario.md).

# Segmentos - Removendo leads de segmentos com base no calendário

Neste exemplo, você possui um calendário de reuniões criado na SprintHub, e deseja incluir em segmentos os leads que marcarem uma reunião, os leads que comparecerem à reunião, e os que não comparecerem. Além disso, você quer fazer a remoção desses leads automaticamente caso eles não se enquadrem mais àquele segmento.<br>

**Para esta estratégia, vamos utilizar o Calendário da SprintHub e Segmentos.**

Siga o tutorial abaixo:

* Inicialmente vamos criar o calendário. [Para aprender a criar um calendário, clique aqui.](https://docs.sprinthub.com/topicos/relacionar/calendario-publico)

A seguir vamos **criar os segmentos:** Reuniões Agendadas, Compareceu à reunião, Não Compareceu à reunião.

1 - Acesse Segmentos

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

2 - Clique em +Novo, adicione um Nome: Reuniões Agendadas.

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

3 - Na aba Filtros, escolha o seguinte filtro: “O lead possui uma reunião agendada? >> SIM >> E indique o calendário.

4 - Selecione SIM para a opção “Retirar leads que não atenderem mais o filtro?”

Esta funcionalidade garante que os leads que não tiverem mais uma reunião agendada neste calendário, sejam retirados deste segmento automaticamente.\
Clique em Salvar e Fechar.

<figure><img src="/files/1444ihkgyodUiJHU6yZZ" alt=""><figcaption></figcaption></figure>

**Agora vamos configurar o próximo segmento: Compareceu à reunião.**

Repita os passos 1 e 2, e na aba Filtro do segmento, clique em +Novo e adicione os filtros:

* Clique em +Novo Filtro e adicione o filtro “O lead compareceu a uma reunião” >> Sim e indique o calendário.
* Selecione SIM para “Retirar leads que não atenderem mais o filtro?”.

Clique em Salvar e Fechar

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

**Por fim, vamos criar o último segmento: Não Compareceu à reunião.**&#x20;

Repita os passos 1 e 2, e na aba Filtro do segmento, clique em +Novo Filtro e adicione os filtros:

* Clique em +Novo Filtro e adicione o filtro “O lead NÃO compareceu a uma reunião” >> Sim e indique o calendário.
* Selecione SIM para “Retirar leads que não atenderem mais o filtro?”.

Clique em Salvar e Fechar.

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


---

# 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.sprinthub.com/topicos/relacionar/segmentos/segmentos-removendo-leads-de-segmentos-com-base-no-calendario.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.
