Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions intro/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ import { Accordion, AccordionGroup, Card } from "@mintlify/components";
The result: your team's bottleneck moves from **feedback** (slow, getting slower) to **building** (fast, getting faster). Scorecard's evaluation data also serves as high-quality training data for **RLHF and reinforcement learning** pipelines.
</Accordion>

<Accordion title="What are simulation environments?">
**Simulation environments** let your agent run against sandboxed versions of the tools, APIs, and systems it would call in production, instead of hitting live services during a simulation. You can test tool-calling and multi-step workflows without touching real data or waiting on production traffic.

Enterprise environments are *coming soon*. Today you can simulate multi-turn conversations with [Sim Agents](/features/multi-turn-simulation) (automated user personas) and test tool-calling agents through [custom endpoints](/features/endpoints).
</Accordion>

<Accordion title="What programming languages does Scorecard support?">
Scorecard provides SDKs for:
- **Python**: Full-featured SDK with all capabilities
Expand Down
Loading