> 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/agents/the-agents-page.md).

# The Agents Page

Wayfound allows you to connect and manage a network of specialized agents. Each agent can perform a focused task, and agents can collaborate to accomplish more complex tasks. The Agents tab displays a list of all agents in your organization. It also allows you to connect and configure new ones.

<figure><img src="/files/LH1cyGoIchPsT3RHtkI5" alt=""><figcaption></figcaption></figure>

### View and manage current agents

Opening the agents tab displays a table of agents connected to your organization. Users can **sort** agents by name, platform, last updated date, last published date, and status. Users can also <img src="/files/EMmO9OpnPJIzJA5nhFPy" alt="" data-size="line">**search** for specific agents and <img src="/files/eRbYUdSvH629a4AmeKVz" alt="" data-size="line">**filter** by column using buttons in the table's upper-right corner.

In the agents table, the **Actions** column contains a menu of actions that can be opened by clicking the ![](/files/Xgs7DYKyMON5A8Se1xQF)button. Within this menu, you can ![](/files/MDMbUINLmKGTjnhCXuhp)**view agent analytics,** and ![](/files/r5NUgS7yvN91TBNTRJL7)**activate** or ![](/files/dfePw7WixdHaghYT1iee)**deactivate agent**.&#x20;

### Onboard an existing agent

Wayfound lets you connect existing external agents to the platform. This includes those built on popular frameworks like LangChain. Adding an agent to Wayfound allows you to track, monitor, and manage it using the Wayfound platform. To connect an agent, you can use the [Wayfound Manager SDK](/agents/connecting-agents.md) to import recorded conversations from your external agent.

To onboard an existing agent:

1. Click <img src="/files/JJkauj8JTEMG5G2X55J1" alt="" data-size="line"> at the top-right corner of the Agents tab.
2. A new menu will appear. Name the agent and explain its role and goal. This information will inform the AI manager's performance evaluation of this agent. Click **Let's Go!**.

<figure><img src="/files/ry7PjmxHzj0WGjWJTlGz" alt="" width="563"><figcaption></figcaption></figure>


---

# 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/agents/the-agents-page.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.
