> For the complete documentation index, see [llms.txt](https://docs.3dolphins.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.3dolphins.ai/employee/operator-target/add-operators-target-independent-target.md).

# Add Operators Target (Independent Target)

Independent targets allow Supervisors to make several targets each month to one agent based on the selected channel. For example, you can add a target for Agent A by specifying how many tickets Agent A has to achieve or handle during the specified target time.

On the target operator page, you can select or search for an operator using the search feature. Enter the keyword ‘operator name’ in the search field and hit enter.

![Search by Agent's Name](/files/atwFLHveVVP98BB90Mgs)

Select and click the intended operator, then you will see a pop-up window to add the target. For example, select the 'InMotion Developers' channel and add a target in March by entering the total target ticket and how long (in minutes) the target will be achieved and then click **'Edit Target'**.

![Edit Agent's Target](/files/TVUCEzszIzpWLZNvJn30)

**Component Explanation:**

| Field Name    | Description                                                |
| ------------- | ---------------------------------------------------------- |
| Ticket Target | Type the total target to be achieved.                      |
| Time Target   | Type in how long (in minutes) the target will be achieved. |

You will see a notification success add target and your target will appear on the list target of selected operators.&#x20;

![Operator Target Added](/files/e3nL4ORwvTOIA73Ya6vZ)


---

# 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.3dolphins.ai/employee/operator-target/add-operators-target-independent-target.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.
