# Authentication

Conscent.ai uses API keys to allow access to the API to Create and Register any content with Conscent.ai. You can view your API Key and API Secret by logging in to your Conscent.ai Dashboard and navigating to the [Client Integrations Page](https://client.conscent.in/client/dashboard/Documentation).

{% hint style="info" %}
Please contact your administrator for the Login Credentials to access the Dashboard - provided on the official email address registered with Conscent.ai.
{% endhint %}

<details>

<summary>Conscent.ai expects the API Key and API Secret to be included as username and password, respectively, in BasicAuth Authorization in certain API requests (Ex. Create Content API utilized by the Client).</summary>

Attaching the snapshot below:

<img src="/files/5pCmeT6lWlxeyTRz2bGB" alt="" data-size="original">

</details>

For passing the Authorization in this API in the [Registration](broken://pages/LUnDp9nvvmcXxk3VksCr) Section, you may create that key by using this command in the terminal:

```
echo -n "API KEY:API SECRET" | base64
```

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


---

# 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.conscent.ai/version-1.0/authentication.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.
