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

# Quickstart

> Explore the control-plane preview or request a read-only action simulation.

There are two ways to explore please today: the browser-based control-plane preview and the public read-only simulation service.

## Explore the product preview

<Steps>
  <Step title="Open the app">
    Visit [please.xyz/app](https://please.xyz/app). The current experience is a demo and does not require a wallet.
  </Step>

  <Step title="Choose an example request">
    Try a request such as “Give this research agent a \$0.10 task budget,” “Explain today’s agent activity,” or “Preview a 500 USDC Aave supply action.”
  </Step>

  <Step title="Inspect the proposed plan">
    Open the review screen and look for the action, amount, network or destination, estimated cost, and warnings.
  </Step>

  <Step title="Explore funding context and the audit trail">
    Use the navigation to see how balances and positions support funding and exposure review, while decisions and actions appear in one readable history.
  </Step>
</Steps>

<Info>
  All agents, policies, budgets, balances, returns, activity, routes, and approvals shown in the web app are illustrative demo data.
</Info>

## Request a read-only simulation

Compatible Model Context Protocol clients can connect to:

```text theme={null}
https://mcp.please.xyz/mcp
```

The public service exposes two tools:

* `discover_actions` returns the actions, chains, assets, and safety constraints currently supported by the service.
* `simulate_action` validates and previews one fully specified action.

<Steps>
  <Step title="Add the remote MCP server">
    Add the URL above to a client that supports remote Streamable HTTP MCP servers. Client setup differs, so follow the current documentation for your client.
  </Step>

  <Step title="Discover what is available">
    Ask the client to call `discover_actions` before requesting a simulation. Treat the response as the source of truth for current availability.
  </Step>

  <Step title="Specify every material detail">
    Include the action, chain, asset or contract, exact decimal amount, recipient or beneficiary when relevant, and slippage where applicable. Never guess an address or asset.
  </Step>

  <Step title="Review the preview">
    Check semantic steps, expected balance changes, simulation mode, state reference, warnings, and expiry.
  </Step>
</Steps>

Try a request like:

> Discover the actions Please currently supports. If an Aave supply preview is available for the network and asset I choose, ask me for every missing parameter before simulating it.

<Warning>
  The public MCP service cannot approve, sign, submit, broadcast, or move funds. Stop after the simulation and independently review any real transaction in an appropriate wallet or protocol interface.
</Warning>
