Building with Same
How to give instructions, provide context, and iterate on your project.
Building with Same involves instructing the agent, reviewing its work, and providing feedback.
Giving Instructions
Clearly describe what you want Same to do. Be specific about features, functionality, and appearance.
Same analyzes your request and the current project state to implement the changes.
Providing Context
Good context helps Same understand your needs.
- Links: Provide URLs to documentation, examples, or inspiration.
- Files & Summaries: Use the
@ Add context
button in the chat input.- Select specific project files Same needs to read or modify.
- Include summaries of previous relevant chats.
- Conversation History: Refer to previous messages or decisions within the current chat.
Using @ Add context
is more efficient than asking Same to search for
information.
Use the '@ Add context' button to include files or summaries in your prompt.
Breaking Down Large Tasks
For complex changes, give Same smaller, sequential instructions.
Instead of: “Rebuild the entire dashboard with a new design and add analytics.”
Try:
- “Update the color scheme using these hex codes: #…”
- “Refactor the dashboard Card component to use Tailwind CSS.”
- “Add a chart component here to display user signups.”
- “Add analytics tracking for button clicks.”
This helps Same focus and makes it easier to review changes.
Reviewing and Iterating
Same shows code changes (diffs) and updates the live preview.
- Review Diffs: Check the tool invocation blocks to see what code changed.
- Check Preview: Verify the visual changes in the live preview panel.
- Give Feedback: If needed, tell Same what to adjust. Be specific.
Editing Your Messages
If you need to change a previous instruction:
- Hover over your message.
- Click the pencil icon.
- Edit the text.
- Submit the changes.
Same will process the updated instruction. You may be asked if you want to revert the project state to that point, which would clear subsequent messages.
Click the pencil icon on hover to edit a previous message.