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

# Tutorials

> Guided DerivaDEX tutorials for two first successes: placing a trade in the UI and placing a first API trade.

Tutorials are guided lessons. Each one helps you complete one real workflow from start to finish.

## Trade in the UI

* [Your First Trade on DerivaDEX](/tutorials/your-first-trade-on-derivadex) walks through wallet connection, collateral deposit, one-click trading, and a first position on testnet.

## Build with the API

* [Your First API Trade on DerivaDEX](/tutorials/your-first-api-trade-on-derivadex) walks through the first signed-and-encrypted trade flow with the Python client, from funded testnet strategy to order submission and cancellation.

## After your first tutorial

* [How-to Guides](/how-to-guides) help with narrow tasks such as signing requests, encrypting them for the operator, or separating sequencing from execution state.
* [Reference](/reference-public) is where the exact limits, formulas, event fields, and trading controls live.
* [Explanation](/explanations) explains why the exchange works this way and what is happening behind the screens you just used.
