Skip to content

Reference

Supported file types, limits, troubleshooting, and frequently asked questions.

Upload files to give the agent more context. Click the attachment icon in the chat panel and select your files.

CategoryFormatsMax size
Text.txt, .md, .markdown, .csv, .rst, .html, .htm, .adoc, .asciidoc50 MB
Office.doc, .docx, .xls, .xlsx, .ppt, .pptx, .rtf50 MB
PDF.pdf50 MB
Images.jpg, .jpeg, .png, .gif, .webp, .tiff, .bmp50 MB
FormatsMax size
.mp4, .webm, .mov, .avi, .mpeg, .mpg, .ogg500 MB
  • 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.

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.

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"

You can also add this kind of context permanently through custom instructions; see below.

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"

Verify that:

  1. The integration is connected in Settings > Integrations.
  2. You have access to the Slack channel, Notion page, or ticket.
  3. The URL or reference ID is correct.

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 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.

Repositories connected to your EkLine organization. Manage repository access in Settings > GitHub Integration.

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.

Can I give the agent context about my organization?

Section titled “Can I give the agent context about my organization?”

Yes. Go to Settings > Organization > Docs Agent and add custom instructions. Use these to give the agent context it can’t infer from your code alone — for example, the purpose of each repository, how your documentation is organized, which versions to support, or company-specific conventions. The agent applies these instructions to every session for your organization. Click Refresh Docs Agent Instructions to apply changes. Any organization member can edit custom instructions up to 5,000 characters.

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. You can also use custom instructions to specify preferences the agent can’t pick up from the codebase.

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 stop the agent or send messages while it works?

Section titled “Can I stop the agent or send messages while it works?”

Yes. The chat input button has three states: Send (blue), Stop (red), and Queue (amber). When the agent is working, click the red Stop button to cancel the current turn, or type a follow-up and click the amber Queue button to send it after the current turn completes. See Control the agent while it works for details.

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.

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.