Audity’s analysis pipeline accepts structured and unstructured documents about a client’s business. Uploaded documents are processed during document analysis and then incorporated into the audit synthesis when you run an audit analysis.Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
Document upload is a web app operation. Files are uploaded through the Audity dashboard, not via the agent API. Once uploaded, agents can reference documents via project detail and trigger analysis on them.
Accepted formats
| Format | Extension | Notes |
|---|---|---|
.pdf | Most common. Includes scanned PDFs with embedded text. Image-only PDFs (no text layer) may produce lower-quality analysis. | |
| Microsoft Word | .docx, .doc | Both modern and legacy formats accepted. |
| Microsoft Excel | .xlsx, .xls | Spreadsheet data is extracted as structured text. |
| Microsoft PowerPoint | .pptx, .ppt | Slide content and speaker notes are extracted. |
| Plain text | .txt | UTF-8 encoded. |
| Markdown | .md | Rendered as plain text for analysis. |
| CSV | .csv | Tabular data is extracted and summarized. |
File size limits
| Limit | Value |
|---|---|
| Maximum file size per document | 25 MB |
| Maximum documents per project | 50 |
| Maximum total storage per project | 500 MB |
What happens after upload
- The file is stored and attached to your project.
- On the next document analysis run, the pipeline extracts text and structured data from each document.
- When you trigger an audit analysis, the extracted content is incorporated into the AI synthesis alongside any interview data and web research.
Unsupported formats
The following are not currently supported:- Image files (
.jpg,.png,.gif, etc.), images embedded inside PDFs or Word documents are handled, but standalone image files are not accepted. - Audio and video (
.mp3,.mp4,.mov, etc.), use a transcription tool first, then upload the transcript as.txtor.md. - ZIP archives, upload files individually.
- Password-protected documents, remove protection before uploading.
Related
- Tier limits, per-project document limits by plan
- Error codes, upload and analysis error reference

