# Definition

The definition page allows you to define your connected agent's key parameters. These parameters are used by the AI Supervisor to evaluate your agent's performance.

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

A connected agent's parameters include:

**Agent Name:** The name displayed in [The Agents Page](/agents/the-agents-page.md) and the AI Supervisor's [Performance](/supervisor/performance.md) reports.

**Role**: The agent's identity; it includes what the agent's job is and what its intended tasks include. During the AI Supervisor's assessment of the agent's performance, it evaluates how well the agent performs its role.

**Goal:** The concrete outcomes intended for the agent's actions. The AI Supervisor will compare the outcomes of the agent's actual interactions with the goals listed here.

**Sentiment Tuning:** Optionally tune sentiment analysis behavior by providing a custom description of how to reason about sentiment for your agent. You can also select if sentiment affects grade. When enabled negative sentiment will lower the agent's grade.

Here, you can also customize the icon and color used to represent the agent on the Wayfound platform.


---

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