> For the complete documentation index, see [llms.txt](https://aizen-corp.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aizen-corp.gitbook.io/docs/system-configuration-commands/file-commands/install-credentials.md).

# install credentials

The `install credentials` command installs a credentials file into the credentials vault. The credentials file must reside in the ipynb notebook folder, or you must specify the full relative path of the file in the command.

## Syntax

```
install credentials <file name>
```

## Parameters

| Parameter     | Description                                               |
| ------------- | --------------------------------------------------------- |
| `<file name>` | Credentials file name with the `.crd` or `.pem` extension |

## Example

```
[ ]: install credentials data_source_creds.crd
     Credential file(s) data_source_creds.crd installed successfully

[ ]:
```
