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

# SIA for OneDrive

Screen resumes straight from OneDrive — a whole folder at a time

For most Microsoft-based teams, the resumes they already have are sitting in a OneDrive folder. Connecting OneDrive lets SIA read those resumes directly, up to 200 files at a time, instead of you dragging files onto an upload page one batch at a time.

### Connecting OneDrive

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2FnDL5Z9Shp8Uodgx4eIdZ%2Fonedrive.gif?alt=media&amp;token=af9219d3-8378-47ad-b93f-c25d6de33537" alt=""><figcaption><p>Connecting OneDrive</p></figcaption></figure>

1. In Chat, open **Connectors** from the sidebar
2. Find the **OneDrive** card and click **Connect OneDrive**
3. A Microsoft sign-in tab opens — sign in with the Microsoft 365 account that has access to the resumes you want SIA to read
4. Review the permissions shown — this covers OneDrive access only — and click **Allow**
5. You're redirected back to Chat and the card now reads **Connected**

### What you can do once connected

Once OneDrive is connected, SIA can find and use whatever's already sitting in your folders:

* **Scan your OneDrive to find where resumes live** — SIA looks at folder and file names to locate candidate folders. It only reads file names at this stage, never the contents, until you ask it to screen something
* **Screen an entire folder against a job** — point SIA at the folder and it screens everyone in it with grades, instead of uploading files one at a time
* **Add a whole folder to your talent pool** — without matching those resumes to a specific job yet
* **Open a shared OneDrive link** — if someone sends you a link to a resume, SIA can read it directly since it sits behind a Microsoft login that a plain link can't get through on its own
* **Read a single document** — a take-home assignment, a portfolio, a job description, or interview notes
* **Save a shortlist or candidate brief back to OneDrive** — as a text or markdown file

### Try it in chat

* *"Save this shortlist to my OneDrive as 'Backend shortlist'."*
* *"Add my whole 'Talent Bench' folder to the talent pool."*
* *"Here's their CV: \<paste a OneDrive link> — screen them for the Frontend job."*
* *"Screen everything in my 'Q3 Backend Applicants' folder against the Senior Backend role."*
* *"Do I have any resumes in my OneDrive?"*

<figure><img src="https://1117388020-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGO7J9uIHFkn8y0ZeBqYC%2Fuploads%2Fr10vQrET8H6dJ7POP7kM%2Fonedrive2.gif?alt=media&amp;token=904a8f6c-e690-475e-92d3-1eb09e121a94" alt=""><figcaption><p>Try it with SIA Chat</p></figcaption></figure>

### A few things to note

* **Importing doesn't screen anything automatically.** You still confirm the screening step before SIA acts — importing and screening are separate actions.
* **Large batches run in the background.** If a folder is too large to process in one go, SIA continues in the background and tells you what it skipped and why — nothing is silently left out.
* **Scanning reads file names only.** SIA looks at folder and file names to find resumes — it never reads the contents of your files until you explicitly ask it to screen something.
* **Saving back to OneDrive works for text and markdown files.** Pushing an existing file — like a PDF you attached in chat — into OneDrive isn't supported yet.

### Disconnecting OneDrive

1. Go to **Connectors** in the sidebar
2. On the OneDrive card, click **Disconnect**

This revokes SIA's access to OneDrive only — your Word and Excel connections, if you have them, are unaffected.


---

# 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.senseloaf.ai/sia-chat/sia-for-onedrive.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.
