# 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: 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:

```
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>
```

The question should be specific, self-contained, and written in natural language.
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.
