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

# Navigation Basics

## Navigation Basics

The Fordex interface is designed for speed, clarity, and simplicity while maintaining **advanced trader tools**.

#### **Main Sections**

1. **Market Screener**
   * Displays real-time token pairs across supported chains.
   * Columns include: price, 24h volume, liquidity, FDV/MC, % changes (5m/1h/24h), pair age.
   * Filter by chain, category (meme/utility), market cap, liquidity, and new pairs.
2. **Pair Page**
   * Detailed view of a single token pair.
   * Includes price chart, liquidity stats, contract risk analysis, and recent transactions.
   * Built-in **Trade Panel** to buy/sell instantly.
3. **Risk Scanner**
   * Automated analysis of contracts for owner privileges, LP lock %, tax structure, top holders.
   * Issues **Risk Badges**: Safe-ish / Caution / High Risk.
4. **Trade Terminal**
   * Execute trades with **multi-router aggregation** (Uniswap, Pancake, Curve, etc.).
   * Features: one-click buy/sell, quick approvals, gas estimations, price impact.
5. **Alerts**
   * Set alerts for price movements, volume spikes, whale transactions, or rug signals.
   * Alerts delivered via **Telegram, Discord, or Email**.
6. **Portfolio**
   * Connect your wallet to view balances, token holdings, and basic PnL.
   * Optional CSV imports for cost-basis tracking.
7. **AI Features (Pro)**
   * Natural language queries to screen tokens.
   * AI-generated risk scores and optimized swap routes.


---

# 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://fordex.gitbook.io/fordex/getting-started/navigation-basics.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.
