> ## Documentation Index
> Fetch the complete documentation index at: https://docs.pipeshub.com/llms.txt
> Use this file to discover all available pages before exploring further.

# OneNote

> Digital notebook and note-taking connector

<div className="flex flex-col items-center justify-center text-center pt-10">
  <h1 className="text-4xl font-bold">✅ OneNote Connector Ready</h1>

  <h3 className="text-xl mt-2">
    Connector is live and ready to use. Documentation in process!
  </h3>
</div>

<div className="max-w-2xl mx-auto mt-12">
  <div className="p-6 border rounded-lg bg-purple-50">
    <div className="flex items-center mb-4">
      <img src="https://mintcdn.com/pipeshub/8k-iBPRh1yJZHQe1/logo/one-note.png?fit=max&auto=format&n=8k-iBPRh1yJZHQe1&q=85&s=e12712fecab8d9b74248f131afff105a" alt="Microsoft OneNote Logo" className="w-8 h-8 mr-3 object-contain flex-shrink-0" width="128" height="120" data-path="logo/one-note.png" />

      <h2 className="text-2xl font-semibold m-0"> Microsoft OneNote</h2>
    </div>

    <p className="text-lg text-gray-700 mb-4">Digital notebooks and note-taking</p>

    <div className="flex items-center gap-2">
      <span className="px-3 py-1 bg-green-100 text-green-800 rounded-full text-sm font-medium">
        ✅ Ready
      </span>

      <span className="px-3 py-1 bg-blue-100 text-blue-800 rounded-full text-sm font-medium">
        📝 Documentation in process
      </span>
    </div>
  </div>
</div>

<div className="text-center mt-12 p-6 bg-gray-50 rounded-lg max-w-2xl mx-auto">
  <h3 className="text-lg font-semibold mb-2">Need Help Getting Started?</h3>

  <p className="text-gray-600">
    The OneNote connector is fully operational and ready for use. While we're finalizing the documentation,
    feel free to reach out to our support team for setup assistance.
  </p>
</div>
