> 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/how-do-i-create-a-task.md).

# How do I create a task?

Disclaimer: This guide will be for regular tasks that do not require additional information. A more in-depth guide for site-specific tasks will be in their designated article!

1. Create a task group by pressing on the green + sign and select your task group

   <div align="left"><img src="/files/uxNPNrzXh30k0csULQh3" alt=""></div>
2. Click the "**Create Task**" button

   <div align="left"><img src="/files/NRhIYdZhwRlorU6hsSk2" alt=""></div>
3. You will be prompted with the following popup

   ![](/files/GCacN6Nk33osckvu7MCT)
4. Select a **Mode**

   ![](/files/lfoRvtX0EB5jnDozA5XZ)
5. Select a **Profile** or **Profile Group**

   <div align="left"><img src="/files/a34SKynJE9JxyhTm6x8Z" alt=""></div>
6. Select a **Monitor** and **Checkout Proxy Groups** (Optional: Leave blank if you want to use Local Host)

   <div align="left"><img src="/files/NT6Doo6f5cfTB8SfupVg" alt=""></div>
7. Proceed to fill out the rest of the information

   ![](/files/VGibkY2rbCMlhxjJlBDW)
8. Click on "**Create**" to complete the task creation

   <div align="left"><img src="/files/uauKHzuzsLd3KGMinnr6" alt=""></div>
9. You've completed creating a task

   ![](/files/XztyBW6Qy1xViDcaGoxi)


---

# 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/how-do-i-create-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.
