# Test your AI

Stratix Public includes a quick sandbox: pick a model, paste a prompt, see the response. Use it for ad-hoc model intuition; use Premium for anything you want to track.

## Steps

### 1. Open the sandbox

Go to [`stratix.layerlens.ai`](https://stratix.layerlens.ai) and open the **Test your AI** entry from the top nav (or model page).

### 2. Pick a model

Search and select.

### 3. Paste your prompt

Free-form text input. System message and user message both supported.

### 4. Run

Click **Run**. Response appears below.

### 5. Try another model

Switch models and rerun the same prompt; compare responses.

## Limits (anonymous)

* Rate-limited per IP — fine for ad-hoc, not for batch
* No persistence — close the tab and the run is gone
* No metrics, no scoring — just the response

## When to upgrade to Premium

When you want to:

* Persist results to a workspace
* Score responses (deterministic + LLM judges)
* Run against a dataset, not one prompt at a time
* Compare across many models in one job
* Save and re-run

[Sign up for Premium →](/2.-get-started/sign-up.md)

## Where to next

* [Stratix Premium — First evaluation](/2.-get-started/first-evaluation.md)
* [Compare two models](/2.-get-started/compare-two-models.md)
* [Concept: Evaluations](/8.-evaluate-score-the-outputs/evaluations-1.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.layerlens.ai/2.-get-started/test-your-ai.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
