---
title: Lists and Notes
framework: sirikit
role: collectionGroup
role_heading: API Collection
path: sirikit/lists-and-notes
---

# Lists and Notes

Create and manage notes and to-do list items.

## Overview

Overview With the lists and notes domain, users can create to-do lists, mark to-do list items as complete, or ask Siri to create or modify notes in their favorite note-taking app. When creating items in a to-do list, the user may also ask you to set up a reminder based on the user’s location or a specific date. Your intents app extension takes the information provided to it and creates the corresponding tasks, notes, and reminders either directly in your app or by communicating that information to your servers.

## Topics

### Note Creation

- [INCreateNoteIntentHandling](intents/increatenoteintenthandling.md)
- [INCreateNoteIntent](intents/increatenoteintent.md)
- [INCreateNoteIntentResponse](intents/increatenoteintentresponse.md)

### Notebook Search

- [INSearchForNotebookItemsIntentHandling](intents/insearchfornotebookitemsintenthandling.md)
- [INSearchForNotebookItemsIntent](intents/insearchfornotebookitemsintent.md)
- [INSearchForNotebookItemsIntentResponse](intents/insearchfornotebookitemsintentresponse.md)

### Task Addition

- [INAddTasksIntentHandling](intents/inaddtasksintenthandling.md)
- [INAddTasksIntent](intents/inaddtasksintent.md)
- [INAddTasksIntentResponse](intents/inaddtasksintentresponse.md)

### Task Attributes

- [INSetTaskAttributeIntentHandling](intents/insettaskattributeintenthandling.md)
- [INSetTaskAttributeIntent](intents/insettaskattributeintent.md)
- [INSetTaskAttributeIntentResponse](intents/insettaskattributeintentresponse.md)

### Task Deferral

- [INSnoozeTasksIntentHandling](intents/insnoozetasksintenthandling.md)
- [INSnoozeTasksIntent](intents/insnoozetasksintent.md)
- [INSnoozeTasksIntentResponse](intents/insnoozetasksintentresponse.md)

### Note Objects

- [INNote](intents/innote.md)
- [INNoteContent](intents/innotecontent.md)
- [INTextNoteContent](intents/intextnotecontent.md)
- [INImageNoteContent](intents/inimagenotecontent.md)

### Task Objects

- [INTaskList](intents/intasklist.md)
- [INTask](intents/intask.md)

### Event Triggers

- [INSpatialEventTrigger](intents/inspatialeventtrigger.md)
- [INTemporalEventTrigger](intents/intemporaleventtrigger.md)
- [INTemporalEventTriggerTypeOptionsResolutionResult](intents/intemporaleventtriggertypeoptionsresolutionresult.md)
- [INDayOfWeekOptions](intents/indayofweekoptions.md)

### Resolution Results

- [INAddTasksTargetTaskListResolutionResult](intents/inaddtaskstargettasklistresolutionresult.md)
- [INAddTasksTemporalEventTriggerResolutionResult](intents/inaddtaskstemporaleventtriggerresolutionresult.md)
- [INDateSearchTypeResolutionResult](intents/indatesearchtyperesolutionresult.md)
- [INLocationSearchTypeResolutionResult](intents/inlocationsearchtyperesolutionresult.md)
- [INNoteResolutionResult](intents/innoteresolutionresult.md)
- [INNoteContentResolutionResult](intents/innotecontentresolutionresult.md)
- [INNotebookItemTypeResolutionResult](intents/innotebookitemtyperesolutionresult.md)
- [INSetTaskAttributeTemporalEventTriggerResolutionResult](intents/insettaskattributetemporaleventtriggerresolutionresult.md)
- [INSnoozeTasksTaskResolutionResult](intents/insnoozetaskstaskresolutionresult.md)
- [INSpatialEventTriggerResolutionResult](intents/inspatialeventtriggerresolutionresult.md)
- [INTaskListResolutionResult](intents/intasklistresolutionresult.md)
- [INTaskResolutionResult](intents/intaskresolutionresult.md)
- [INTaskStatusResolutionResult](intents/intaskstatusresolutionresult.md)
- [INTemporalEventTriggerResolutionResult](intents/intemporaleventtriggerresolutionresult.md)
- [INTaskPriorityResolutionResult](intents/intaskpriorityresolutionresult.md)

## See Also

### Standard Intents

- [Car Commands](sirikit/car-commands.md)
- [Media](sirikit/media.md)
- [Messaging](sirikit/messaging.md)
- [Payments](sirikit/payments.md)
- [Restaurant Reservations](sirikit/restaurant-reservations.md)
- [Ride Booking](sirikit/ride-booking.md)
- [VoIP Calling](sirikit/voip-calling.md)
- [Workouts](sirikit/workouts.md)
- [Intent Class Identifiers](sirikit/intent-class-identifiers.md)
