Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions introduction/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ icon: "circle-question"
<Accordion title="Can I reuse an existing project?">
Yes, you can remix an existing public project or one of your own. Remixing allows you to reuse the current state of a project as a starting point and build upon it. It’s a great way to explore new ideas, make adjustments, or iterate with different changes while preserving the original version.
</Accordion>

<!-- New FAQs added below -->
<Accordion title="Does Lovable support multilingual websites?">
Yes. You can build multilingual interfaces by using language selectors, a translation JSON file, or by prompting Lovable to generate localized UI text.
</Accordion>

<Accordion title="Any tips for beginners?">
- Start with small features rather than full apps.
- Always save important prompts for reuse.
- Use the Chat mode when stuck.
- Break complex tasks into smaller steps.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

These list items have trailing double spaces. While this can create a hard line break in some Markdown parsers, it's unnecessary here and is inconsistent with other lists in the file. Please remove them for consistency.

    - Start with small features rather than full apps.
    - Always save important prompts for reuse.
    - Use the Chat mode when stuck.
    - Break complex tasks into smaller steps.

- Preview your website often to catch layout issues early.
</Accordion>
</AccordionGroup>

## Building with Lovable
Expand Down