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

# Frequently Asked Questions

> Common questions about Transmuter, Plan Casting, pricing, and more.

<Frame>
  <img src="https://mintcdn.com/vox-77e6fc75/H6aw058fDShtoezf/public/screenshots/pricing-desktop.png?fit=max&auto=format&n=H6aw058fDShtoezf&q=85&s=f15fa0ed6eb510da6efad62d209aa70a" alt="Transmuter pricing page showing Starter, Pro, and Enterprise plans with Default/BYOK toggle" width="1440" height="900" data-path="public/screenshots/pricing-desktop.png" />
</Frame>

<AccordionGroup>
  <Accordion title="What is Transmuter?">
    Transmuter transforms your business plan into a fully deployed, production-ready software product. You describe what you want to build in plain language, and Transmuter handles the specifications, code, testing, security audits, and deployment.
  </Accordion>

  {" "}

  <Accordion title="Do I need to know how to code?">
    No. Transmuter is designed for non-technical users. You write your business plan in plain
    language, and Transmuter handles all the technical work. If you are technical, you can enable
    Developer View to see and inspect the generated code.
  </Accordion>

  {" "}

  <Accordion title="What kind of products can Transmuter build?">
    Transmuter builds web applications -- the kind of software you access through a browser. This
    includes SaaS products, marketplaces, internal tools, dashboards, e-commerce stores, and more. It
    currently does not build mobile apps, desktop applications, or hardware products.
  </Accordion>

  {" "}

  <Accordion title="How long does a Plan Cast take?">
    A typical Plan Cast takes 4-24 hours of automated building time, depending on your product's
    complexity. Simple products (5-10 features) finish faster; complex products (20+ features) take
    longer. Review checkpoints pause the process so you can review at your own pace -- this time is
    not counted.
  </Accordion>

  {" "}

  <Accordion title="How much does it cost?">
    Plans start at \$29/month (BYOK mode) or \$69/month (Default mode). See our [pricing
    page](https://transmuter.3mergen.com/pricing) or the [Billing and
    Plans](/journeys/managing-account/billing-and-plans) guide for full details.
  </Accordion>

  {" "}

  <Accordion title="What is the difference between Default and BYOK mode?">
    In Default mode, AI processing is included in your subscription. In BYOK (Bring Your Own Key)
    mode, you provide your own Anthropic API key, pay Anthropic directly for AI usage, and get a lower
    Transmuter subscription price. See [BYOK](/concepts/byok) for details.
  </Accordion>

  {" "}

  <Accordion title="Do I own the code?">
    Yes, completely. Your code is pushed to your own GitHub account, hosted on your own Vercel
    account, and your data lives in your own Convex account. You have full ownership and access.
    Canceling your Transmuter subscription does not affect your deployed product.
  </Accordion>

  {" "}

  <Accordion title="Can I modify the code after deployment?">
    Yes. Since the code lives in your GitHub repository, you (or a developer you hire) can clone the
    repository and make any changes you want. The code is written in industry-standard TypeScript and
    follows best practices.
  </Accordion>

  {" "}

  <Accordion title="What happens if I cancel my subscription?">
    Your deployed product continues running because it is hosted on your own accounts. You lose access
    to Transmuter's building, monitoring, and maintenance features, but your product stays live. You
    can resubscribe at any time to regain access.
  </Accordion>

  {" "}

  <Accordion title="Is my data secure?">
    Yes. Transmuter uses industry-standard encryption for all credentials and sensitive data. API keys
    are encrypted at rest, never written to log files, and only used inside isolated, secure execution
    environments. Your business plan and product code are only accessible to you and your workspace
    members.
  </Accordion>

  {" "}

  <Accordion title="Can I invite team members or clients?">
    Yes. Each workspace supports multiple members with different roles (Owner, Admin, Member, Viewer).
    Invite clients as Viewers so they can review specifications without making changes. See [Team
    Members](/journeys/managing-account/team-members) for details.
  </Accordion>

  {" "}

  <Accordion title="What if I do not have a business plan?">
    You can start from one of our built-in templates (SaaS, Marketplace, Internal Tool, Mobile App,
    E-commerce) and customize it with your specific product details. The template provides a
    structured starting point.
  </Accordion>

  {" "}

  <Accordion title="Can I run multiple Plan Casts for the same project?">
    Yes. You can submit feedback after launching and run additional Plan Casts to implement changes.
    Each Plan Cast uses one of your monthly allocations or can be purchased as an add-on.
  </Accordion>

  {" "}

  <Accordion title="What cloud accounts do I need?">
    You need three accounts: GitHub (code storage), Vercel (hosting), and Convex (database). All three
    offer free tiers. Transmuter walks you through creating them if you do not have them yet. See
    [Connecting Cloud Accounts](/journeys/deploying/connecting-accounts) for details.
  </Accordion>

  {" "}

  <Accordion title="Is there a free trial?">
    There is no free trial at launch, but you can explore a demo project after signing up to see what
    a completed Plan Cast looks like before committing to a plan.
  </Accordion>

  {" "}

  <Accordion title="Can I upgrade or downgrade at any time?">
    Yes. Upgrades take effect immediately. Downgrades take effect at the end of your current billing
    period. If you exceed the lower plan's limits (for example, you have 3 active projects but Starter
    allows only 1), you will need to archive extra projects before the downgrade takes effect.
  </Accordion>

  <Accordion title="Where can I find help inside the app?">
    Transmuter has a built-in [Help Center](https://transmuter.3mergen.com/help) with searchable articles organized by topic: Getting Started, Cloud Accounts, Plan Casting, Billing, and Troubleshooting. There is also an interactive troubleshooter for diagnosing common issues.
  </Accordion>
</AccordionGroup>

<Snippet file="support-cta.mdx" />
