# Overview: Trading API

{% hint style="warning" %}
**This API is currently in beta.** The API may experience breaking changes. Any breaking changes will be communicated via email.
{% endhint %}

The Trading API is a completely optional feature for advanced users of The Grid. For basic, pay as you go usage of AI Inference, simply enable "Auto-Top-Up" and send chat completions requests to the Consumption API.

The Trading API provides a comprehensive interface for buying AI Inference via advanced order types, interacting with markets, and managing your accounts on The Grid.


---

# 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://thegrid.ai/docs/beta-trading-api/overview-trading-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.
