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

# Frequently Asked Questions

> Find answers to common questions about Bungee, routing modes, and integrations.

<AccordionGroup>
  <Accordion title="What is Bungee?">
    Bungee is a protocol that powers seamless swaps within and between blockchains. With over \$25B in volume processed and trusted by major wallets and dApps, Bungee provides efficient, secure, and accessible crosschain swaps through two routing modes: Auto and Manual.
  </Accordion>

  <Accordion title="Where can I use Bungee?">
    Bungee Manual Mode is integrated into major wallets and dApps, including:

    * [Coinbase Wallet](https://wallet.coinbase.com/)
    * [MetaMask](https://metamask.io/)
    * [Rabby](https://rabby.io/)
    * [Rainbow](https://rainbow.me/)

    Additionally, you can try out both routing modes at our official interface:

    * **Auto and Manual Modes**: [bungee.exchange](https://bungee.exchange)
  </Accordion>
</AccordionGroup>

## Routing Modes

<AccordionGroup>
  <Accordion title="What's the difference between Auto Mode and Manual Mode?">
    * **Auto Mode** automatically selects and executes the best route through a marketplace of competing offchain agents. Users just sign a message with their preferences.
    * **Manual Mode** provides multiple routes for users to choose from, giving control over route selection and execution.

    Read more about the modes in [Integration Guides](/integrate/integration-guides)
  </Accordion>

  <Accordion title="Where can I learn more about Auto Mode?">
    Learn more about Auto Mode in our [Integration Guides](/integrate/integration-guides). See [Auto Mode Integration](/integrate/integration-guides/auto-permit2-gasless-requests) for detailed implementation steps.

    Additionally you can try out Auto Mode at [bungee.exchange](https://bungee.exchange).
  </Accordion>

  <Accordion title="Where can I learn more about Manual Mode?">
    Learn more about Manual Mode in [Manual Mode Integration Guide](/integrate/integration-guides/manual)

    Additionally you can try out Manual Mode at [bungee.exchange](https://bungee.exchange).
  </Accordion>
</AccordionGroup>

## Integration

<AccordionGroup>
  <Accordion title="Can I use Bungee Auto or Manual Mode in my App?">
    Yes, Bungee Auto and Manual Mode are available for integration via APIs. See [Auto Mode Integration](/integrate/integration-guides/auto-permit2-gasless-requests) and [Manual Mode Integration](/integrate/integration-guides/manual-route-selection).

    The API Endpoints provide both Quotes for Bungee Auto and Routes for Bungee Manual. Bungee Auto is enabled by default while Bungee Manual can be enabled via parameter.
  </Accordion>

  <Accordion title="How can I integrate Bungee Manual Mode?">
    Ready to integrate? Get started with Manual Mode [Integration Guide](/integrate/integration-guides/manual-route-selection)
  </Accordion>

  <Accordion title="Is Auto Mode available for integration?">
    Yes, Bungee Auto is available for integration via APIs. See [Auto Mode Integration](/integrate/integration-guides).
  </Accordion>

  <Accordion title="I have an Application, can I just add Bungee Auto Mode to it?">
    Yes, we are currently working on Bungee Widget, a component that allows you to use Auto Mode in your App. More information coming soon.
  </Accordion>
</AccordionGroup>

## Technical Questions

<AccordionGroup>
  <Accordion title="How does Auto Mode work?">
    Auto Mode uses a request-based execution system with off-chain signatures. For each swap, the following steps occur:

    1. Get a quote for price estimation
    2. Create and sign a request with your preferences
    3. Off-chain agents compete to execute your request
    4. The winning agent executes the swap
    5. The transaction is settled and verified

    Learn more about Auto Mode integration in our [Integration Guides](/integrate/integration-guides). See [Auto Mode with Permit2](/integrate/integration-guides/auto-permit2-gasless-requests) or [Auto Mode Onchain](/integrate/integration-guides/auto-onchain-requests) for implementation details.
  </Accordion>

  <Accordion title="Who are the offchain agents in Auto Mode?">
    Auto Mode has three types of agents:

    * **Fillers**: Have active capital across networks and fulfill requests
    * **Solvers**: Use passive staked capital to find and execute optimal routes
    * **Provers**: Whitelisted by BungeeDAO for secure native bridge integrations
  </Accordion>

  <Accordion title="What happens if a swap fails?">
    Both modes have protection mechanisms:

    * **Auto Mode**: Requests have timeouts and slippage protection. If execution fails, your funds remain safe in the source chain.
    * **Manual Mode**: Transactions are atomic, meaning they either complete successfully or revert entirely.
  </Accordion>
</AccordionGroup>

## Support

<AccordionGroup>
  <Accordion title="Where can I get help?" defaultOpen={true}>
    * Discord Community: [Join our Discord](https://discord.com/invite/DrvfYq6fvc)
    * Twitter Updates: [@BungeeExchange](https://twitter.com/BungeeExchange)
    * Support: [Contact our support team directly via website](https://bungee.exchange)
  </Accordion>
</AccordionGroup>
