# Skipping

Project managers may allow users to skip working on certain tasks. Skipping does not generate a new entry in the task's stage history.

## How to configure skipping

In your project settings, go to *General*, and scroll down to the *Skipping* section. You will see two toggles:

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

**Enable Skipping** (on by default): When enabled, users will see a "Skip" button next to the "Submit" button. Clicking on the "Skip" button will allow users to move on to the next task without submitting the current task.

When skipping is disabled, users will see the following:

<figure><img src="/files/8F2MxC7lL2jz6JKAe6BI" alt="" width="375"><figcaption></figcaption></figure>

**Unassign on Skip** (off by default): When enabled, when a user skips a task, the task will be unassigned from them. This means that that task will be placed back into the common task pool, for anyone to eventually pick it up.


---

# 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.imerit.net/core-concepts/skipping.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.
