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

# Navigating duels.trade

The main navigation has four active areas: **Trade**, **Lobby**, **Account**, and **Rankings**. **Teams** is visible on desktop as a coming-soon area.

![Current desktop navigation and Public Lobby](/files/VyTI8iva981oaJYfQUJ0)

## Trade

Use **Trade** for regular market access. The page includes:

* Asset selection and the live market price
* Simple and Advanced chart views
* Chart time ranges
* Long and Short controls
* Position size and leverage
* Open Positions, Trade History, and Stats

![Current Trade screen](/files/uCPHpxBrMDDYyUTiwYif)

## Lobby

Use the Lobby selector to switch between:

* **Public Lobby** — public waiting, live, and recent duels
* **My Lobbies** — duels you created or joined
* **Duel History** — completed duels

The Public Lobby also provides:

* **Create Duel**
* **Join Match**
* Filters and sorting
* Quick views for **Now**, **Ending soon**, **Open seats**, and **Biggest prize**

## Account

Sign in to use Account features such as balances, deposits, transfers, subaccounts, Profile Hub, referrals, transaction activity, and security settings.

## Rankings

Use **Rankings** to view Duels PNL and Aura leaderboards and open public player profiles.

## Header controls

The header shows the current network and theme control. While signed out, it also shows **Log In** and **Sign Up**. Signed-in account and activity controls replace those actions after authentication.

## Mobile navigation

On mobile, use the bottom navigation for **Trade**, **Lobby**, **Account**, and **Rankings**. Additional account, theme, documentation, and support actions are available from the menu.

## Support & Feedback

Open the menu and select **Support & Feedback** to report a problem or suggest an improvement.

See [Support and feedback](/help/support.md) for what to include and how to contact support if you cannot sign in.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.duels.trade/getting-started/navigating-duels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
