> For the complete documentation index, see [llms.txt](https://ivorydigitalhub.gitbook.io/ivorydigitalhub/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ivorydigitalhub.gitbook.io/ivorydigitalhub/help-center/digital-planning.md).

# Digital Planning

## Get to know a basic

\
A digital planner is an electronic version of a traditional paper planner or agenda that is designed to be used on digital devices such as tablets, smartphones, or computers. It provides a digital space for users to plan, organize, and manage their schedules, tasks, notes, and other aspects of their lives.

Digital planners offer various features and functionalities that enhance productivity and organization. They typically include interactive elements like clickable tabs, hyperlinks, and embedded multimedia. Users can input their information, set reminders, create to-do lists, track habits, make notes, and customize the layout and design to suit their preferences.

With a digital planner, users can easily access their schedules and information on the go, synchronize across multiple devices, search for specific entries, and make quick edits or updates. They offer the convenience of a traditional planner with the added benefits of digital tools and technology.

Digital planners are compatible with note-taking apps or PDF annotation software that supports the annotation of PDF files using a stylus or digital pen. Popular note-taking apps for digital planners include GoodNotes, Notability, Noteshelf, and others.

Overall, a digital planner provides a modern and flexible way to stay organized, increase productivity, and streamline daily activities in the digital age.


---

# 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://ivorydigitalhub.gitbook.io/ivorydigitalhub/help-center/digital-planning.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.
