usage: expand Credit Optimization into eight actionable habits - #302
Open
alonlindy wants to merge 2 commits into
Open
usage: expand Credit Optimization into eight actionable habits#302alonlindy wants to merge 2 commits into
alonlindy wants to merge 2 commits into
Conversation
The #credit-optimization anchor offered a single lever (switch your default model) and then pointed users at the legacy workflow-editor guide, which doesn't apply to Assistant users. Adds seven habits as an AccordionGroup: one chat per topic, batching related asks, writing specific briefs, turning off unused routines, narrowing meeting recording, reconnecting dropped integrations, and a weekly usage check. Links out to the Routines and Integrations pages, and cross-links the Usage Warning section above. Heading text is unchanged so the live #credit-optimization anchor keeps resolving. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Section headings sat 6.4px above their body copy (h2) and 4.8px (h3), so every heading read as attached to the paragraph below it. The existing bare h2/h3 margin rules never applied. Mintlify renders page content inside Tailwind Typography, and .prose :where(h2) outranks a bare element selector, so Tailwind's defaults won. Scoping the rules to .mdx-content restores the intended rhythm: 3rem/1rem for h2 and 2.25rem/0.75rem for h3. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The
#credit-optimizationsection on/account-billing/usageoffered one lever (switch your default model), then sent users to/account-billing/credit-optimizations, which is entirely about the legacy workflow editor and isn't in the nav. Not much for an Assistant user to act on.This expands it to eight tips, benchmarked against Viktor's credits guide and filtered for what actually applies to our product.
Changes
<AccordionGroup>with seven habits: one chat per topic, batch related asks, write specific briefs (with a costs-more / costs-less example), turn off unused routines, narrow meeting recording, reconnect dropped integrations, check usage weekly<Tip>cross-linking the Usage Warning section aboveThe
## Credit Optimizationheading text is unchanged, so the live#credit-optimizationanchor keeps resolving. No images or video added — this stays consistent with the current lean version of the page.Applicability calls
Of Viktor's ten, seven carried over, two were rewritten, one was dropped:
<Tip>insteadEvery UI path in the new copy is sourced from current pages on
main: the Routines page and its built-in routines table, the Meeting note taking card's All / External only / Specific meetings options, and the Integrations page's per-connection health status.One thing worth a look
Overages now appear twice — once in the weekly-check accordion and again in the standalone
## Overagessection right below. Reads fine, but easy to trim if you'd rather.🤖 Generated with Claude Code