# Log Explained with Gen AI

## Log Explained Introduction

One often encounters cryptic log events that need to be understood to resolve system observative challenges such as system troubleshooting, meeting SLO requirements, etc. This extra investigation is usually resolved using external tools such as an online search engine or even an outside ChatGpt prompt window, which results in extra workload for the user.   Ascent Data-Fabric platform (ADF) comes with the ability of Generative AI technology to handle the task efficiently.

The admin must first set up ADF by configuring it with a Generative AI backend engine: language model, endpoint, and APIKey. Once the configuration is done, the user will get seamless experience exploring and investigating log events using the power of GenAI.&#x20;


---

# 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.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.
