> For the complete documentation index, see [llms.txt](https://docs.videsk.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.videsk.io/es-dashboard/gestion-del-dashboard/ajustes-de-cuenta/razones-de-abandono.md).

# Razones de abandono

Las razones de abandono personalizadas permiten que puedas definir un listado del cual tus clientes puedan seleccionar la razón del porqué están abandonando la fila de espera.

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

## Añadir razón de abandono

{% @arcade/embed url="<https://app.arcade.software/share/q0s48Q0T9dGaykoLtHgh>" flowId="q0s48Q0T9dGaykoLtHgh" %}

Para añadir una razón de abandono deberás dar clic en el botón ![](/files/t7Bqt2UkZ3Ym8WsuXzyN).

<figure><img src="/files/77YFJ2ngui9nxywpgmG1" alt=""><figcaption></figcaption></figure>

Deberás ingresar el nombre de la razón, la cual **será visible para tus clientes**.

En Id de integración podrás ingresar el mismo valor que el campo anterior, o bien un valor único para ser usado con [Webhooks](https://docs.videsk.io/es-developers/).

La visibilidad de permitirá activar o desactivar la razón de cara a clientes, sin necesidad de eliminarla.

## Eliminar razón de abandono

Para eliminar una razón de abandono deberás dar clic en el botón eliminar ![](/files/THei5vHqU0mByuliG5WL)ubicado en la parte derecha de la razón.

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

Luego deberás escribir el ID de integración para confirmar la eliminación.

## Editar una razón de abandono

Para editar una razón de abandono deberás dar clic en el botón Editar ![](/files/gmYVgHqw1PBRQN16LyQM). Luego podrás modificar las campos que desees.

Recuerda que si modificas el ID de integración este se verá afectado en los Webhooks, solo en el caso que los uses.

{% hint style="info" %}
La eliminación impedirá la visualización de métricas de esa razón en particular. Te sugerimos ocultarla en el caso que no desees que no esté visible para tus clientes.
{% 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.videsk.io/es-dashboard/gestion-del-dashboard/ajustes-de-cuenta/razones-de-abandono.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.
