diff --git a/docs/credentials/add-edit-credentials.md b/docs/credentials/add-edit-credentials.md index 214cfccc0..57cd653f5 100644 --- a/docs/credentials/add-edit-credentials.md +++ b/docs/credentials/add-edit-credentials.md @@ -13,3 +13,7 @@ You can get to the credential modal by either: Once in the credential modal, enter the details required by your service. Refer to your service's page in the [credentials library](/integrations/builtin/credentials/) for guidance. When you save a credential, n8n tests it to confirm it works. + +/// note | Credentials naming +New credentials are named "*node name* account" by default. You can rename the credentials by clicking on the name, similarly to renaming nodes. It's good practice to give them names that identify the app/service, type, and purpose of the credential. A naming convention makes it easier to keep track of and identify your credentials. +///