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

# FAQ

> Quick answers to common questions about Anything

Common questions about building with Anything. For anything else, email [hello@anything.com](mailto:hello@anything.com).

## Building

<AccordionGroup>
  <Accordion title="How do I create a new page, component, or element?">
    Ask the agent for it. Say something like "add a settings page" and it creates it automatically.
  </Accordion>

  <Accordion title="How do I add AI to my app?">
    Describe what you need. For example: "Let users enter a health goal and have AI review it." The agent handles the rest.
  </Accordion>

  <Accordion title="Can I add databases?">
    Yes. Ask for any feature that needs data storage and the agent builds it. You can also ask for additional databases. [Learn more about databases](/apps/databases).
  </Accordion>

  <Accordion title="How do I connect to an external API?">
    [See our external APIs guide](/quick-tips/external-apis).
  </Accordion>

  <Accordion title="How do I add user accounts to my app?">
    Use the built-in [User Accounts](/apps/auth) feature. Just say "add sign up and login."
  </Accordion>

  <Accordion title="Can I build apps from my phone?">
    Yes. Connect your phone number in **Settings** on your dashboard and Anything gives you a number to text. Describe what you want and the agent builds it. Requires a [Pro plan](/account/subscriptions) or higher. See [Text to build](/builder/controls#text-to-build).
  </Accordion>

  <Accordion title="What language does Anything write in?">
    React and Next.js (JavaScript). You don't need to know this to use Anything, but it's useful if you want to export or customize code.
  </Accordion>

  <Accordion title="Can I export the code?">
    Yes. Go to the **Code** tab and click **Download** to get the full project.

    <img src="https://mintcdn.com/create/FQ38N__i9RkapQvc/images/codedownload.png?fit=max&auto=format&n=FQ38N__i9RkapQvc&q=85&s=ae956020041335b84317e835e6decbc0" alt="Code Download" width="2040" height="653" data-path="images/codedownload.png" />
  </Accordion>
</AccordionGroup>

## AI models

<AccordionGroup>
  <Accordion title="Which AI models does Anything use?">
    A mixture of models from Anthropic (Claude), OpenAI (GPT), Google (Gemini), Moonshot (Kimi), and open source. Different tasks, modes, and steps use different models to get the best result. You can override the default with the [model switcher](/builder/agent#model-switcher).
  </Accordion>

  <Accordion title="Do I own the code Anything generates?">
    Yes. You own all the code and content generated in your projects. See our [Terms of Service](https://anything.com/terms) for details.
  </Accordion>
</AccordionGroup>

## Hosting and publishing

<AccordionGroup>
  <Accordion title="Can I host my app on Anything?">
    Yes. Most users host on Anything. Click **Publish** in the top right to go live. Your app scales automatically. [Contact us](mailto:hello@anything.com) about Business or Enterprise plans if you need more.
  </Accordion>

  <Accordion title="How do I publish to iOS or Android?">
    Both are available. See the [mobile apps guide](/apps/mobile) to get started.
  </Accordion>

  <Accordion title="How do I verify my Apple Developer Account?">
    Follow our [step-by-step guide](/apps/mobile/verify-apple-developer-account) to check that your account is active and ready.
  </Accordion>
</AccordionGroup>

## Payments

<AccordionGroup>
  <Accordion title="How do I collect payments?">
    Anything integrates with [Stripe](/payments/stripe) for web apps and [RevenueCat](/payments/revenuecat) for mobile apps. Say "add a \$20/month subscription with Stripe" and the agent sets it up.
  </Accordion>

  <Accordion title="Can I accept crypto payments?">
    Yes. Stripe supports stablecoin payments for subscriptions, with over 400 compatible wallets. You can also pay for your Anything [subscription](/account/subscriptions) with crypto.
  </Accordion>
</AccordionGroup>

## Plans and account

<AccordionGroup>
  <Accordion title="What's the difference between Free, Pro, and Max?">
    **Free** gives you 3k credits with daily message limits. **Pro** (\$19+/mo) adds monthly credits, private projects, custom domains, and payments. **Max** (\$199+/mo) adds autonomous agents that test and fix your app in a real browser. See [plans](/account/subscriptions) for details.
  </Accordion>

  <Accordion title="I upgraded my plan but my credits didn't update">
    Email [hello@anything.com](mailto:hello@anything.com) and we'll sort it out. Include your account email and the plan you upgraded to.
  </Accordion>

  <Accordion title="I accidentally deleted something. Can I get it back?">
    Use [version history](/builder/controls#version-history) to restore a previous version. If that doesn't work, email [hello@anything.com](mailto:hello@anything.com).
  </Accordion>

  <Accordion title="I want to delete my account">
    Email [hello@anything.com](mailto:hello@anything.com) and we'll take care of it.
  </Accordion>

  <Accordion title="Do you have promo codes or student discounts?">
    We don't have a formal student discount program, but you can earn free credits by sharing your project on X — see [Credits](/account/credits#free-credits) for details. For other offers, email [hello@anything.com](mailto:hello@anything.com).
  </Accordion>

  <Accordion title="Is Anything GDPR compliant? Who owns my code and data?">
    You own all the code your app generates — it's yours to download, modify, and deploy anywhere. For GDPR compliance and data protection details, email [hello@anything.com](mailto:hello@anything.com).
  </Accordion>

  <Accordion title="Can I import a Figma design?">
    Yes. Use the Figma integration button in the builder chat to get started.
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="How do I fix an error?">
    Check the [Prompting Guide](/prompting) and [Get Help](/support/help) page.
  </Accordion>

  <Accordion title="I found a bug. Where do I report it?">
    Email [hello@anything.com](mailto:hello@anything.com) with a link to your project (the URL you see in the builder).
  </Accordion>
</AccordionGroup>

## Company

<AccordionGroup>
  <Accordion title="Are you hiring?">
    Yes. See open positions at [anything.com/careers](https://www.anything.com/careers).
  </Accordion>

  <Accordion title="Why are you building this?">
    We want to turn as many people as possible into software creators.
  </Accordion>

  <Accordion title="I love this product. How can I help?">
    Share what you're building. Tell your friends. Post about it on social.

    Follow us on [X](https://x.com/anything), [LinkedIn](https://www.linkedin.com/company/anythingai/), and [YouTube](https://www.youtube.com/@anythinguniversity).
  </Accordion>
</AccordionGroup>

***

## Glossary

<Expandable title="Common terms" defaultOpen>
  * **Agent.** The AI that builds your app when you send messages in the builder.
  * **Builder.** The interface where you chat with the agent, preview your app, and manage your project.
  * **Pages.** Screens in your app. A web app might have a homepage, dashboard, and settings page.
  * **Web app.** A website with users, data, and interactivity. Dashboards, marketplaces, SaaS tools.
  * **Mobile app.** An iOS or Android app you can publish to the App Store.
  * **Version history.** Every change is tracked. Go back to any previous version from the builder.
  * **API.** A way for your app to talk to other services, like pulling weather data or sending emails.
  * **Prompting.** How you talk to the agent. Clearer prompts get better results. See the [prompting guide](/prompting).
</Expandable>
