# Creating Environments

This guide walks you through the process of creating and managing environments in KushoAI.

# Accessing Environment Settings

  1. Navigate to "Manage Workspace" from the sidebar
  2. Click on the "Environments" tab where you'll see existing environments including the DEFAULT environment
  3. Look for the "Create Environment" button at the bottom

Environment Management Screen
Environment Management Screen

# Creating a New Environment

  1. Click the "Create Environment" button
  2. The Create New Environment popup will appear:

Create Environment Dialog
Create Environment Dialog

  1. Fill in the required information:

    • Environment Name: Enter a unique name (e.g., "env-name")
    • Environment Description (Optional): Add a description (e.g., "this is test env")
  2. Click "Create" to save your new environment

# Environment Management

After creating an environment, you can:

  • View all environments in the list
  • See DEFAULT and other environments
  • Each environment maintains its own set of variables
  • Switch between environments when running tests

# Best Practices

  • Use descriptive names for environments (e.g., "staging", "production")
  • Add clear descriptions to help team members understand the environment's purpose
  • Keep environment configurations consistent across team members