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

# Getting Started

- [Introduction](https://docs.42.space/getting-started/quickstart.md)
- [Key Concepts](https://docs.42.space/getting-started/quickstart/key-concepts.md): Foundational ideas and terminology behind how 42’s eventcoins markets work.
- [TL;DR: 42 in 30 Seconds](https://docs.42.space/getting-started/quickstart/tl-dr-42-in-30-seconds.md): A short summary of 42.
- [App Guide](https://docs.42.space/getting-started/publish-your-docs.md)
- [Onboarding](https://docs.42.space/getting-started/publish-your-docs/onboarding.md)
- [Creating an account](https://docs.42.space/getting-started/publish-your-docs/onboarding/creating-an-account.md): Supported methods for account creation on 42.
- [Fund your account](https://docs.42.space/getting-started/publish-your-docs/onboarding/fund-your-account.md): There are 2 ways you can fund your account to get started with trading on 42.
- [Trading Eventcoins](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins.md)
- [Spotting opportunities for exit and entry](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/spotting-opportunities-for-exit-and-entry.md): There are two simple ways to find opportunities on 42: By Event Markets and By Outcome Tokens. Choose the view that matches how you like to trade.
- [Buying an outcome](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/buying-an-outcome.md)
- [Selling an outcome](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/selling-an-outcome.md)
- [Managing positions](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/managing-positions.md)
- [Claim resolved outcome(s)](https://docs.42.space/getting-started/publish-your-docs/trading-eventcoins/claim-resolved-outcome-s.md)
- [Market types](https://docs.42.space/getting-started/market-types.md)
- [Protocol Mechanics 101](https://docs.42.space/getting-started/protocol-mechanics-101.md)
- [Glossary](https://docs.42.space/getting-started/protocol-mechanics-101/glossary.md): Key terms and concepts specific to 42 markets.
- [42 Markets](https://docs.42.space/getting-started/protocol-mechanics-101/42-markets.md): The Why and How 42 Markets work.
- [42 Power Curves](https://docs.42.space/getting-started/protocol-mechanics-101/42-power-curves.md): On underlying pricing mechanism of 42 markets.
- [42 Outcome Tokens](https://docs.42.space/getting-started/protocol-mechanics-101/42-outcome-tokens.md): Everything you need to know about 42 market's outcome tokens.
- [Market Discovery (Pre-Resolution)](https://docs.42.space/getting-started/protocol-mechanics-101/42-outcome-tokens/market-discovery-pre-resolution.md): All you need to know about when the market is live.
- [Post-Resolution](https://docs.42.space/getting-started/protocol-mechanics-101/42-outcome-tokens/post-resolution.md): What happens when market deadline has passed, or early resolution has been initiated.
- [Convex Payout Dynamics](https://docs.42.space/getting-started/protocol-mechanics-101/convex-payout-dynamics.md): The unique upside potential of 42 markets.
- [Playbook to Profiting](https://docs.42.space/getting-started/protocol-mechanics-101/playbook-to-profiting.md): 42's cheatsheet
- [Fees](https://docs.42.space/getting-started/protocol-mechanics-101/fees.md): On 42's trade fees.


---

# 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.42.space/getting-started.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.
