> For the complete documentation index, see [llms.txt](https://help.splashforce.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.splashforce.io/create-tasks.md).

# Create tasks

![Splashforce create tasks](/files/-MeSNASbV0hi_nrtd23s)

## Product

The product field is where any keywords, SKUs or links should be entered. The value of this field can vary based on the selected site.

## Profile

To select your profiles click the multiselect under the **Profile** label. For information on creating profiles read [here](/billing.md#create-profile).

![Profile multiselect](/files/-MgMr1Uqh2_maO2s4Eh9)

{% hint style="warning" %}
Splashforce will create 1 task per selected profile.
{% endhint %}

## Quantity

The quantity input can be found in the bottom left of the create tasks route. You can click the plus and minus indicators or type directly in the input to define the quantity.

{% hint style="warning" %}
If you have multiple profiles selected the task quantity will be multiplied by the amount of profiles upon clicking the **Create** button.
{% endhint %}

## Still need help?

{% content-ref url="/pages/-MeZn1hrmP-t38mcBzXn" %}
[Footsites](/create-tasks/footsites.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MeZmyRhJGsYerjKyHCE" %}
[Supply](/create-tasks/supply.md)
{% endcontent-ref %}


---

# 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://help.splashforce.io/create-tasks.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.
