# LogX Aggregator

- [Trading Guide](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide.md)
- [Open Position - Market Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/open-position-market-order.md): Open Position at Market Price using LogX Aggregator
- [Close Position - Market Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/close-position-market-order.md): Close Position at Market Price using LogX Aggregator
- [Positions](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/positions.md): Check your current Positions at LogX Aggregator
- [Open Position - Limit Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/open-position-limit-order.md): Place a Limit Order to Open a Position on LogX Aggregator
- [Close Position - Limit Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/close-position-limit-order.md): Place a Limit Order to Close a Position on LogX Aggregator
- [Cancel Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/cancel-order.md): Cancel a Limit Order on LogX Aggregator
- [Orders](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/orders.md): Check your current Positions at LogX Aggregator
- [Open Position - TPSL Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/open-position-tpsl-order.md)
- [Close Position - TPSL Order](https://logx-1.gitbook.io/logx-docs/logx-aggregator/trading-guide/close-position-tpsl-order.md)
- [Functional Guide](https://logx-1.gitbook.io/logx-docs/logx-aggregator/functional-guide.md)
- [Chains](https://logx-1.gitbook.io/logx-docs/logx-aggregator/functional-guide/chains.md)
- [Exchanges](https://logx-1.gitbook.io/logx-docs/logx-aggregator/functional-guide/exchanges.md)
- [Routing](https://logx-1.gitbook.io/logx-docs/logx-aggregator/functional-guide/routing.md)
- [Assets](https://logx-1.gitbook.io/logx-docs/logx-aggregator/functional-guide/assets.md)
- [Fees](https://logx-1.gitbook.io/logx-docs/logx-aggregator/functional-guide/fees.md)
- [Technical Guide](https://logx-1.gitbook.io/logx-docs/logx-aggregator/technical-guide.md)
- [Architecture](https://logx-1.gitbook.io/logx-docs/logx-aggregator/technical-guide/architecture.md)
- [Contracts](https://logx-1.gitbook.io/logx-docs/logx-aggregator/technical-guide/contracts.md)
- [Protocol Details](https://logx-1.gitbook.io/logx-docs/logx-aggregator/protocol-details.md)
- [Audits](https://logx-1.gitbook.io/logx-docs/logx-aggregator/protocol-details/audits.md)
- [APIs](https://logx-1.gitbook.io/logx-docs/logx-aggregator/protocol-details/apis.md)
- [Bug Bounty](https://logx-1.gitbook.io/logx-docs/logx-aggregator/protocol-details/bug-bounty.md)


---

# Agent Instructions: 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:

```
GET https://logx-1.gitbook.io/logx-docs/logx-aggregator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
