# Strategy List Screen

Created: 17.04.2023

Updated: 17.04.2023

Author: Polina A.

## **Strategies List Screen:**

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

1. "Create Strategy" button;
2. Dropdown menu allowing you to select columns to view:

<div align="left"><figure><img src="/files/U6t9r2KFWDNWyUF0JFHV" alt="" width="224"><figcaption></figcaption></figure></div>

| Parameter         | Value                                                                              |
| ----------------- | ---------------------------------------------------------------------------------- |
| Name              | Strategy Name                                                                      |
| Status            | Strategy Status: active, paused                                                    |
| Algorithm         | Algorithm used in the strategy. More about strategies: *Recommendation Strategies* |
| Page Type         | Type of page (context) where the strategy works                                    |
| Last Modified     | Date of the last modification and the name of the user who made the change         |
| ID                | Strategy ID                                                                        |
| Note              | Notes for the strategy                                                             |
| Number            | Number of items the strategy should return following a request                     |
| Experiences count | Number of experiences where the strategy is used                                   |
| Rules Count       | Number of rules in the strategy                                                    |
| Time Created      | Creation time                                                                      |
| Time Modified     | Last modification time                                                             |
| Date Modified     | Date of the last modification                                                      |

3. Search for a strategy by its name;
4. Displayed list of strategy data columns.

**Additional Functions:**&#x20;

a. Duplicate the strategy by clicking on the "two-pages" icon,

b. Edit the strategy by clicking on the "pencil" icon,

c. Delete the strategy by clicking the "three dots" icon and selecting "Delete".

<div align="left"><figure><img src="/files/tEZxmKj1xJOYczByRPKE" alt=""><figcaption></figcaption></figure></div>


---

# 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/strategy-list-screen.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.
