> For the complete documentation index, see [llms.txt](https://dreetje-1.gitbook.io/inbox-ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dreetje-1.gitbook.io/inbox-ai/integrations/apple-notes.md).

# Apple Notes

{% embed url="<https://www.youtube.com/watch?v=1d6ToiZSjIs>" %}

Apple Notes does not have many possible ways to integrate. The only way that currently exists is through [Apple Shortcuts](/inbox-ai/integrations/apple-shortcuts.md).

In the examples is a basic example, allowing you to create a new note, but you can use the Shortcuts app to add much deeper integration.

## Included Example

Open the "Apple Notes" folder in the "Actions" tab, and click the blue "Create Note" link to download the Apple Shortcut required to make the integration work. If you change the name, ensure you enter the new name in the "Shortcut" field.

<figure><img src="/files/R1VQzf6qo4eC01tTWz4Y" alt=""><figcaption><p>Download the "Create Note" Shortcut</p></figcaption></figure>

## Further Integrations

Create an Apple Shortcut that does what you want Inbox AI to be able to do (i.e Create a Note) like the images below show. Ensure you enable it to be used as a Quick Action.

<div align="left"><figure><img src="/files/cvsGgaYNEYT7ghfYldlT" alt="" width="375"><figcaption><p>Add a Note Action</p></figcaption></figure> <figure><img src="/files/3YXFQpCGnwMA8JUkApCd" alt="" width="375"><figcaption><p>Select "Use as Quick Action"</p></figcaption></figure></div>

Duplicate the included "Create Note" example, and adjust the name of the Shortcut you want to call.


---

# 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://dreetje-1.gitbook.io/inbox-ai/integrations/apple-notes.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.
