Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions src/config/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1088,6 +1088,10 @@ export const SIDEBAR: Partial<Record<Sections, SectionEntry[]>> = {
title: "Sign Up for Data Streams",
url: "data-streams/sign-up",
},
{
title: "Get Support",
url: "data-streams/get-support",
},
{
title: "Developer Responsibilities",
url: "data-streams/developer-responsibilities",
Expand Down
24 changes: 24 additions & 0 deletions src/content/data-streams/get-support.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
section: dataStreams
title: "Get Support"
isIndex: false
metadata:
title: "Get Support for Chainlink Data Streams"
description: "Learn how to create a support ticket for Chainlink Data Streams through the self-service portal at app.chain.link."
whatsnext:
{ "Sign up for Data Streams": "/data-streams/sign-up", "Learn about Data Streams billing": "/data-streams/billing" }
---

If you need help with Chainlink Data Streams, you can submit a support ticket through the self-service portal at [app.chain.link](https://app.chain.link).

## Create a support ticket

1. Sign in to [app.chain.link](https://app.chain.link).
2. Navigate to **Streams** &rarr; **Billing** at [app.chain.link/streams/billing](https://app.chain.link/streams/billing).
3. Click **Get Support**.

The portal automatically includes your Data Streams user ID with the ticket.

## If your credentials were issued outside the portal

If you are using Data Streams credentials that were issued outside the self-service portal, your streams user ID will not be attached automatically. Include your streams user ID — represented as a UUID — in your support request.
19 changes: 19 additions & 0 deletions src/content/data-streams/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,25 @@ Source: https://docs.chain.link/data-streams/exchange-rate-streams

---

# Get Support
Source: https://docs.chain.link/data-streams/get-support

If you need help with Chainlink Data Streams, you can submit a support ticket through the self-service portal at [app.chain.link](https://app.chain.link).

## Create a support ticket

1. Sign in to [app.chain.link](https://app.chain.link).
2. Navigate to **Streams** → **Billing** at [app.chain.link/streams/billing](https://app.chain.link/streams/billing).
3. Click **Get Support**.

The portal automatically includes your Data Streams user ID with the ticket.

## If your credentials were issued outside the portal

If you are using Data Streams credentials that were issued outside the self-service portal, your streams user ID will not be attached automatically. Include your streams user ID — represented as a UUID — in your support request.

---

# Chainlink Data Streams
Source: https://docs.chain.link/data-streams

Expand Down
Loading