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

# OneDrive

> Browse the tools and triggers available for OneDrive in ActionKit.

## Tools

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_GET_FILE_BY_ID" title="Get File By ID" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_SAVE_FILE" title="Save File" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_LIST_CONTENTS" title="List Contents" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_CREATE_FOLDER" title="Create Folder" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_GET_FOLDER_BY_ID" title="Get Folder By ID" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_SEARCH_FOLDERS" title="Search Folders" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_MOVE_FOLDER" title="Move Folder" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_DELETE_FOLDER" title="Delete Folder" horizontal />

  <Card href="/actionkit/integrations/onedrive/ONEDRIVE_DOWNLOAD_FILE" title="Download File" horizontal />
</CardGroup>

<Info>**Don't see the tool you need?** Define your own using [Custom Tools](/actionkit/custom-tools).</Info>

## Triggers

<CardGroup cols={2}>
  <Card href="/actionkit/integrations/onedrive/triggers/ONEDRIVE_TRIGGER_FILE_CHANGE" title="File Change" horizontal>
    Trigger when there are changes to content within the hierarchy of the root folder.
  </Card>
</CardGroup>

<Info>**Don't see the trigger you need?** Define your own using [Custom Webhooks](/resources/custom-webhooks).</Info>
