> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/assignment-settings.md).

# Assignment settings

The assignment settings allow us to select the next assignee for the button.

<figure><img src="/files/I26FGhYpDWaK6muyV2Bn" alt=""><figcaption><p><em>Assignment Settings</em></p></figcaption></figure>

| **Field**                                                             | **Description**                                                                                                                                                  |
| --------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Do you want to select the next assignee through this button manually? | Select **Yes** if you want the user to select the next assignee for this button manually and then select the user list from which the assignee is to be selected |
| Do you want to send to some other step on click of this button?       | Select **Yes** if you want to move the workflow to another step at the click of the button                                                                       |

Let's consider the **Update** button which should be made available to the initiator for 15 minutes after form submission incase the initiator wants to make any changes to the submitted entries. This means that the flow is to be sent back to the initiator. This is where the **Assignment** settings come into picture.

<figure><img src="/files/YLNBTDuR2BhRdVOU0Fee" alt=""><figcaption><p><em>Assignmenet Settings</em></p></figcaption></figure>

Since, the control is to be sent back to the initiator, we have selected **Yes** for **Do you want to send some to other step on click of this button?,** and then selected the step number which in our use case is n - 2. Refer [**Defining conditions for a step**](/workflow-builder/how-to-create-workflows/defining-conditions-for-a-step.md).


---

# 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.senpiper.com/workflow-builder/how-to-create-workflows/define-workflow-step/configuring-button-settings-for-a-step-of-the-workflow/assignment-settings.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.
