# Supabase ## Project/Database Settings - [Add IPv4 Add-on](https://trybrowzer.com/help/supabase/add-ipv4-add-on) - Adds a dedicated IPv4 address add-on to a Supabase project through the Project Settings and Add-ons menu. - [Change Compute Size](https://trybrowzer.com/help/supabase/change-compute-size) - Upgrades a Supabase project's compute size from Nano to Small, then cancels the changes. - [Create Publishable API Key](https://trybrowzer.com/help/supabase/create-publishable-api-key) - Creates a new publishable API key in Supabase by accessing Project Settings, navigating to API Keys, entering a name, and confirming the creation. - [Create Secret Key](https://trybrowzer.com/help/supabase/create-secret-key) - Creates a new secret API key in Supabase by entering a key name and confirming the creation. - [Get Project Name & ID](https://trybrowzer.com/help/supabase/get-project-name-id) - Retrieves and copies the project name and ID from Supabase project settings. - [Procure Legacy anon, service_role API Keys](https://trybrowzer.com/help/supabase/procure-legacy-anon-service-role-api-keys) - Accesses legacy anonymous and service role API keys in Supabase project settings. ## Table Editor - [Add Row to Table](https://trybrowzer.com/help/supabase/add-row-to-table) - Adds a new row to a table in Supabase by accessing the Table Editor, inserting a row, entering data into a field, and saving the changes. - [Create Column in Table](https://trybrowzer.com/help/supabase/create-column-in-table) - Creates a new text column in a Supabase database table using the Table Editor interface. - [Create table](https://trybrowzer.com/help/supabase/create-table) - Creates a new table in Supabase with a named column, sets its data type to text, assigns a default value, and saves the table. - [Edit Table](https://trybrowzer.com/help/supabase/edit-table) - Edits a table in Supabase by modifying the table name and saving the changes. - [Export Table Data](https://trybrowzer.com/help/supabase/export-table-data) - Exports a table as a CSV file in Supabase. ## Organization Settings - [Add User to Team](https://trybrowzer.com/help/supabase/add-user-to-team) - Invites multiple team members to a Supabase project by entering email addresses and sending team member invitations. - [Create New Supabase Project](https://trybrowzer.com/help/supabase/create-new-supabase-project) - Creates a new Supabase project by entering a project name, setting a database password, and confirming the project creation. - [Get Org Name and Slug](https://trybrowzer.com/help/supabase/get-org-name-and-slug) - Retrieves and copies the organization name and slug from Supabase Organization Settings. ## General - [Get DB Connection String](https://trybrowzer.com/help/supabase/get-db-connection-string) - Retrieves a direct database connection string from Supabase by navigating to the Connect section. - [Upgrade Subscription](https://trybrowzer.com/help/supabase/upgrade-subscription) - Upgrades a Supabase subscription from the current plan to the Team plan. ## Query Editor - [Run Query in SQL Editor](https://trybrowzer.com/help/supabase/run-query-in-sql-editor) - Executes a SQL query in Supabase's SQL Editor to retrieve data from a test table with a limit of 100 rows. ## Optional - [Full context](https://trybrowzer.com/help/supabase/llms-full.txt) - Complete documentation for all articles - [JSON index](https://trybrowzer.com/help/supabase/llms.json) - Machine-readable article index