> For the complete documentation index, see [llms.txt](https://docs.hesh.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hesh.app/manuals/mobile-app/production-task-list/more-action.md).

# More action

## Overview

In the "More Action" menu, the user can perform additional actions with the production: copy a link, open the main production, or change the view.&#x20;

After reading this article, learn more details about More Action and learn how to use the production task list effectively.

## **Basics**

The **"More actions"** menu contains the following options:

* **Root production** – opens the Production Tasks List of the root production.
* **Parent production** – opens the Production Tasks List of the parent production. If production has component within a component, then user can view the parent production for such tasks, that is, the one that is one level higher.\
  If the **root and parent production are identical**, only one button **"Root production"** is avaliable.
* **Views** – opens the bottom sheet to select the viewing mode for the Production Tasks List. More about views [here](/manuals/mobile-app/production-task-list/view.md).

<figure><img src="/files/RybAVRuhcxg9KGPzpyDN" alt="" width="279"><figcaption></figcaption></figure>

### Copy link

1. Open the **Production Task List** screen
2. Click on the **“More actions”** menu (three dots in the top-right corner)
3. Select **“Copy link”** option
   1. The system will copy the link of main (root) production

{% @arcade/embed flowId="SfSNmZIDU6lsgQSC7gZH" url="<https://app.arcade.software/share/SfSNmZIDU6lsgQSC7gZH>" %}

### Root production

1. Open the **Production Task List** screen
2. Click on the **“More actions”** menu (three dots in the top-right corner)
3. Click on **“Root production”** option
   1. The system will open the main (root) production&#x20;

{% @arcade/embed %}

### Parent production

1. Open the **Production Task List** screen
2. Click on the **“More actions”** menu (three dots in the top-right corner)
3. Click on **“Parent production”** option
   1. The system will open the parent production if it present

{% @arcade/embed %}


---

# 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.hesh.app/manuals/mobile-app/production-task-list/more-action.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.
