# GenAI Example Using Log Explain

The Ascent Data-Frabric platform log explorer is the place where the user browses logs and understands the ins and outs of&#x20;

ADF log explorer is where the ADF user browses the ingested log event data.  &#x20;

<figure><img src="/files/QQ5RmGk7Drl7j5mbiUUt" alt=""><figcaption><p>Log &#x26; Insight Explore Window</p></figcaption></figure>

On the log event display page, the user can select the log event(s) that need to be researched by clicking on the AI button at the top of the log display list. &#x20;

<figure><img src="/files/wtMixN7pzKD33WtNbBAG" alt=""><figcaption><p>Log Stream Display Window</p></figcaption></figure>

After that, a GenAI window will pop up and display the GenAI query result, such as below. From there, the user can continue investigating the log knowledge interactively using the GenAI prompt blank below the page or exit back to the earlier log stream page by closing the prompt window. There are two options available: to copy the message or to read it aloud.

<figure><img src="/files/4zqNBHLH8ipz1w9DNDsr" alt=""><figcaption></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.apica.io/autonomous-insights/log-explained-using-generative-ai/genai-example-using-log-explain.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.
