# Learning Suggestions

Within the [**Guidance Center**](/legacy/legacy-experience/exception-handling/guidance-center.md), you may see **Suggestions** listed below an exception. These suggestions represent learning techniques provided by the system as potential solutions, ranked by how closely the current document matches the document where the learning technique was previously applied.

### How to Apply Learning Suggestions

1. Hover over a **Technique** to see the confidence level displayed as a percentage. This score measures how similar two documents are.

   <figure><img src="/files/TgQhsvd7mospZZSTqVKx" alt="" width="375"><figcaption></figcaption></figure>
2. Hover over the top right corner of the Technique and click on the **Play** button to open a **Mini-Playground**. This is where you can test the learning without affecting the main process run.
3. If the result is as expected, click **Next** and then click **Use this method** to apply the learning. If the result is not as expected, you can modify the technique in the **Mini-Playground** to get the correct value.


---

# 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.kognitos.com/legacy/legacy-experience/learnings/learning-suggestions.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.
