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

# Limitations & Troubleshooting

> Known limitations of the Chrome Extension and how to resolve common issues.

## Known limitations

The extension:

* depends on text clarity
* may require clarifications
* assumes defaults in turbo mode
* does not support live trading

Complex or vague text may produce incomplete strategies.

***

## Common issues

<AccordionGroup>
  <Accordion title="Trinify button not appearing">
    Refresh the page and ensure the extension is enabled.
  </Accordion>

  <Accordion title="Unexpected assumptions">
    Turbo mode prioritizes speed. Review strategy before trusting results.
  </Accordion>

  <Accordion title="Login expired">
    Reopen Trinigence and re-authenticate.
  </Accordion>

  <Accordion title="No trades in backtest">
    The idea may be too restrictive or missing exits.
  </Accordion>
</AccordionGroup>

***

## Best practices

* select only relevant text
* review generated logic
* iterate in the main app
* don’t deploy without validation

<Card title="Best practices" icon="check" href="/ati/best-practices" horizontal>
  Recommended workflows.
</Card>

***

## What to read next

<CardGroup cols={2}>
  <Card title="Chrome Extension overview" icon="chrome" href="/chrome-extension/overview" />

  <Card title="How to read results" icon="magnifying-glass-chart" href="/backtesting/how-to-read-results" />

  <Card title="Risk warnings" icon="shield-exclamation" href="/risk-execution/risk-warnings-and-suggestions" />

  <Card title="Limits of automation" icon="hand" href="/ati/limits-of-automation" />
</CardGroup>

<Note>
  The extension is designed for speed.\
  Always validate before acting.
</Note>
