> ## Documentation Index
> Fetch the complete documentation index at: https://docs.yyassif.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Increase User

> Learn how to increase user usage in RAGenius.

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>
