> ## Documentation Index
> Fetch the complete documentation index at: https://docs.botky.chat/llms.txt
> Use this file to discover all available pages before exploring further.

# Channels

> Muestra u oculta canales en el menú lateral del workspace.

export const Placeholder = () => <div className="botky-image-placeholder w-full aspect-video rounded-xl flex items-center justify-center font-semibold">
    Captura pendiente
  </div>;

<Note>
  Esta configuración solo está disponible para el owner del workspace.
</Note>

Puedes ocultar y mostrar los canales que se muestran en el menú lateral izquierdo.

<Frame>
  <Placeholder />
</Frame>
