> For the complete documentation index, see [llms.txt](https://docs.datamotto.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datamotto.com/ai-notebooks.md).

# AI Notebooks

## Introducing AI Notebook

AI Notebook is a brand new platform designed for working with your data effortlessly. It's a simple yet powerful tool where you just connect your data, and an AI Agent is automatically chosen to assist you in that specific Notebook. This platform is all about making your data work process smooth and efficient.

## Data Prep Agent

Before diving deep into analysis, the foundation of your data must be solid and reliable. That's where the Data Prep Agent comes in. This dedicated AI specializes in refining your raw data, ensuring it's primed and cleaned for detailed analysis. The Data Prep Agent meticulously cleans, integrates, and enhances the quality of your data. Think of it as the meticulous preparer of your dataset, setting the stage for insightful analysis by ensuring the data is accurate, consistent, and ready for the next steps.

## Analysis Agent

With your data fully prepped, the Analysis Agent takes over. This AI excels in extracting valuable insights from your clean, structured data. It's skilled in exploring, visualizing, and modeling your data, transforming complex datasets into understandable and actionable information. The Analysis Agent is your guide through the maze of data, helping you to understand the story behind the numbers.

## Collaboration and Sharing

AI Notebook goes beyond data analysis; it's a collaborative platform. Easily share your Notebooks with team members to foster collaborative analysis and decision-making. Additionally, you have the option to make your Notebooks public, sharing your insights and visualizations with a broader audience.

AI Notebook redefines your data journey, providing specialized AI Agents for each phase of the process. From the meticulous care of the Data Prep Agent to the insightful analysis of the Analysis Agent, coupled with seamless collaboration features, AI Notebook is your comprehensive solution for turning data into actionable insights.


---

# 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://docs.datamotto.com/ai-notebooks.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.
