# Platform Overview

Sudo has five main sections accessible from the navigation bar.

## Home

The landing page shows all raffles on the platform. From here you can:

* Browse live, upcoming, and completed raffles
* Search raffles by name or symbol
* Filter and sort raffles (by price, draw speed, status)
* Switch between card view and list view
* See platform-wide stats: total raffles, active raffles, participants, tickets bought, and winners drawn

A featured raffle is highlighted at the top with a minting progress bar.

## Create Raffle

Launch your own token raffle. You configure the token supply, ticket price, draw frequency, rules, and DAO settings. The platform deploys your token contract and raffle on-chain.

## Dashboard

Your personal activity hub. See your total tickets purchased, raffles won, APT spent, and raffles created. View your full ticket history.

## Swap

Trade tokens that have completed their raffle and migrated liquidity to the DEX. Buy or sell tokens directly against APT.

## Governance

Every token launched on Sudo has its own DAO. The governance hub shows all DAOs, your DAOs, active proposals, and lets you create proposals and vote.


---

# 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://docs.sudoprotocol.com/getting-started/platform-overview.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.
