# Create a new secret

Secret is an authentication credential associated with your Uqudo account. You can use it in your SDK to authenticate your application against our platform. You can also use secrets to authenticate against our REST APIs if you want to use those directly.

In order to create new secret, navigate to the "Development/Credentials" section of the Uqudo Customer Portal at <https://portal.uqudo.com/credentials>. Then click "**Add Secret**" button at the right bottom of the screen.&#x20;

<figure><img src="/files/cosXgoVJq9YSHAf228Jh" alt=""><figcaption></figcaption></figure>

Immediately after clicking "**Add Secret**" button you will see a window confirming that new secret has been created. You can now copy it to your clipboard or download it to a local file system in a text file. Keep in mind that you need to save your secret now - you can't read secret's value again after you close this prompt.

<figure><img src="/files/TrBGVnyQsfMxHFv4qRFS" alt=""><figcaption></figcaption></figure>

After saving your secret to a secure location, you can close a secret creation prompt. You will see your secret listed on your credentials page now. Keep in mind that it is marked as disabled. It is because you need to explicitly make it active before you can use it in your SDK.&#x20;

<figure><img src="/files/BSvxHQ6rM6SHT4kLLVQI" alt=""><figcaption></figcaption></figure>

In order to activate secret, click drop-down menu on the right side of the secret row and select "**Activate**" option.

<figure><img src="/files/lX5sNredAVcXIfK1N4YS" alt=""><figcaption></figcaption></figure>

Now your secret should be activated, just as on the screenshot below.

<figure><img src="/files/LtjGwIvlrBfpHzSeaQW8" alt=""><figcaption></figcaption></figure>

That's it! Your secret is ready to be used in your SDK or as authentication credentials for our REST API.


---

# 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.uqudo.com/docs/kyc/readme/customer-portal/create-a-new-secret.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.
