quivr/docs/configuring/increase-user-usage.mdx
Stan Girard d54f370ed4
docs: add new configuration items (#2483)
# Description

Please include a summary of the changes and the related issue. Please
also include relevant motivation and context.

## Checklist before requesting a review

Please delete options that are not relevant.

- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my code
- [ ] I have commented hard-to-understand areas
- [ ] I have ideally added tests that prove my fix is effective or that
my feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged

## Screenshots (if appropriate):
2024-04-24 03:34:24 -07:00

25 lines
731 B
Plaintext

---
title: Increase User
description: Learn how to increase user usage in Quivr.
---
In order to increase the numbers of questions a user can ask, you need to update the user's settings in the Supabase database.
## Increase User Usage
To increase the number of questions a user can ask, follow these steps:
<Steps>
<Step title="Go to supabase">
Go to the [Supabase](http://localhost:54323) dashboard.
</Step>
<Step title="Select the table user_settings">
Select the table `user_settings`.
</Step>
<Step title="Find the user">
Find the user whose usage you want to increase.
</Step>
<Step title="Update the user settings">
Update the user settings by increasing the `monthly_chat_credits` field.
</Step>
</Steps>