# Notion

## What is Notion?

**Notion** is an all-in-one productivity tool designed to help individuals and teams organize their work and manage various tasks. It combines note-taking, project management, and collaboration into a single platform, making it highly versatile for a range of use cases.

#### Key Features of Notion

1. **Customizable Workspaces**\
   Users can create pages and organize them in hierarchical structures, tailored to personal or team workflows.
2. **Databases**\
   Notion allows users to build databases for tasks, projects, or information with customizable views like tables, boards, calendars, and timelines.
3. **Collaboration Tools**\
   Teams can collaborate in real-time, leave comments, assign tasks, and manage projects collectively.
4. **Templates**\
   Offers pre-designed templates for project management, meeting notes, personal to-do lists, and more.
5. **Integration Capabilities**\
   Supports integration with third-party tools like Google Drive, Slack, and Zapier, enhancing functionality.
6. **Markdown Support**\
   Easily formats text with markdown, making documentation seamless.

## Supported Notion Fields

| Field               | Status               |
| ------------------- | -------------------- |
| ☑️ Checkbox         | ✅ Supported          |
| 🖼 Icon             | ➡️ Supported (1-Way) |
| 🧑 Created by       | ➡️ Supported (1-Way) |
| 🫂 People           | ✅ Supported          |
| 🕠 Created time     | ➡️ Supported (1-Way) |
| 📅 Date             | ✅ Supported          |
| 🕠 Last edited time | ➡️ Supported (1-Way) |
| ✉️ Email            | ✅ Supported          |
| 📂 Files            | ✅ Supported          |
| 📊 Formula          | ➡️ Supported (1-Way) |
| 🏷️ Multi-Select    | ✅ Supported          |
| #️⃣ Number          | ✅ Supported          |
| 📞 Phone            | ✅ Supported          |
| 🖇️ Relation        | ✅ Supported          |
| 🌀 Rollup           | ➡️ Supported (1-Way) |
| 🔽 Select           | ✅ Supported          |
| 🟢 Status           | ✅ Supported          |
| 📝 Text             | ✅ Supported          |
| 🔗 URL              | ✅ Supported          |
| 🧑 Last edited by   | ➡️ Supported (1-Way) |
| #️⃣ Title           | ✅ Supported          |
| 1️⃣ Unique ID       | ➡️ Supported (1-Way) |
| 🖼 Cover Image      | ➡️ Supported (1-Way) |


---

# 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://addsync.gitbook.io/docs/integrations/notion.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.
