> For the complete documentation index, see [llms.txt](https://docs.turbine.exchange/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.turbine.exchange/getting-started.md).

# Getting Started

{% hint style="success" icon="globe-pointer" %}
Go to [app.turbine.exchange](https://app.turbine.exchange/) to start trading!
{% endhint %}

Here's what you can do with Turbine.

### Place orders

Place orders that follow the market and settle only at your accepted spread or better.

With [**Auto**](/trading/readme/auto-mode.md)**,** you set a deadline and Turbine manages the spread for you. The more time you give it, the better the price it can find.

Orders are private and settle in frequent batches against other Turbine orders, Turbine LP, and all on-chain liquidity.

{% content-ref url="/pages/6PYguhRcY2gbN27PXrMd" %}
[Trade via Web UI](/trading/readme.md)
{% endcontent-ref %}

### Add liquidity

Add liquidity to Turbine Uniswap v4 hook pools. Turbine batches use these pools exclusively. The Turbine price oracle sets their prices, and the time delay protects them from stale-price arbitrage and just-in-time liquidity.

{% content-ref url="/pages/mtg4Io3Zd4HJE7dYpSzV" %}
[Manage Liquidity via Web UI](/liquidity/manage-liquidity-via-web-ui.md)
{% endcontent-ref %}

### Place orders programmatically

Turbine is built for programmatic trading: TWAP execution, large position buys and sells, and maker inventory rebalancing.

{% content-ref url="/pages/N3IsWEebAJLvHoLTBc46" %}
[Trade Programmatically](/trading/trade-programmatically.md)
{% endcontent-ref %}

### Market make

As a professional maker, provide price levels and settle against Turbine orders. The Speedbump also delays your orders.

{% content-ref url="/pages/0B75XQ1gqXdNk3lQviYI" %}
[Market Make](/advanced/market-make.md)
{% endcontent-ref %}

### Offer low-spread, private trades in your app or wallet

Turbine has the lowest spreads in DeFi. Integrate it into your app or wallet to offer tighter spreads, private orders, and long-running trades.

{% content-ref url="/pages/hz7MRoT4IYBbgZOyV5Ox" %}
[Integrate](/advanced/integrate.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.turbine.exchange/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
