# Modes Source: https://www.create.xyz/docs/Modes Understanding Anything's different modes and capabilities Anything offers several modes to help you build, test, and refine your applications. Each mode serves a specific purpose in your development workflow. ## Mode Switcher Mode Switcher ### AI Modes * **Auto** - Our default mode that intelligently chooses the best model for you based on the tasks given * **[Thinking Mode](#thinking-mode)** - Our primary building agent with reasoning capability for quality code work * **[Discussion Mode](#discussion-mode)** - chat without making edits. It can be important at times to prevent edits to your work and be able to ask questions of the builder about status, approach or specific features without allowing it to alter your current design. * **[Max](/max)** - Max is our most powerful AI agent, an autonomous software engineer that builds, tests, and fixes your applications automatically. Give it a goal, and Max will work through your app like a real user, writing code and tests until the task is complete. * **Fast Mode** - Built for speed at the expense of quality, this mode is designed to get you results quickly. It is inferior to Thinking Mode in many ways, but uses less credits to generate code. ## Thinking Mode Our primary mode to enhance the builder experience. The AI agent works beyond just coding to investigate, research, and access internal and external resources to build the best application possible. Thinking1 ### Example queries * "Can you redesign this page to match the style of \[website URL]?" * "Make this app look like Instagram's design but for \[your use case]" * "I pasted a screenshot of a design I like - can you implement something similar?" ## Discussion Mode Enable discussion mode to receive input, feedback, and best practices directly from the AI. Discussion mode intentionally prevents the builder from making changes to your project but it can do important work on your behalf to shape prompts, research API documentation and a lot more.
``` If you are working with a wordpress.com site, you may need to use a [plugin](https://wordpress.com/plugins/iframe) to get the iframe to display. # Publish Source: https://www.create.xyz/docs/publish-and-share/publish Host and share your Anything apps Publish Your Web App, Mobile App or both with these simple steps.