Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions fern/docs/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ Promptless follows strict data handling practices:

For detailed information, see our [Data Handling documentation](/docs/security-and-privacy/data-handling-and-classification).

### What does Promptless do with my source code?

Promptless **does not store your source code**. When analyzing documentation needs, our AI agent sends read-only requests to search pull requests and retrieve information about PRs and issues in your repositories. Code diffs from pull requests are processed in real-time to understand changes and inform documentation updates, but they're not stored after processing.

For detailed information, see our [Data Handling documentation](/docs/security-and-privacy/data-handling-and-classification).

### Can I use Promptless with GitHub Enterprise?

Yes! Promptless supports both GitHub Enterprise Server and GitHub Enterprise Cloud. You can either use our standard GitHub App or set up a custom GitHub App for organizations with third-party app restrictions.
Expand Down