> For the complete documentation index, see [llms.txt](https://docs.vigilan.market/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vigilan.market/start-here/choose-your-starting-point.md).

# Choose Your Starting Point

<table data-header-hidden><thead><tr><th width="433.9609375"></th><th></th></tr></thead><tbody><tr><td>Your goal</td><td>Start here</td></tr><tr><td>Understand risks on a financial page you are viewing</td><td><a href="/pages/dVhY3wfEstb7UDo47SyO">Vigilan AI</a></td></tr><tr><td>Find a contract for a risk you already understand</td><td><a href="/pages/6HQ9omCAglPeZgPMiap2">Market Quickstart</a></td></tr><tr><td>Learn how Yes/No shares and payouts work</td><td><a href="/pages/sg0aOHb8ZKgca7q28uaP">Markets, Prices, and Positions</a></td></tr><tr><td>Estimate the cost and potential effect of a hedge</td><td><a href="/pages/km3Rb5iR7lKV4I8j43zR">Building a Hedge</a></td></tr><tr><td>Explore integrated protection for supported LP pools</td><td><a href="/pages/ffW4ghnPByAFAIEP4Qhq">Vigilan Protected Pools</a></td></tr><tr><td>Understand the other side of a hedge</td><td><a href="/pages/qomvCwzmiXuvXJlhCMmy">Vigilan Earn and Liquidity Provision</a></td></tr></tbody></table>

You can browse Vigilan Market without first installing Vigilan AI. Installing the extension does not open a market position or move funds.


---

# 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.vigilan.market/start-here/choose-your-starting-point.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.
