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

# Introduction

> An in-depth walkthrough of our product.

export const IntRedir = () => {
  if (typeof document === "undefined") {
    return null;
  } else {
    setTimeout(() => {
      const currentUrl = new URL(window.location.href);
      if (currentUrl.hostname === 'docs-int.wingback.com') {
        currentUrl.hostname = 'docs.wingback.com';
        window.location.replace(currentUrl.toString());
      }
    }, 1);
    return <></>;
  }
};

<IntRedir />

<img src="https://mintcdn.com/wingback/GadBRdJt85xVxME0/media/headers/manuals_header.jpg?fit=max&auto=format&n=GadBRdJt85xVxME0&q=85&s=ff5c44423678ef6712031495824e14d0" alt="" width="1616" height="667" data-path="media/headers/manuals_header.jpg" />

Welcome to the Manuals section of our user guides, your go-to resource for a comprehensive understanding of Wingback's features and functionalities. This section provides an in-depth product walkthrough, elucidating the purpose and function of almost every single button in Wingback.

No matter your role or task at hand, the "Manuals" section offers clear, step-by-step instructions to help you make the most of our platform. As you explore other sections of the user guides, you'll find links directing you back to relevant parts of the "Manuals" to further clarify specific actions or terminology. Think of the "Manuals" section as your ultimate reference guide, empowering you to navigate and utilize Wingback with confidence and ease.
