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

# FAQs

> Frequently asked questions and answers.

## Getting Started

<AccordionGroup>
  <Accordion title="How do I get started?">
    Follow the 4-step Quick Start above, or check out the full [Quick Start Guide](../get-started/quick-start) for a detailed walkthrough.
  </Accordion>

  <Accordion title="I can't open the app">
    Make sure you're on a supported browser (Chrome, Edge, Safari, or Firefox), disable aggressive content blockers for the app domain, and allow pop-ups for authentication.
  </Accordion>

  <Accordion title="Do I need to install anything?">
    No. OpenBuilder runs entirely in your browser—no downloads or local dependencies required.
  </Accordion>

  <Accordion title="What browsers are supported?">
    We support the latest two versions of Chrome, Edge, Safari, and Firefox. If you see an unsupported browser message, update your browser or try a different one.
  </Accordion>
</AccordionGroup>

## Supabase Integration

<AccordionGroup>
  <Accordion title="Can I use my own Supabase project?">
    Currently, OpenBuilder integrates with new Supabase projects. Existing project support is coming soon—let us know if you need early access!
  </Accordion>

  <Accordion title="I cannot connect my Supabase account.">
    * Make sure you still have available project slots in your Supabase organization. If you are on a free Supabase plan, you will have 2 project slots.
    * If you already have 2 or more projects, you can pause one of the projects to make room for new projects.

    If all fails, try creating a New Organization in Supabase on a free tier, and click "Connect to Supabase" again from within OpenBuilder to initiate the access authorization.
  </Accordion>
</AccordionGroup>

## APIs and Integrations

<AccordionGroup>
  <Accordion title="How do I connect APIs?">
    Go to the [API Integration Guide](../guides/connect-APIs) for step-by-step instructions on adding popular APIs. OpenBuilder has native integration with many 3rd party APIs like Supabase, OpenAI, and more. Stripe integration is coming soon!
  </Accordion>

  <Accordion title="Are my API keys secure?">
    Yes! All API keys are stored locally and not shared with anyone else. OpenBuilder Agent will always store them server side so they are not exposed to the public.
  </Accordion>

  <Accordion title="What APIs are natively supported?">
    OpenBuilder has native integrations with:

    * **Supabase**: Authentication, Database, realtime, etc.
    * **Stripe**: Coming soon! Everything payment related
    * **Popular APIs**: OpenAI, OpenRouter, Reddit, Anthropic, and more
  </Accordion>

  <Accordion title="I don't see the integration I need">
    We're constantly adding new integrations! If you don't see a specific API or service you need:

    * **Stripe**: Payment integration is coming soon
    * **Other integrations**: Check back regularly as we add new native integrations
    * **Custom APIs**: You can still connect any REST API manually by adding your API keys and endpoints
    * **Feature requests**: Let us know what integrations you'd like to see via [Discord](https://discord.gg/3kqeNhsQxH) or [email](mailto:support@theopenbuilder.com)
  </Accordion>
</AccordionGroup>

## Debugging and Deployment

<AccordionGroup>
  <Accordion title="My deployment failed.">
    Make sure all linter errors and runtime errors are fixed before trying to deploy.

    After fixing any remaining errors, initiate deployment again.
  </Accordion>

  <Accordion title="I'm stuck trying to fix an error">
    Use OpenBuilder's debugging tools:

    * For compile/lint errors: Use the automatic quick fix prompts
    * For runtime errors: Click "Fix Error" in the Flow Diagram
    * For UI issues: Use Built-in Screenshot, Attach Image, or Element Selector
    * For unexpected behaviors: Use the Interactive Debugger when prompted

    Check the [Debugging Guide](../guides/debugging) for detailed instructions.
  </Accordion>

  <Accordion title="What's the difference between lint/compile errors and runtime errors?">
    * **Lint/compile errors** happen before your app runs (type checks, formatting issues, unused imports). OpenBuilder displays these in the Chat Panel or App Preview.
    * **Runtime errors** happen during execution (unhandled exceptions, failed network requests). These appear in console logs and the Flow Diagram.
  </Accordion>
</AccordionGroup>

## Support and Feedback

<AccordionGroup>
  <Accordion title="How do I get support?">
    For code-related support, submit a report directly from within the app during the beta period. For general support:

    * **Discord**: Join our community [here](https://discord.gg/3kqeNhsQxH)
    * **Email**: Contact us at [support@theopenbuilder.com](mailto:support@theopenbuilder.com)
  </Accordion>

  <Accordion title="How do I report bugs or request features?">
    Since we're in early beta, you can:

    * Submit code-related issues directly from within the app
    * Join our [Discord community](https://discord.gg/3kqeNhsQxH) for discussions
    * Email us at [support@theopenbuilder.com](mailto:support@theopenbuilder.com) for feature requests
  </Accordion>
</AccordionGroup>
