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

# Concepts

export const Title = ({children}) => {
  return <div className="text-neutral-900 dark:text-neutral-100 text-2xl font-medium" style={{
    letterSpacing: '-0.022em'
  }}>
      {children}
    </div>;
};

export const Container = ({children}) => {
  return <div className="px-1">
      {children}
    </div>;
};

<br />

<br />

<Container>
  <section className="mb-16">
    <div className="grid grid-cols-1 md:grid-cols-2 items-start gap-6">
      {/* Text content - heading and text stacked */}

      <div className="flex flex-col gap-0 order-2 md:order-1">
        <h3 className="mt-0">Cmd-K</h3>

        <p className="text-md leading-relaxed">
          Open cmd-K to search. Combine building blocks to ask complex questions—fast.
        </p>

        <p className="text-md leading-relaxed mt-0">
          <a href="https://docs.rover.inc/core/cmd-k">Learn more</a>
        </p>
      </div>

      {/* Image */}

      <div className="order-1 md:order-2">
        <img src="https://mintcdn.com/rover-164fa3ac/ObqqxMkgFoVd9aZ2/images/concepts-cmd-k.webp?fit=max&auto=format&n=ObqqxMkgFoVd9aZ2&q=85&s=319c19661cb7a8fb732a26b61e02d661" alt="Command menu (Cmd-K) showing the search terminal interface" width="2490" height="1689" data-path="images/concepts-cmd-k.webp" />
      </div>
    </div>
  </section>
</Container>

<Container>
  <section className="mb-16">
    <div className="grid grid-cols-1 md:grid-cols-2 items-start gap-6">
      {/* Text content - heading and text stacked */}

      <div className="flex flex-col gap-0 order-2 md:order-1">
        <h3 className="mt-0">Tables</h3>

        <p className="text-md leading-relaxed">
          Filter and sort results. Add context with columns for transactions, assets, addresses, and blocks.
        </p>

        <p className="text-md leading-relaxed mt-0  ">
          <a href="https://docs.rover.inc/core/tables">Learn more</a>
        </p>
      </div>

      {/* Image */}

      <div className="order-1 md:order-2">
        <img src="https://mintcdn.com/rover-164fa3ac/xFDiGAOi6SpLB0Nk/images/tables.webp?fit=max&auto=format&n=xFDiGAOi6SpLB0Nk&q=85&s=77828c9b7ae53bf8cda363d068a69bc3" alt="Tables interface showing filtered and sorted results" width="2490" height="1689" data-path="images/tables.webp" />
      </div>
    </div>
  </section>
</Container>

<Container>
  <section className="mb-16">
    <div className="grid grid-cols-1 md:grid-cols-2 items-start gap-6">
      {/* Text content - heading and text stacked */}

      <div className="flex flex-col gap-0 order-2 md:order-1">
        <h3 className="mt-0">Detail Pages</h3>

        <p className="text-md leading-relaxed">
          Click into any item to see full details. Jump between related objects to follow the chain of activity.
        </p>

        <p className="text-md leading-relaxed mt-0 ">
          <a href="https://docs.rover.inc/core/detail-pages">Learn more</a>
        </p>
      </div>

      {/* Image */}

      <div className="order-1 md:order-2">
        <img src="https://mintcdn.com/rover-164fa3ac/ObqqxMkgFoVd9aZ2/images/concepts-detail-pages.webp?fit=max&auto=format&n=ObqqxMkgFoVd9aZ2&q=85&s=21797be9773b803c8957aeac635ba87f" alt="Detail pages interface showing an object overview and related information" width="2490" height="1689" data-path="images/concepts-detail-pages.webp" />
      </div>
    </div>
  </section>
</Container>

<Container>
  <section className="mb-16">
    <div className="grid grid-cols-1 md:grid-cols-2 items-start gap-6">
      {/* Text content - heading and text stacked */}

      <div className="flex flex-col gap-0 order-2 md:order-1">
        <h3 className="mt-0">Views</h3>

        <p className="text-md leading-relaxed">
          Save searches as Views and watch them update live with the chain.
        </p>

        <p className="text-md leading-relaxed mt-0 ">
          <a href="https://docs.rover.inc/core/views">Learn more</a>
        </p>
      </div>

      {/* Image */}

      <div className="order-1 md:order-2">
        <img src="https://mintcdn.com/rover-164fa3ac/ObqqxMkgFoVd9aZ2/images/concepts-views.webp?fit=max&auto=format&n=ObqqxMkgFoVd9aZ2&q=85&s=541666888576bca7b6217336086f9b51" alt="Views page showing saved searches that update live" width="2490" height="1689" data-path="images/concepts-views.webp" />
      </div>
    </div>
  </section>
</Container>

<Container>
  <section className="mb-16">
    <div className="grid grid-cols-1 md:grid-cols-2 items-start gap-6">
      {/* Text content - heading and text stacked */}

      <div className="flex flex-col gap-0 order-2 md:order-1">
        <h3 className="mt-0">Labels</h3>

        <p className="text-md leading-relaxed">
          Add labels to addresses so key context is always at your fingertips, then use those labels to organize and filter on‑chain data across every workflow
        </p>

        <p className="text-md leading-relaxed mt-0 ">
          <a href="https://docs.rover.inc/core/labels-bookmarks">Learn more</a>
        </p>
      </div>

      {/* Image */}

      <div className="order-1 md:order-2">
        <img src="https://mintcdn.com/rover-164fa3ac/Qd94OU4QU_hWgO1U/images/labels.webp?fit=max&auto=format&n=Qd94OU4QU_hWgO1U&q=85&s=d22ce4e9eec479614754bc93f3c9d32f" alt="Labels and bookmarks interface showing labeled addresses and saved items" width="2490" height="1689" data-path="images/labels.webp" />
      </div>
    </div>
  </section>
</Container>
