Company question banks are included with the Insider plan.
You are building a billing component for a chat-based AI platform that charges users based on token usage.
Each chat session generates a record containing:
user_id, input_tokens, output_tokens, plan
`...