# How to add your SSH Key

1. Navigate to the TensorDock website, and to the "Secrets" Tab.  (<https://dashboard.tensordock.com/secrets>) and select "Add Secret" on the top right

<figure><img src="/files/7tOxIkxcA7v0BsLLgWxA" alt=""><figcaption></figcaption></figure>

2. Name your new key, and select "SSH Key" on the **Type** dropdown. \
   ![](/files/pvmRpEhkxFVjap518buf)
3. Copy your **Public Key** and paste it into the Value field. \
   ![](/files/3ZFGAIOD7B7H6TsUDhJx)
4. Click Create Secret. Congratulations, your key has been added to TensorDock! All future Linux-based deployments will now have your SSH Key automatically added for your convenience. <img src="/files/1DwzXvzxpAK0v5b4jLFl" alt="" data-size="original">

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tensordock.com/virtual-machines/how-to-add-your-ssh-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
