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

# `snowglobe test`

> Test that your chatbot wrapper is set up correctly and accepts and returns messages in the correct format.

This command tests your chatbot wrapper to ensure it is set up correctly and accepts and returns messages in the correct format. It:

* Sends a minimal test scenario
* Verifies the response shape matches what Snowglobe expects

## Prerequisites

* You created a wrapper with `snowglobe init` and filled in the required logic
* You’re authenticated, and any provider keys (for example, `OPENAI_API_KEY`) are set

## Usage

```bash theme={null}
snowglobe test
```

## Expected result

You’ll see a success confirmation in the terminal indicating your wrapper responded with a valid output.
