# Authentication

To authenticate your system with *<mark style="color:purple;">talque</mark>* you will need two identifiers (strings):&#x20;

* API client ID, which identifies you but need not be kept secret.
* API secret, which you must keep secret

To use the authentication for a HTTP call you need to pass them as headers:

```
X-TQ-CLIENT-ID: nHEe3ZDiuvPMighaRXtE
X-TQ-SECRET: qqHWYhTSpbYExzde5CM5
```

As always, HTTP headers must be latin-1 encoded. Both API client ID and secret only consist of plain ASCII characters.

{% hint style="warning" %}
Make sure to not use underscores in headers, as the serving infrastructure will filter them out. The client id header name is **`X-TQ-CLIENT-ID`**, only letters and minus signs.
{% endhint %}


---

# 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://talque.gitbook.io/public/webhooks/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.
