> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/getting-started/core-functionalities/snooze-issues-for-later.md).

# 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 subissues. You can extend or unsnooze any issue from this view.\
  ​

  ![](/files/XACep7OVEl927GM3HgMX)


---

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