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

# Lotus Documentation

Lotus is a terminal that sits on top of prediction markets.

It helps traders monitor, prioritize, and act on market information.

Lotus does not custody funds, execute trades, or resolve markets.

New here:

* Start with [What is Lotus?](/start-here/what-is-lotus.md)
* Then do the [Quick Start (5 minutes)](/start-here/quick-start-5-minutes.md)

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td>START HERE</td><td><a href="/pages/zjSdED5PwXql3P3cOR5H">/pages/zjSdED5PwXql3P3cOR5H</a></td><td><a href="/files/72r3LVcMxxqGdxbCgWmt">/files/72r3LVcMxxqGdxbCgWmt</a></td></tr><tr><td>Got an issue?</td><td><a href="/pages/iJZoRs5z4pRIqfh2tMSP">/pages/iJZoRs5z4pRIqfh2tMSP</a></td><td><a href="https://images.unsplash.com/photo-1679057001914-59ab4131dfff?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw0fHxkaXNjb3JkfGVufDB8fHx8MTc3MDMyNTE2M3ww&#x26;ixlib=rb-4.1.0&#x26;q=85">https://images.unsplash.com/photo-1679057001914-59ab4131dfff?crop=entropy&#x26;cs=srgb&#x26;fm=jpg&#x26;ixid=M3wxOTcwMjR8MHwxfHNlYXJjaHw0fHxkaXNjb3JkfGVufDB8fHx8MTc3MDMyNTE2M3ww&#x26;ixlib=rb-4.1.0&#x26;q=85</a></td></tr></tbody></table>

### Sections

* [Start Here](/start-here/what-is-lotus.md)
* [Getting Started](/getting-started/creating-an-account.md)
* [The Lotus Terminal](/the-lotus-terminal/markets-overview.md)
* [Alerts](/alerts/what-are-alerts.md)
* [Profiles & Preferences](/profiles-and-preferences/profiles-identity-and-preferences.md)
* [Points & Referrals](/points-and-referrals/points-referrals-and-rewards.md)
* [Lotus Edge](/lotus-edge/lotus-edge-subscriptions.md)
* [Best Practices](/best-practices/best-practices-and-use-cases.md)
* [Roadmap](/roadmap/roadmap-and-whats-coming.md)
* [Security, Privacy & Trust](/security-privacy-and-trust/security-privacy-and-trust.md)
* [FAQ](/faq/faq.md)

### Help and policies

* [Support](/support/support.md)
* [Legal](/legal/terms-of-use.md)

### Final note

Lotus is built to help traders understand and act on prediction markets more effectively.

It is not about predicting outcomes.

It is about seeing what matters, when it matters.


---

# 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.lotusterminal.xyz/lotus-documentation.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.
