diff --git a/src/connections/functions/copilot.md b/src/connections/functions/copilot.md index 9fb5d4f713..d394acd353 100644 --- a/src/connections/functions/copilot.md +++ b/src/connections/functions/copilot.md @@ -22,9 +22,9 @@ Functions Copilot can help you: This table lists example prompts you can use with Functions Copilot: -| Function Type | Example Prompts | -| -------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | -| **Source Functions** | "Transform incoming data into a track event."

"Enrich user data with additional demographic details using an external API." | +| Function Type | Example Prompts | +| -------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Source Functions** | "Transform incoming data into a track event."

"Enrich user data with additional demographic details using an external API." | | **Destination Functions** | "Create a function that enriches an Identify event using the Profile API."

"Remove PII data and hash email addresses in an Identify event." | | **Destination Insert Functions** | "Enrich an Identify event using an external API."

"Tokenize PII data before sending it downstream." | diff --git a/src/connections/functions/index.md b/src/connections/functions/index.md index e8af169cd8..e173effb0e 100644 --- a/src/connections/functions/index.md +++ b/src/connections/functions/index.md @@ -46,4 +46,4 @@ To learn more, visit [destination insert functions](/docs/connections/functions/ With Functions Copilot, you can instrument custom integrations, enrich and transform data, and even secure sensitive data nearly instantaneously without writing a line of code. -To learn more, visit the [Functions Copilot documentation](//docs/connections/functions/functions-copilot). \ No newline at end of file +To learn more, visit the [Functions Copilot documentation](/docs/connections/functions/copilot/). \ No newline at end of file