> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kash.bot/llms.txt
> Use this file to discover all available pages before exploring further.

# Natural Language

> Create and trade markets with plain English

<Note>
  You don't need to learn a trading interface to use Kash. The market creation flow drafts a full market from a one-line prompt, tweet trading parses the text of your tweets, and the in-app Ask Kash assistant answers questions as you go.
</Note>

<img style={{ borderRadius: '0.5rem' }} className="block dark:hidden" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Light" width="1500" height="500" data-path="assets/cover/cover.svg" />

<img style={{ borderRadius: '0.5rem' }} className="hidden dark:block" src="https://mintcdn.com/kash/ccJqSmLmwHitLEdQ/assets/cover/cover.svg?fit=max&auto=format&n=ccJqSmLmwHitLEdQ&q=85&s=bd474b91f522088935255f33b33ddd96" alt="Hero Dark" width="1500" height="500" data-path="assets/cover/cover.svg" />

# Create Markets from a Prompt

The webapp's market creation flow is a conversation, not a form. You describe your prediction in plain English — *"Will BTC hit \$100k today?"* — and the assistant drafts the rest with sensible defaults.

<Steps>
  <Step title="Describe your prediction">
    Type (or dictate — voice input is supported) what you want the market to be about. The assistant drafts the title, description, duration, resolution rules, category, and outcomes for you.
  </Step>

  <Step title="Refine by chatting">
    Keep talking to change anything: *"Change the deadline to Friday"*, *"Change the outcomes to…"*, *"Update the resolution sources"*. The preview updates as you go. You can pick between binary (yes/no) and multi-option markets with 2–8 outcomes, attach reference links, live data feeds, and a cover image.
  </Step>

  <Step title="Review and publish">
    When the summary looks right, say "create" or hit publish. Markets go through review before going live, and the creation fee (currently 20 USDC) is only charged once your market is approved and published.
  </Step>
</Steps>

<Note>
  Market creation is rolling out gradually — it's currently available to approved accounts, with access expanding over time so that anyone will be able to submit a market. See [Creating Opportunities](/getting-started/guides/creating-opportunities) for the full flow.
</Note>

# Trade by Tweeting

With the opt-in trading bot connected (**Settings → Trading bot** in the webapp), Kash parses the text of your tweets to place trades — reply to a market tweet with your side and amount, and the trade executes from your smart account.

If you create a market, the bot can also broadcast it from your own X handle so your followers can trade it by replying. More detail in [Trading Options](/getting-started/features/trading-options).

<Warning>
  There are no conversational DM commands. Kash does not process direct messages for trading, balance checks, withdrawals, or market creation — natural-language interaction happens in the webapp creation flow and via public tweets with the opt-in bot.
</Warning>

# Ask Kash: The In-App Assistant

The webapp includes **Ask Kash**, an assistant for getting help — not for trading. Use it for:

* **How-to questions** — how markets, fees, claims, and features work
* **Tutorials** — replay the onboarding walkthrough at any time
* **Feedback** — report bugs or send ideas to the team
* **Settings help** — like switching your language
* **Market ideas** — brainstorm what to create or trade

<Tip>
  The pattern across all three surfaces is the same: you say what you mean, and Kash handles the structured details — market parameters, trade execution, or the right help article — behind the scenes.
</Tip>

<CardGroup cols={2}>
  <Card title="Create a Market" icon="wand-magic-sparkles" href="/getting-started/guides/creating-opportunities">
    From prompt to published market
  </Card>

  <Card title="Trading Options" icon="chart-line" href="/getting-started/features/trading-options">
    All the ways to trade
  </Card>
</CardGroup>
