# Suggestions

As you build and deploy AI agents, their interactions with users and workflows will scale beyond a level that humans can monitor on their own. To solve this challenge, Wayfound provides an automatic assessment of your AI agents using its AI Supervisor Agent, which continually monitors and evaluates your agents' interactions.  It provides you with insights about your agents, serving as your interface with AI agents at scale.

<div data-full-width="false"><figure><img src="/files/igUMD3QTa2UuL9EAaRLb" alt=""><figcaption></figcaption></figure></div>

### Suggestions components

**Suggested behaviors** are recommendations to improve the quality of an agent's interactions. These recommendations are written as prompts using principles from[Broken mention](broken://pages/SnCYl8B4ygcDHjhSoaj2#how-to-create-effective-behaviors). They can be leveraged as directives in the connected agent.

**Suggested knowledge** identifies gaps in knowledge that, when filled, can enhance the agent's performance. We recommend that you consider each gap and the possible sources of information that can be used to fill them.&#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.wayfound.ai/sessions/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.
