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

# Enviar una solicitud

> Usa el siguiente formulario para enviar una solicitud al equipo de soporte de Quo

export default function JotformEmbed() {
  const iframeRef = useRef(null);
  useEffect(() => {
    function handleMessage(e) {
      if (typeof e.data === "string") {
        const args = e.data.split(":");
        if (args[0] === "setHeight" && iframeRef.current) {
          iframeRef.current.style.height = `${args[1]}px`;
        }
      }
    }
    window.addEventListener("message", handleMessage);
    return () => window.removeEventListener("message", handleMessage);
  }, []);
  return <iframe ref={iframeRef} id="JotFormIFrame-252056591341050" title="Submit a request" src="https://form.jotform.com/252056591341050" style={{
    width: "100%",
    minHeight: "600px",
    border: "none"
  }} frameBorder="0" scrolling="no" allow="geolocation; microphone; camera; fullscreen; payment" />;
}

¿Tienes alguna pregunta? Podemos responderla.

<JotformEmbed />

¿Tienes una idea para mejorar Quo? Puedes usar el mismo formulario para compartir comentarios o solicitar una función.

Revisamos cada solicitud; gracias por ayudar a dar forma al futuro de Quo.
