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

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

###


---

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