I'd like to restrict usage for each user so that they don't abuse bots, especially ones that use pay-as-you-go APIs, like OpenAI.
To address that, I've set up a bot to allow users to ask five questions. Then, after the fifth question, the user gets a message that they've exceeded the limit and must wait X number of minutes before they can interact with the bot again. Obviously, this can be bypassed by the user going to a different browser or using private browsing to continue interacting with the bot.
Question Aside from the method that I've mentioned above, is there a way to limit the number of times that a user can interact with a bot in any of the Typebot plans (Free, Starter, Pro, or Enterprise)?