> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.6mm.com/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.6mm.com/_mcp/server.

# ChatGPT Desktop

ChatGPT Desktop is a familiar entry point for users who want to ask market questions in natural language.

Use this path when the user wants a conversational interface for public market data, account summaries, position explanations, and trading-rule context.

<h2 id="recommended-setup">
  Recommended setup
</h2>

| Need                        | Setup          |
| --------------------------- | -------------- |
| Public market data          | Hosted MCP     |
| Private account context     | Local MCP      |
| Repeatable analysis prompts | Agentic Skills |
| Terminal-based workflows    | 6MM CLI        |

<h2 id="what-users-can-ask">
  What users can ask
</h2>

```text
Use 6MM to summarize BTC-USDT-PERP liquidity and funding context.
```

```text
Use 6MM to explain my current open positions. Do not place or cancel orders.
```

```text
Use 6MM testnet to preview the margin impact of a small ETH long. Do not submit the order.
```

<h2 id="safety-defaults">
  Safety defaults
</h2>

* Start with public market data.
* Use Local MCP when account credentials are needed.
* Keep private API keys on the user's machine.
* Require preview and explicit confirmation before any future trading action.