diff --git a/admin/connectors/official/pylon.mdx b/admin/connectors/official/pylon.mdx
new file mode 100644
index 00000000..1d572b19
--- /dev/null
+++ b/admin/connectors/official/pylon.mdx
@@ -0,0 +1,79 @@
+---
+title: "Pylon"
+description: "Access Issues from your Pylon account"
+---
+
+## How it works
+
+The Pylon Connector indexes data from a specified Pylon account.
+It supports issues and, optionally, related messages and attachments.
+Issues can only be retrieved by their creation date, consider adjusting the Lookback Days for tracking activity.
+
+- It indexes all issues starting from a specified date. This includes text, title and metadata such as assignee, state, creation/update timestamps, and a direct link back to the original issue in Pylon.
+- It also supports indexing messages and attachments related to the issues. Attachments are embedded into resulting focuments, text and images are extracted, and images are saved as files. If image processing is enabled in Onyx, then a summary for images will be retrieved.
+
+
+## Setting up
+
+
+ Other data such as knowledge base articles is not supported at the moment since it is not accessible via the Pylon API.
+
+
+### Authorization
+
+The Pylon Connector uses an API Token for authentication.
+
+To create an API token:
+
+
+
+ Generate an API token in the [Pylon dashboard](https://app.usepylon.com/settings/api-tokens)
+
+
+
+ Click "Create" button, enter a name, click "Create" again.
+
+
+
+ Copy the token
+
+
+
+
+ The token is only displayed once and can't be retrieved later.
+
+
+For the most up-to-date instructions,
+refer to the [official Pylon
+documentation](https://docs.usepylon.com/pylon-docs/developer/api/authentication).
+
+### Indexing
+
+
+
+ Navigate to the Admin Dashboard and select the **Pylon** Connector.
+
+
+
+ Click **Create new credentials** and provide the following:
+
+ - **Name**: A descriptive name for your credentials.
+ - **API token**: The API token you created in the previous step.
+
+ 
+
+
+
+ Fill in the connector details:
+
+ - **Name**: A descriptive name for the connector.
+ - **Additional data**: choose if you want to ingest messages and attachments from issues.
+ - **Start date**: The earliest date to index from. Issues created before this date will not be indexed. Format: YYYY-MM-DD
+ - **Lookback days**: Pylon api returns issues based on their creation date only. To track updates to older issues, specify how many days back the connector should look for updates.
+
+ 
+
+
+
+This configuration will index all pull requests from the specified repositories.
+You can also configure it to index all repositories within a project or an entire workspace.
diff --git a/admin/connectors/overview.mdx b/admin/connectors/overview.mdx
index 8c9a7c98..cfb19068 100644
--- a/admin/connectors/overview.mdx
+++ b/admin/connectors/overview.mdx
@@ -207,6 +207,8 @@ you can click the **Resolve all errors** button to kickoff a complete re-indexin
+
+
### Messaging
diff --git a/assets/admin/connectors/pylon/PylonConnector.png b/assets/admin/connectors/pylon/PylonConnector.png
new file mode 100644
index 00000000..6ceb9563
Binary files /dev/null and b/assets/admin/connectors/pylon/PylonConnector.png differ
diff --git a/assets/admin/connectors/pylon/PylonConnectorCred.png b/assets/admin/connectors/pylon/PylonConnectorCred.png
new file mode 100644
index 00000000..b3ec4ba0
Binary files /dev/null and b/assets/admin/connectors/pylon/PylonConnectorCred.png differ
diff --git a/docs.json b/docs.json
index 51c1295e..9799dc09 100644
--- a/docs.json
+++ b/docs.json
@@ -200,6 +200,7 @@
"admin/connectors/official/notion",
"admin/connectors/official/oci_storage",
"admin/connectors/official/productboard",
+ "admin/connectors/official/pylon",
"admin/connectors/official/r2",
"admin/connectors/official/requesttracker",
"admin/connectors/official/salesforce",