# Step-By-Step Tutorial

{% hint style="warning" %}
These docs are deprecated and may be outdated. Please use the new docs: [docs.ostium.com](https://docs.ostium.com/)
{% endhint %}

#### **Connecting to Ostium -** [**here**](/ostium-docs/ostium-trading-engine/step-by-step-tutorial/connecting-to-ostium.md)

Click **“Connect”** on the app and choose either a Web3 wallet (for advanced users) or email (for beginners). Web3 gives full control, while email provides a simpler, gasless smart account experience.

#### **Fund Wallet/Account -** [**here**](/ostium-docs/ostium-trading-engine/step-by-step-tutorial/fund-wallet-account.md)

Use **Fun.xyz** for seamless deposits. You can send USDC on Arbitrum directly or deposit other tokens, which will be automatically converted and bridged.

#### **Opening a Trade -** [**here**](/ostium-docs/ostium-trading-engine/step-by-step-tutorial/opening-a-trade.md)

Choose a market, fill in trade details (side, order type, amount, leverage), and optionally set Take Profit/Stop Loss. Review the fee breakdown, confirm the trade, and monitor it in real time.

#### **Editing an Opened Trade -** [**here**](/ostium-docs/ostium-trading-engine/step-by-step-tutorial/editing-a-trade.md)

Select your trade to share it, adjust collateral (add/remove), or edit Take Profit/Stop Loss settings to manage your position.

#### **Closing a Trade -** [**here**](/ostium-docs/ostium-trading-engine/closing-trades.md)

Click “Close” on the trade. You can fully or partially close it (just stay above the minimum size). Once closed, view your trade history in the **Portfolio** tab.


---

# Agent Instructions: 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://ostium-labs.gitbook.io/ostium-docs/ostium-trading-engine/step-by-step-tutorial.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.
