# Wayfound

## Wayfound

- [Welcome to Wayfound](https://docs.wayfound.ai/welcome-to-wayfound.md)
- [Key Concepts](https://docs.wayfound.ai/key-concepts.md): Wayfound is your entry into the world of AI agent supervision. Here are the key concepts you need to get the most out of the platform.
- [Getting Started](https://docs.wayfound.ai/getting-started.md)
- [Performance](https://docs.wayfound.ai/supervisor/performance.md)
- [Overview](https://docs.wayfound.ai/supervisor/overview.md)
- [Global Guidelines](https://docs.wayfound.ai/supervisor/global-guidelines.md): Global Guidelines define the oversight and organizational philosophy for all of your Agents.
- [Reports](https://docs.wayfound.ai/supervisor/reports.md)
- [Report Sharing](https://docs.wayfound.ai/supervisor/report-sharing.md)
- [User Feedback](https://docs.wayfound.ai/user-feedback.md)
- [Agent Supervision Best Practices](https://docs.wayfound.ai/agent-supervision-best-practices.md)
- [Supervise Multi-Agent Systems](https://docs.wayfound.ai/applications/supervise-multi-agent-systems.md)
- [The Agents Page](https://docs.wayfound.ai/agents/the-agents-page.md)
- [Definition](https://docs.wayfound.ai/agents/definition.md)
- [Test Mode](https://docs.wayfound.ai/agents/test-mode.md)
- [Guidelines](https://docs.wayfound.ai/agents/guidelines.md)
- [Tags](https://docs.wayfound.ai/agents/tags.md)
- [Connecting Agents](https://docs.wayfound.ai/agents/connecting-agents.md)
- [Connecting to Agentforce](https://docs.wayfound.ai/agents/connecting-to-agentforce.md)
- [Connecting to Intercom](https://docs.wayfound.ai/agents/connecting-to-intercom.md)
- [Connecting Tool Calls](https://docs.wayfound.ai/agents/connecting-tool-calls.md)
- [Connecting User Feedback](https://docs.wayfound.ai/agents/connecting-user-feedback.md)
- [Connecting other Events](https://docs.wayfound.ai/agents/connecting-other-events.md)
- [OpenTelemetry Event Data](https://docs.wayfound.ai/agents/opentelemetry-event-data.md)
- [Recordings](https://docs.wayfound.ai/sessions/recordings.md): The Recordings tab provides a detailed view of individual interactions between users and your AI agents.
- [Suggestions](https://docs.wayfound.ai/sessions/suggestions.md): The suggestions tab enables you to continually improve the performance of your AI agents over time.
- [Accounts](https://docs.wayfound.ai/accounts.md): The accounts page displays information about all of the user accounts that have interacted with your organization's agents. Use this page to learn how users are interacting with your various agents.
- [Visitors](https://docs.wayfound.ai/visitors.md): The visitors page displays information about all users who have interacted with your organization's agents. Use this page to learn how users are interacting with your various agents.
- [Agent Skill](https://docs.wayfound.ai/skills/agent-skill.md)
- [Overview](https://docs.wayfound.ai/mcp-server/overview.md)
- [Using](https://docs.wayfound.ai/mcp-server/using.md)
- [Organizations](https://docs.wayfound.ai/settings/organizations.md)
- [User Management](https://docs.wayfound.ai/settings/user-management.md)
- [Okta Integration](https://docs.wayfound.ai/settings/okta-integration.md)
- [API](https://docs.wayfound.ai/api.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.wayfound.ai/welcome-to-wayfound.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.
