Reference
Supported file types, limits, troubleshooting, and frequently asked questions.
Supported file types
Section titled “Supported file types”Upload files to give the agent more context. Click the attachment icon in the chat panel and select your files.
Documents
Section titled “Documents”| Category | Formats | Max size |
|---|---|---|
| Text | .txt, .md, .markdown, .csv, .rst, .html, .htm, .adoc, .asciidoc | 50 MB |
| Office | .doc, .docx, .xls, .xlsx, .ppt, .pptx, .rtf | 50 MB |
.pdf | 50 MB | |
| Images | .jpg, .jpeg, .png, .gif, .webp, .tiff, .bmp | 50 MB |
| Formats | Max size |
|---|---|
.mp4, .webm, .mov, .avi, .mpeg, .mpg, .ogg | 500 MB |
Processing notes
Section titled “Processing notes”- Text-based PDFs — Text is extracted instantly.
- Scanned PDFs — Processed with optical character recognition (OCR), which may take longer.
- Images — The agent sees the image content directly. You can use images as visual context or insert them into your documentation as files.
- Video — Transcribed and summarized; processing time varies with length.
Binary files in the editor
Section titled “Binary files in the editor”When the agent inserts an image into your repository, it appears as a placeholder in the editor. Binary files don’t preview inline, but the agent adds the correct markdown reference in the surrounding document. Binary files appear when you create a pull request.
Limits
Section titled “Limits”Troubleshooting
Section titled “Troubleshooting”Docs Agent doesn’t appear in the navigation
Section titled “Docs Agent doesn’t appear in the navigation”Docs Agent is in beta. Email support@ekline.io with your organization name to request access.
The agent doesn’t understand the repository structure
Section titled “The agent doesn’t understand the repository structure”Be more specific in your prompt:
- Reference file paths:
"Look at src/api/auth.ts" - Mention the framework:
"This is a Next.js project using App Router" - Describe the architecture:
"API routes are in src/pages/api, components in src/components"
Generated content doesn’t match the documentation style
Section titled “Generated content doesn’t match the documentation style”The agent learns from your existing docs. If styles are inconsistent, results may vary.
Try:
- Reference a specific doc as an example:
"Match the style of docs/getting-started.md" - Be explicit about formatting:
"Use numbered steps, not bullet points" - Specify tone:
"Technical but approachable, similar to Stripe's docs"
Integration content isn’t loading
Section titled “Integration content isn’t loading”Verify that:
- The integration is connected in Settings > Integrations.
- You have access to the Slack channel, Notion page, or ticket.
- The URL or reference ID is correct.
Pull request creation fails
Section titled “Pull request creation fails”Verify that:
- Your repository is connected to EkLine.
- You have write access to the repository.
- The branch you’re targeting exists.
- The PR title is at least 5 characters.
If the issue persists, contact support@ekline.io.
Video processing is slow or fails
Section titled “Video processing is slow or fails”Video processing time depends on length. For a 10-minute video, expect 2-3 minutes of processing.
If processing fails:
- Verify that the file format is supported.
- Check that the file is under 500 MB.
- Try re-uploading the file.
What repositories can Docs Agent access?
Section titled “What repositories can Docs Agent access?”Repositories connected to your EkLine organization. Manage repository access in Settings > GitHub Integration.
Does the agent modify files directly?
Section titled “Does the agent modify files directly?”In the editor, no. The agent generates content that you review, edit, and then publish through a pull request.
When triggered from a GitHub PR comment, the agent automatically opens a docs PR on your configured documentation repository. You still review and merge the PR before changes reach your main branch.
Can I use Docs Agent for private repositories?
Section titled “Can I use Docs Agent for private repositories?”Yes. The agent respects your repository permissions and only accesses repositories you’ve connected and authorized.
How does the agent know my documentation style?
Section titled “How does the agent know my documentation style?”The agent analyzes your existing documentation to understand patterns:
- Heading structure and hierarchy.
- Code example conventions.
- Terminology and voice.
- File organization and naming.
For best results, keep a consistent style in your existing docs or reference a specific file as a style example.
What happens to uploaded files?
Section titled “What happens to uploaded files?”Files are processed to extract content and used to inform the agent’s response. Files are stored securely and associated with your session. They are not shared with other users or organizations.
Can I use Docs Agent without creating a pull request?
Section titled “Can I use Docs Agent without creating a pull request?”Yes. You can copy content directly from the editor or download the generated files. The PR workflow is optional.
Get help
Section titled “Get help”For issues not covered here, contact support@ekline.io with:
- A description of what you’re trying to do.
- The prompt you used.
- Any error messages you received.
- Screenshots if applicable.