# FiinQuant GPT

FiinQuant GPT is a new chatbot feature designed to enhance customer experience with FiinQuant. Integrated directly into FiinQuant, this tool serves as a personal assistant, providing instant answers to users' questions and guiding them through the platform's features and functionalities. Whether they need help with a specific task, want to understand a particular data point, or have a general inquiry, FiinQuant GPT is here to offer quick and accurate support, making the workflow smoother and more efficient.

<figure><img src="/files/CT1CCCEubAGCBq6b8fmS" alt=""><figcaption><p>FiinQuant GPT interface</p></figcaption></figure>


---

# 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.fiinquant.vn/fiinquant-en/python-guidelines/fiinquant-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.
