# Best Practices
URL: /best-practices

import LearnMore from "@/components/learn-more";

Small decisions in how you register components and structure prop schemas have a big impact on Tambo's response quality and speed. These guides capture patterns that work well in production.

Whether you're building with an AI coding agent or optimizing an existing integration, these recommendations will help you avoid common pitfalls around token usage, streaming behavior, and component design.

<LearnMore title="Coding Agent MD Rules" description="Concise rules for AI coding agents working with Tambo generative UI" href="/best-practices/coding-agent-generative-ui-rules" />

<LearnMore title="Component Props and Performance" description="Structure component props and Zod schemas for smaller payloads and faster responses" href="/best-practices/component-data-props" />
