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

# Introduction

> What Trinigence is, who it’s for, and how to get your first strategy backtest in minutes.

## Welcome to Trinigence

Trinigence turns trading ideas written in plain English into executable strategies - with complete entries, exits, risk rules, and a backtest in seconds.

It’s built for traders who already think in rules and conditions, and want to move faster from *idea → validation → iteration*.
With **Instant Mode**, you can even start from incomplete ideas, headlines, or unstructured notes and still get a testable strategy.

<Columns cols={2}>
  <Card title="Create your first strategy (5 minutes)" icon="rocket" href="/getting-started/first-strategy-5-minutes">
    Paste a trading idea, generate a strategy, and run your first backtest.
  </Card>

  <Card title="Instant Mode" icon="bolt" href="/getting-started/instant-mode">
    Turn incomplete ideas or headlines into strategies in minutes.
  </Card>
</Columns>

## Who Trinigence is for

Trinigence is ideal if you:

* already build or think in trading strategies
* express ideas through rules, conditions, and logic
* use indicators (TA-Lib style) and backtesting tools
* want fast feedback loops without writing code

It’s not designed for:

* people looking for guaranteed outcomes
* “signal-only” users who don’t want to evaluate logic
* anyone expecting one-click profits or “magic bots”

<Card title="Writing trading ideas that work" icon="pen-fancy" href="/writing-ideas/how-to-write-a-trading-idea" horizontal>
  Learn how to phrase ideas so ATI can translate them into clean strategy logic.
</Card>

## What you can do here

Use Trinigence for:

* **Strategy creation** from natural-language inputs
* **Backtesting** with consistent historical evaluation
* **Iteration** with AI-assisted clarification and improvements
* **Optimization** with structured parameter testing and guardrails
* **Execution-ready logic** (when supported in your environment)

<Columns cols={2}>
  <Card title="Strategy structure overview" icon="diagram-project" href="/strategy-structure/overview">
    Understand the building blocks: market, timeframe, entries, exits, risk, schedule.
  </Card>

  <Card title="Backtesting fundamentals" icon="chart-line" href="/backtesting/how-backtesting-works">
    Learn what’s included in a backtest and how to interpret results.
  </Card>
</Columns>

## Coverage and limitations

Trinigence backtesting is designed to be fast and consistent, but availability depends on data coverage and supported markets.

<Card title="Supported markets & current limitations" icon="circle-info" href="/getting-started/supported-markets-and-limitations" horizontal>
  See what markets, timeframes, and indicators are currently supported - and what’s still in progress.
</Card>

## Need a quick reference?

<Columns cols={2}>
  <Card title="Glossary" icon="book" href="/getting-started/glossary">
    Key terms used across Trinigence (strategy, entry/exit, backtest metrics, and more).
  </Card>

  <Card title="FAQ & Troubleshooting" icon="life-ring" href="/faq/common-questions">
    Common questions and quick fixes if your strategy doesn’t behave as expected.
  </Card>
</Columns>
