# Evaluators List View

Created: April 12, 2023

Updated: April 12, 2023

Author: Anastasia N.

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

1. Evaluator creation button. [**Learn more about creating an evaluator**](/lang/en/platform-interface/evaluator-creation-flow.md).
2. Column selection dropdown menu to display on the screen.
3. Search for an evaluator by its name.
4. Selected parameters.
5. Additional actions:

   a. Duplicate the evaluator by clicking on the "two-page" icon,

   b. Edit the evaluator by clicking on the "pencil" icon (learn more about [**editing an evaluator**](/lang/en/platform-interface/evaluator-creation-flow.md)),

   c. Delete the evaluator available by clicking on the "three dots" icon.

<div align="left"><figure><img src="/files/vzdnsEq37PCl3g8NV3vR" alt="" width="169"><figcaption></figcaption></figure></div>

| Parameter           | Value                                                                            |
| ------------------- | -------------------------------------------------------------------------------- |
| ID                  | Evaluator ID                                                                     |
| Name                | Evaluator Name                                                                   |
| Used in Experiences | List of experiences in which the evaluator is used                               |
| Last Modified       | Date of the last modification of  the evaluator                                  |
| Code                | Evaluator Code                                                                   |
| Possible Values     | Expected values of the evaluator (in case the set of expected values is limited) |
| Time Created        | Evaluator creation time                                                          |
| Time Modified       | Evaluator last modification time                                                 |
| Date Created        | Evaluator creation date                                                          |


---

# 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://developer.gravityfield.ai/lang/en/platform-interface/evaluators-list-view.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.
