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

# Calibrate agent

> Define your agent within Calibrate

Define your agent within Calibrate using the config file.

## Configuration

### `system_prompt`

The system prompt that defines your agent's behavior — the same prompt you use in production.

```
You are a helpful customer support assistant for an online store.

You help customers with:
1. Checking order status
2. Processing returns
3. Answering product questions
```

### `tools`

A list of tools available to your agent. See [Tools](/docs/guides/tools) for how to set it up, with examples for different tool types.

## Example

Refer to [this sample](https://github.com/ARTPARK-SAHAI-ORG/calibrate/blob/main/examples/llm/config-internal-agent.json).

<Tip>
  Already have a deployed agent? See [Agent
  Connections](/docs/cli/agent-connections/overview).
</Tip>
