# OpenAlgo GPT

**Announcing the Launch of OpenAlgo GPT**

We are pleased to introduce the OpenAlgo Custom GPT, now available at: <https://chatgpt.com/g/g-WK6vMYtbS-openalgo/>&#x20;

OpenAlgo GPT is designed to support traders and developers by providing: Access to OpenAlgo documentation and platform guidance Real-time assistance with configuration and broker integration Troubleshooting and usage recommendations Help with building trading strategies in Python, Node.js, and other supported environments This tool ensures accurate, contextual information aligned with the OpenAlgo framework—covering symbol formats, API usage, order constants, and technical workflows.&#x20;

We encourage community members to explore, build, and share what they’re working on. Sharing your projects motivates others and contributes to a stronger, more collaborative ecosystem.


---

# 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.openalgo.in/openalgo-gpt.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.
