> For the complete documentation index, see [llms.txt](https://quopi-ai.gitbook.io/resources/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://quopi-ai.gitbook.io/resources/about-quopi-ai.md).

# About Quopi AI

{% file src="/files/c6A7R7RkT9vZZZUE5vAt" %}

Quopi AI trading bot was developed by collecting and preprocessing financial data, including news articles, historical stock prices and educational content on GPT. This data was used to train the GPT model, which was then used to develop trading rules and strategies based on the insights gained from the data.&#x20;

After multiple iterations, and backtesting of the trading bot on historical trading data, the Quopi AI trader was released live on January 4th, 2023. Since it's unveiling, the trading bot has performed with a high success rate, and never closed a single day of trading without a net profit.&#x20;

<figure><img src="/files/TghRLhRy82IqrYuTGE6K" alt=""><figcaption><p>Quopi AI at a glance: date of data collection - 16.06.2023</p></figcaption></figure>

{% file src="/files/dNqcO1dOiMLrgbWSxTWR" %}
Read about the development of Quopi AI in our Whitepaper
{% endfile %}

Quopi AI started as a proof of concept, and at this point has grown to a promising trading tool accessible to any interested user, with or without prior trading background. We have harnessed the power of Artificial Intelligence to create a cutting-edge trading solution, which is available to anyone interested through the Quopi web application and the Quopi AI app for Android users. iOS app TBA.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://quopi-ai.gitbook.io/resources/about-quopi-ai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
