# Manta Trader Documentation

![](https://mantatrader.com/static/media/logoxtrader.29b39ecb.png)

## Getting Started [![Open Source](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://opensource.org/)

Welcome to our documentation! On the left you will see the categories for everything you can do on our site. Select the item you want and you will be able to read more about it. If there is something you cannot find, please contact our support at <support@mantatrader.com>

Note: Our documentation is open source. If you find an error or would like to make a change, submit a Pull Request to our [documentation repository](https://github.com/Manta-AI/Manta-Docs)

## Description

Open source documentation for mantatrader.com

Manta-Docs is integrated into our website codebase, as changes are made here, they are automatically reflected on the website. This allows our team to be able to quickly and easily modify the written instructions since Markdown is easy to use, as well as accept outside Pull Requests from users seeking to improve our documentation.


---

# 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.mantatrader.com/master.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.
