- Workspace knowledge defines shared rules that apply across all projects in a workspace, such as coding standards, preferred libraries, or naming conventions.
- Project knowledge adds context that is specific to a single project, such as the application purpose, database schema, architecture decisions, or domain terminology.
Workspace knowledge
Workspace knowledge is a text field that lets you define shared rules once and apply them across all projects in your workspace. Project knowledge can then add context that is specific to a particular project. It is best used for rules and conventions that should be consistent across multiple projects. By defining these guidelines once, you avoid repeating the same instructions in every project’s knowledge field. Workspace knowledge is especially useful in team environments where multiple people are building projects. Workspace admins can define guardrails such as coding standards, testing requirements, or architectural rules so every project follows the same conventions automatically. Only workspace owners and admins can manage workspace knowledge. To manage workspace knowledge, go to either:- Settings → Knowledge
- Project settings → Knowledge
What to include
Workspace knowledge is best for:- Coding style conventions
- Naming conventions
- Preferred libraries or frameworks
- Shared architectural patterns
- Testing requirements
- Code quality or linting rules
- Language or formatting preferences
- Brand voice, UI copy, or design guidelines
- Things Lovable should avoid doing
Example
Important notes
- Changes apply immediately
If you update workspace knowledge during an active conversation, Lovable will use the updated instructions on follow-up messages. - One workspace knowledge per workspace
Each workspace has a single workspace knowledge shared across all projects. You cannot define different workspace-level instructions for subsets of projects inside the same workspace. - Workspace knowledge in long conversations
Workspace knowledge is always included together with project knowledge alongside project code and other context sources. However, in very long conversations with a lot of context, instructions may not always be followed consistently.
Project knowledge
Project knowledge is a text field that stores persistent instructions and context for a single project. Use it to provide information that applies only to that specific project, such as the application purpose, architecture, or domain terminology. Anyone with permission to edit the project can update project knowledge. To manage project knowledge, go to Project settings → Knowledge. Project knowledge supports up to 10,000 characters.What to include
Good project knowledge usually includes:- What the application does
- User personas or target audiences
- Database schema or key tables
- Architecture decisions
- Domain terminology
- Project specific constraints
- Design guidelines (colors, typography, or layout)
- Links to important references such as API documentation or internal tools
- Security or compliance requirements
Example
Best practices
Define shared rules at the workspace level
Define shared rules at the workspace level
Be specific
Be specific
Clear instructions produce better results.Good example:Less useful example:
Write it like onboarding documentation
Write it like onboarding documentation
Imagine explaining the project to a new developer joining the team. Include the important architectural decisions so Lovable does not attempt to change them.
Keep instructions concise
Keep instructions concise
Short instructions work better than long paragraphs. Prefer bullet lists and direct rules.
Review knowledge periodically
Review knowledge periodically
If your stack or architecture changes, update your knowledge so Lovable does not follow outdated patterns.You do not need to document everything. Even a few clear rules or a short project description can significantly improve the quality of edits.
FAQ
What is the character limit for knowledge?
What is the character limit for knowledge?
Both project knowledge and workspace knowledge support up to 10,000 characters.
Can I have multiple sets of workspace knowledge instructions?
Can I have multiple sets of workspace knowledge instructions?
No. Each workspace has one workspace knowledge shared across all projects.
Can I add instruction files in the project's repository?
Can I add instruction files in the project's repository?
Yes. Instruction files such as
AGENTS.md or CLAUDE.md can also provide guidance to the Lovable agent.For technical users managing instruction files directly in their repositories, root-level AGENTS.md files are always read by the Lovable agent regardless of session length.Which context sources does Lovable read?
Which context sources does Lovable read?
When you send a message, Lovable reads your project knowledge, workspace knowledge, and project code to understand how your project works before generating edits.It also looks at any integration knowledge from connected services and instruction files in your project’s GitHub repository such as
AGENTS.md or CLAUDE.md.What happens if project and workspace knowledge conflict?
What happens if project and workspace knowledge conflict?
Project knowledge and workspace knowledge are included together when Lovable generates responses.If the instructions conflict, Lovable is encouraged to prioritize the instructions defined in project knowledge, since they apply specifically to the current project.To avoid confusion, keep shared rules in workspace knowledge and project-specific details in project knowledge.