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

# Quickstart

Use this page to choose the shortest path into Exliquid.

{% hint style="info" %}
Public endpoints are listed only in [Networks and versions](/docs/reference/networks-and-versions.md). If no endpoint is listed there, the public testnet is not open for external integration yet.
{% endhint %}

## I want to trade or explore the product

When the User App is public:

1. Open the published User App URL.
2. Connect or create a supported test signer.
3. Obtain simulated collateral through the published Faucet flow.
4. Select a market.
5. Review the order, margin and price information.
6. Place a test order.
7. Follow the order, fill and position state in the application.

Before trading, read:

* [Order book and matching](/docs/trading/order-book-and-matching.md)
* [Funding and margin](/docs/trading/funding-and-margin.md)
* [Liquidation and risk](/docs/trading/liquidation-and-risk.md)

## I want to integrate an application or bot

Start with the [Integration quickstart](/docs/developers/integration-quickstart.md).

The integration path is:

```
network/version discovery
→ SDK or API client
→ account and signing setup
→ market/account queries
→ construct and sign action
→ submit transaction
→ wait for confirmation
→ consume REST/WebSocket updates
```

## Public surfaces

Depending on the current network release, Exliquid may publish:

* User App / Explorer;
* REST API under `/api/v1`;
* WebSocket under `/ws/v1`;
* simulated-collateral Faucet;
* TypeScript and Python SDK releases.

Do not infer public URLs from source-code examples, localhost values, preview hosts or reserved subdomains.


---

# 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://exliquid.gitbook.io/docs/start-here/quickstart.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.
