> ## 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.

# Effective Track Changes • AI Agent SDK

> effective_track_changes: Whether track_changes is effectively enabled.

# effective\_track\_changes

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

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

Whether track\_changes is effectively enabled.

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def effective_track_changes() -> bool
```

### Returns

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

## Source

<Card title="View on GitHub" icon="github" href="https://github.com/MervinPraison/PraisonAI/blob/main/src/praisonai-agents/praisonaiagents/agent/autonomy.py#L207">
  `praisonaiagents/agent/autonomy.py` at line 207
</Card>
