> For the complete documentation index, see [llms.txt](https://docs.apica.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apica.io/autonomous-insights/autonomous-log-interactive-visual-explorer-alive/alive-pattern-signature-summary.md).

# ALIVE Pattern Signature Summary

#### Highlighting Data in Pattern Bar Graphs

<figure><img src="/files/pFE7dyULRN27ohSqWiYN" alt=""><figcaption><p>Without highlight option enable.</p></figcaption></figure>

This feature enables users to highlight specific data points in pattern bar graphs that correspond to data sets present in the accompanying table. By utilising this functionality, users can easily draw attention to important patterns, trends, or anomalies within their data. This can be particularly useful for data analysis, where visual emphasis on key data points enhances comprehension and decision-making.

<figure><img src="/files/XWkTTjsrOf6vKNPDvpeQ" alt=""><figcaption><p>Toggle button to highlight data on graph.</p></figcaption></figure>

To use this feature, just toggle the switch. This will highlight the data in the table and mark the corresponding bars on the graph.

<figure><img src="/files/puHRm7wt2JNWdlsjcyXZ" alt=""><figcaption><p>Page 1 data highlighted in the pattern graph</p></figcaption></figure>

<figure><img src="/files/8uoFFWwuk8m7AGfMn6r8" alt=""><figcaption><p>Page 3 data highlighted in the pattern graph</p></figcaption></figure>

This feature is designed to streamline the data analysis process, allowing users to quickly pinpoint relevant information and extract actionable insights.


---

# 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://docs.apica.io/autonomous-insights/autonomous-log-interactive-visual-explorer-alive/alive-pattern-signature-summary.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.
