# Manage your settings

### View your dashboard

If you are already logged in go to [https://app.certn.co](https://app.certn.co/login)<img src="/files/i1X0t7ez6Vlx9HiwQQXC" alt="" data-size="line">

To log in, go to <https://app.certn.co/login><img src="/files/i1X0t7ez6Vlx9HiwQQXC" alt="" data-size="line">

1. Enter your email and password
2. Click **Log in**

### View your team settings

1. Click the profile icon<img src="/files/-Mc9vy_WksEdqt_CYplt" alt="" data-size="line">
2. Click **Settings**
3. Locate your team
4. Click the **Settings** button

{% hint style="success" %}
You can manage Billing info and other team settings from here.
{% endhint %}

### Add a payment card

Adding a payment card to your account allows you to use our services in the demo environment. You can also use this option in production, if paying by card.&#x20;

1. Click **Billing**
2. Click **Connect Payment Card**
3. Fill in your credit card number
4. Add the expiry date and CVC number
5. Click **Authorize Card**

![](/files/-MbgvPRgbgukpVU7ZWbX)

### Create an API key

1. Navigate back to the dashboard by clicking the Certn logo in the top left
2. Click on the **Partner** tab
3. Click **Refresh Keys**
4. Click **OK** to accept that a new key will be created, inactivating the previously generated key
5. Click **Copy**
6. A new **Client ID** and **Secret Key** will appear in a modal for copy/pasting
   1. Once this modal is closed, the **Secret Key** will not be accessible anymore

<figure><img src="/files/hLuMedn678GH1VesJc8w" alt=""><figcaption><p>Access your Partner tools</p></figcaption></figure>

<figure><img src="/files/1e9MlXZwk0HISYRJYbQx" alt=""><figcaption><p>Create or refresh your API Key</p></figcaption></figure>

<figure><img src="/files/RjwUAsXpEyyUzPkKMfeA" alt="" width="401"><figcaption><p>Confirm you are ready to refresh your API key</p></figcaption></figure>

<figure><img src="/files/QMGb5f9AfNXU3wS3Q41e" alt="" width="410"><figcaption><p>Copy and save your Client ID and Secret Key</p></figcaption></figure>

You can now start testing the API with your demo account.


---

# 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.certn.co/api/guides/manage-your-team.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.
