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

# Feedback

We’re building Bound in public, and your feedback helps a lot.

## What to Send

* Bugs (what happened vs what you expected)
* Confusing docs or missing sections
* Feature requests (what problem you’re trying to solve)
* UX suggestions and onboarding friction

<Info>
  If you’re reporting a bug, please include your wallet type, browser/device, and transaction hash.
</Info>

## Leave Feedback

<a
  href="https://docs.google.com/forms/d/e/1FAIpQLSdHm-IuM3p5FPPf8h1Yg0e2taJZMw3Qq_R7_jHH5sY-tkMYfw/viewform?usp=publish-editor"
  target="_blank"
  rel="noreferrer"
  style={{
display: "inline-flex",
alignItems: "center",
justifyContent: "center",
padding: "0.9rem 1.6rem",
borderRadius: "0.9rem",
background: "#5EEB9D",
color: "#0b1f14",
fontWeight: 700,
fontSize: "1rem",
textDecoration: "none",
boxShadow:
  "0 0 0 1px rgba(94, 235, 157, 0.9), 0 14px 36px rgba(94, 235, 157, 0.35)",
transition: "transform 0.15s ease, box-shadow 0.15s ease"
}}
  onMouseEnter={(e) => {
e.currentTarget.style.transform = "translateY(-1px)";
e.currentTarget.style.boxShadow =
  "0 0 0 1px rgba(94, 235, 157, 1), 0 20px 44px rgba(94, 235, 157, 0.45)";
}}
  onMouseLeave={(e) => {
e.currentTarget.style.transform = "none";
e.currentTarget.style.boxShadow =
  "0 0 0 1px rgba(94, 235, 157, 0.9), 0 14px 36px rgba(94, 235, 157, 0.35)";
}}
>
  Submit Feedback
</a>
