> For the complete documentation index, see [llms.txt](https://docs.wayfound.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wayfound.ai/key-concepts.md).

# Key Concepts

### Agents

Wayfound supports specialized agents powered by the latest large language models. Agents are designed to accomplish specific, clearly defined tasks. They can interact with users through text, images, and video formats. They can communicate with other agents for help with answering specific questions, and they can take action or access information in third-party systems. Agents are end-to-end, meaning that they can both interact with users and perform workflows. You can connect existing agents built on platforms like LangChain or CrewAI.

### Agent Networks

The best agents are specialized to perform a specific task. Agent networks leverage multiple specialized agents that communicate and collaborate to handle complex tasks. Each agent focuses on its specific expertise while working within the broader network. See [Supervise Multi-Agent Systems](/applications/supervise-multi-agent-systems.md)

### AI Supervisor

The AI Supervisor provides centralized oversight of your agent networks, offering agent performance analysis, agent relationship mapping, and network-wide behavior controls. Learn more in the Supervisor [Overview](/supervisor/overview.md) page.

### Performance

The AI Supervisor continuously evaluates agent performance through user satisfaction metrics, knowledge gap analysis, guideline compliance monitoring, and tool utilization success rates. Learn more in the [Performance](/supervisor/performance.md) page.

### Guidelines&#x20;

Guidelines inform how the AI Manager evaluates agent performance. Wayfound offers two levels of guidelines: [Guidelines](/agents/guidelines.md) for individual agents and [Global Guidelines](/supervisor/global-guidelines.md) guidelines that apply across all agents in the organization.

### Sessions

Sessions provide monitoring capabilities through [Recordings](/sessions/recordings.md) of agent-user interactions.

### Evaluation Rubric

For each agent, the AI Supervisor maintains an **evaluation rubric** — a concise grading guide it distills from your guidelines and from the feedback you've given over time. The rubric captures how your organization interprets each guideline in practice, and every session is scored against it. This makes grading more consistent and increasingly tailored to your business. Learn more in [How the Supervisor Learns](/supervisor/how-the-supervisor-learns.md).

### Potential Issues

**Potential issues** are recurring behaviors the AI Supervisor notices that aren't yet covered by any of your guidelines. You can promote a potential issue to a new guideline, confirm it as expected behavior, or dismiss it as a false positive. See [Potential Issues](/supervisor/potential-issues.md).

### Open Questions

When the AI Supervisor is uncertain how to judge a behavior, it raises an **open question** for your team rather than guessing. Your answer teaches the Supervisor and refines how it evaluates future sessions. See [Open Questions](/supervisor/open-questions.md).


---

# 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.wayfound.ai/key-concepts.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.
