diff --git a/PROJECT b/PROJECT
index 4e36bcb8..a3362e70 100644
--- a/PROJECT
+++ b/PROJECT
@@ -1,25 +1,277 @@
-domain: summerwind.dev
-repo: github.com/actions/actions-runner-controller
-resources:
-- group: actions
- kind: Runner
- version: v1alpha1
-- group: actions
- kind: RunnerReplicaSet
- version: v1alpha1
-- group: actions
- kind: RunnerDeployment
- version: v1alpha1
-- group: actions
- kind: AutoscalingRunnerSet
- version: v1alpha1
-- group: actions
- kind: EphemeralRunnerSet
- version: v1alpha1
-- group: actions
- kind: EphemeralRunner
- version: v1alpha1
-- group: actions
- kind: AutoscalingListener
- version: v1alpha1
-version: "2"
+please I want to create a app with building websites so help me summarize and make an overview of the using this components below as context to match my application as Hollywood stars affiliated platform ( Johnny Depp, Sandra Bullock, Keanu Reeves, Jennifer Aniston)
+with a 4 different page segments for stars to receive messages from the fans and respond, and ensure that I have an admin account manager or secret policies and privacy 🔏 team regulating the website and application
+
+# 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
+
+
+
+### 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.
+
+
+
+### 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.
+
+
+
+
+
+
+### Use cases
+
+* Ask questions and receive suggestions from the builder
+* Help inquire about a feature you want but don't know how to prompt around
+* Debug issues with your application by providing a detailed description of the problem
+* Inquire about functionality or mobile compatibility
+* Plan [External API integrations](/quick-tips/external-apis) with the builder
+
+## View Modes
+
+Switch between different modes to work on your application:
+
+* **Demo mode** - Default view for building and testing your application
+* **Code mode** - View and edit the underlying code
+* **Preview** - Live sandbox to test your site as a public user, including functions, authentication, and payment systems
+
+
+
+
+
+## Code Generation
+
+When you send a message, Anything uses your input, message history, and application code history to generate new versions.
+
+During generation, you'll see a **code stream** or **building icon**. Once complete, test your application in **Preview or Demo Mode.**
+
+
+ [Pro members](https://create.xyz/pricing) receive enhanced generations with more context and history for smarter changes.
+
+
+
+ Read our [prompting guide](/prompting) to learn effective communication techniques.
+
+
+## Stopping Generation
+
+* Click the stop icon in the builder chat to halt unwanted changes or cancel requests
+
+
+
+## Refreshing Preview
+
+If changes aren't appearing, use the refresh button in the upper toolbar to update demo mode.
+
+
+
+
+---
+
+> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://www.create.xyz/docs/llms.txt
+
+
+# Pages
+
+> The Anything builder will automatically generate pages for you as you instruct it. Pages are the screens of your site or app. You start with a blank page when you open a new project.
+
+You can build powerful applications using a single page. As your project grows, you may want to split different sections into separate pages for better organization.
+
+## Create pages
+
+You start with a blank page. To create a new one, instruct the builder:
+
+```
+add a new page called Contact.
+```
+
+
+
+Pages are automatically named based on their content. Rename them by instructing the builder:
+
+```
+Rename bio to biography in the URL structure
+```
+
+
+
+## Manage multiple pages
+
+```
+Move the "About" section from the Contact Us Page to its own Page titled "About."
+```
+
+Consider splitting your application into multiple pages when:
+
+* Different sections serve distinct purposes (e.g., home, about, contact)
+* You want separate views for different user types (e.g., customer-facing vs admin pages)
+* You need to [restrict access to certain users](/builder/user-accounts)
+
+
+ A single page can include many [components](/builder/components) and complex logic. Many applications work well with just one page.
+
+
+## Style your pages
+
+Transform page appearance using simple prompts:
+
+```
+Update the look of this entire application with a modern glass theme, style fonts similar to Apple.com
+```
+
+### Styling options
+
+* **Screenshots** pasted in chat - see our [prompting guide](/prompting)
+* **URLs** in chat - Anything screenshots any URL and adds it to context
+* [**Components**](/builder/components) for reusable elements
+
+## Add elements
+
+Use the `/` command menu to add:
+
+* [**Components**](/builder/components) - UI elements
+* [**Integrations**](/builder/integrations) - AI services
+* [**Databases**](/builder/databases) - Data storage
+* [**Functions**](/builder/functions) - Backend logic
+
+Learn more about all available elements in our [overview](/builder/overview).
+
+## Publishing
+
+
+ Keep pages private by not publishing them. If you need to test or preview, use our [demo or preview modes](/essentials).
+
+
+### Publish web applications
+
+* Click Publish in the top right
+* Read more about publishing in our [publishing guide](/publish-and-share/publish)
+
+### Publish mobile applications
+
+To publish to the iOS or Android App Stores, see our [Mobile Guide](/builder/mobile)
+
+## Manage links
+
+Instruct the builder on where to link and it will handle the rest:
+
+```
+Link the bio page to the biography link at the homepage
+```
+
+* Modify links at any time with new instructions
+
+
+
+## Require authentication
+
+You can restrict page access to signed-in users:
+
+```
+Enable user accounts, require a user be signed in to view the following pages...
+```
+
+Users will:
+
+* See content when signed in
+* Be redirected to login when not authenticated
+
+Learn more about [User Accounts](/builder/user-accounts).
+
+## Delete pages
+
+Simply ask the builder:
+
+```
+Delete my biography page
+```
+
+
+
+
+---
+
+> To find navigation and other pages in this documentation, fetch the llms.txt file at: https://www.create.xyz/docs/llms.txt
+
+
+# Integrations
+
+> Add powerful capabilities to your apps with our built-in integrations
+
+
+ As we transition to our new builder integrations may be temporarily unavailable. We are working to improve their functionality and compatibility with the new system. If you have questions on specific integrations please email us at [hello@createanything.com](mailto:hello@createanything.com). Thank you!
+
+
+Anything offers 30+ built-in integrations (and growing!) to give your apps superpowers. Build AI-powered features, generate PDFs, display maps, or enhance your UI with component libraries.
+
+
+ Missing an integration? Email us at [hello@createanything.com](mailto:hello@createanything.com) with your suggestion. Meanwhile, you can connect to any external API using our [External API integration guide](/quick-tips/external-apis) to add custom functionality to your app.
+
+
+## Adding Integrations
+
+Add integrations by:
+
+* Type `/` in chat or select "Add-ons" menu
+* Select the integration
+* Write a prompt on how you want to use the integration. Send the message.
+
+You can add integrations to your [Pages](/builder/pages), [Components](/builder/components), or [Functions](/builder/functions). When you add an integration, you'll see a special chip in your chat. Anything adds the integration code to your page/component/function.
+
+
+ You need to include the integration in your prompt. You'll know it's referenced correctly if you see a chip in your chat.
+
+
+
+ Some integrations use credits to run. Learn more about [Credits](/account/credits).
+
+
+## Using AI Integrations
+
+Build powerful AI apps with our integrated models. Each integration comes with support out of box for:
+
+* **Streaming** - AI-generated text appears word by word, real time. You can tell Anything not to stream when you use the integration if you'd rather have it load.
+* **Flexible Prompting** - Let Anything guess the best prompt or specify the exact prompt
+* **Structured Outputs** - Get JSON responses to build dynamic UIs and drive application logic
+
+Adding AI is simple - just use a slash command, describe how you want to use the AI, and Anything handles hooking it up to your app.
+
+### Streaming
+
+By default, responses appear word-by-word as they're generated, creating an engaging real-time experience. This works great for chatbots and interactive experiences.
+
+If you prefer to show a loading spinner and display the complete response at once, simply tell Anything "don't stream the response" in your prompt. This is useful for:
+
+* Applications that process the full response
+* UIs that need to wait for complete data
+* Situations where immediate partial results aren't helpful
+
+### Prompting
+
+Anything offers multiple ways to handle AI prompts:
+
+1. **Basic In