> For the complete documentation index, see [llms.txt](https://guides.stellaraio.com/stellar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-tasks-tab/overview-of-buttons-on-a-task.md).

# Overview of Buttons on a Task

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

* What is the **Pause/Start Button**?
  * By clicking this button, you will either start the task or stop the task.
* What is the **Pencil Button**?
  * By clicking this button, you will be allowed to edit a task's information such as delays, URL, SKU, Proxies, QTY, and more
* What is the **Box Over Box Button**?
  * By clicking this button, you will be duplicating the task and the task will contain the exact same information.
* What is the **Sorted Lines Button**?
  * By clicking this button, you will view task logs which will show any errors, carts, checking out, or more task logs to get more insight as to what your tasks are doing and how to fix errors.
* What is the **Trashcan Button**?
  * By clicking this button, you will be deleting the task and all the information in the task. Deleting a task is irreversible, so be careful when clicking this button.


---

# 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://guides.stellaraio.com/stellar/navigating-stellaraio/what-is-the-tasks-tab/overview-of-buttons-on-a-task.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.
