Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.bytespace.ai/llms.txt

Use this file to discover all available pages before exploring further.

Overview

The Go Back block navigates to the previous page in the browser history. This is particularly useful when:
  • Returning to search results
  • Handling multi-step forms
  • Implementing back-navigation patterns
  • Reverting to previous states

Behavior

This block:
  • Returns to the previous page in history
  • Works like the browser’s back button
  • Does not require any configuration
  • Depends on browser history

Usage Example

Scenario: Product browsing workflow

Common Use Cases:

  • After viewing product details
  • Following form submission
  • When canceling a process
  • Returning to search results

Notes

  • Only works when there’s a previous page in history
  • May not work after certain page redirects
  • Consider page reload requirements
  • Verify the target page is in history