Building Settings UI Guide for placing and styling settings sections in the Tambo Cloud dashboard. Covers two concerns: where a feature belongs (which tab/page), and how to build the UI component to match existing patterns. Architecture Settings are split across two top-level tabs in the project layout: - Agent tab ( ) - How the AI agent behaves - Settings tab ( ) - Project infrastructure and access Each tab renders a flat vertical stack of Card components. There is no sidebar navigation; each page is short enough to scroll naturally. Tab layout - Layout file: - Agent page: - Settings page: G…