# API

- [Introduction](https://docs.polynomial.fi/developer-documentation/api/introduction.md): This documentation covers the basics required to build integrations with the platform.
- [Create Order](https://docs.polynomial.fi/developer-documentation/api/create-order.md): The fastest way to implement market order functionality is by using the Nitro Mode API.
- [Price](https://docs.polynomial.fi/developer-documentation/api/price.md): Learn how to retrieve the Index Price, Market Price, and Fill Price for trades using the available APIs.
- [Markets](https://docs.polynomial.fi/developer-documentation/api/markets.md)
- [Account](https://docs.polynomial.fi/developer-documentation/api/account.md)
- [Positions](https://docs.polynomial.fi/developer-documentation/api/positions.md)
- [Orders](https://docs.polynomial.fi/developer-documentation/api/orders.md)
- [Trade Referral](https://docs.polynomial.fi/developer-documentation/api/trade-referral.md)
- [Links](https://docs.polynomial.fi/developer-documentation/api/links.md)
- [Rate limits](https://docs.polynomial.fi/developer-documentation/api/rate-limits.md)
- [Addresses](https://docs.polynomial.fi/developer-documentation/api/addresses.md)
- [Change log](https://docs.polynomial.fi/developer-documentation/api/change-log.md): Keep track of recent updates and improvements to the platform


---

# 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://docs.polynomial.fi/developer-documentation/api.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.
