# Snooze Issues for Later

### Use Case <a href="#introduction" id="introduction"></a>

Aikido introduces a flexible snooze feature that allows the snoozing of issue groups or subissues separately. This functionality clears the main feed of non-urgent items, providing a cleaner workspace to focus on immediate priorities.

### How to snooze issues <a href="#how-to-snooze-issues" id="how-to-snooze-issues"></a>

**Step 1.** Navigate to the **issue group**, or **subissue** in Aikido you wish to snooze and select the "Snooze" option in the actions menu (triple dots).

![Context menu displays task management actions like create, snooze, ignore, and adjust severity.](/files/Y1nWjqSotaXG8x32Cnbk)

**Step 2.** Choose the duration for snoozing: 1 day, 1 week, 1 month, 1 year, or specify a custom period.\
​

![](/files/gxDdQ1UPSnCJjbgHZU8D)

**Step 3.** Optionally, add a reason for snoozing to keep track of the decision-making process.\
​

![](/files/7Vv4ksuc4nD58yL6kUW5)

​After snoozing, these items will disappear from the main feed, simplifying your view to focus on what's urgent.

### Viewing Snoozed Items: <a href="#viewing-snoozed-items" id="viewing-snoozed-items"></a>

* Access the [Snooze View](https://app.aikido.dev/issues/snoozed) in Aikido to see all snoozed issue groups and and subissues. You can extend or unsnooze any issue from this view.\
  ​

  ![](/files/XACep7OVEl927GM3HgMX)


---

# 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://help.aikido.dev/getting-started/core-functionalities/snooze-issues-for-later.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.
