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

# Track System • Rust AI Agent SDK

> track_system: Estimate and track system prompt

# track\_system

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**ContextManager**](../classes/ContextManager) class in the [**context**](../modules/context) module.

Estimate and track system prompt

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def track_system(&mut self, system_prompt: &str) -> ()
```

## Parameters

<ParamField query="system_prompt" type="&str" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="()">
  The result of the operation.
</ResponseField>
