diff --git a/docs/gpts/user-authentication.mdx b/docs/gpts/user-authentication.mdx index 92dcf0dc..cc5ac8ee 100644 --- a/docs/gpts/user-authentication.mdx +++ b/docs/gpts/user-authentication.mdx @@ -3,7 +3,9 @@ Superface allows you to connect to external APIs and SaaS platforms in two ways. 1. **Using your own credentials**. This is good for personal GPTs or where you are happy to share that access with others. -2. **User supplied credentials**. This will ensure that the end users of your GPT can supply their own credentials in order to access a specific API or platform. +2. **User-provided credentials**. This will ensure that the end users of your GPT can supply their own credentials in order to access a specific API or platform. + +This guide covers **User-provided credentials**. ## Selecting User Authentication