# Project Elevate

Documenting a product is not only related to helping users get their tasks done with a particular software through documentation. It can also be to show stakeholders how a particular software works to reach a particular goal.

I had the pleasure of working with [Project Elevate](https://www.projectelevate.io/) on a project regarding documentation to be presented to "Big Data London" at a seminar.

The seminar was titled "[REAL TIME AND HISTORICAL NLP-ENRICHED MARKET DASHBOARD WITH RISINGWAVE AND CHAT-GPT](https://bigdataldn.com/seminar-schedule/real-time-and-historical-nlp-enriched-market-dashboard-with-risingwave-and-chat-gpt-2/)":

<figure><img src="/files/vLRMbqdB4otOQt5LemwV" alt=""><figcaption><p>The seminar.</p></figcaption></figure>

The seminar attendee - Karin Wolok, CEO of Project Elevate - presented the documentation I created. This is about how to use Rising Wave for efficient stream processes in real-time data together with ChatGPT, to enrich the real-time data stream, with the objective to predict the stock market.

Here's the front page of the documentation I created for the seminar:

<figure><img src="/files/yHXqpyEeqJzzCEP5NkSU" alt=""><figcaption><p>The front page of the documentation for the seminar.</p></figcaption></figure>

The talk outline:

<figure><img src="/files/XejjdkIEuDQuuVrOiEri" alt=""><figcaption><p>The talk outline.</p></figcaption></figure>

And here's a `GIF` showing some parts of the documentation I created:

<figure><img src="/files/lWfqs5rvD7n85qqpw142" alt=""><figcaption><p>Some parts of the documentation.</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://federico-trotta.gitbook.io/federico-trottas-portfolio/my-portfolio/product-documentation/project-elevate.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.
