# Setting up a Authentication

This guide gives a short introduction to authentication for the different developer tools and how to keep good practice across the platform services.

{% hint style="info" %}
If there is a guide missing or tool information that is more relevant for your use-case, contact us at `support@pending.ai` and the information will be added promptly.
{% endhint %}

## Prerequisities&#x20;

1. Setting up an account
2. Having a valid installation of the Pending AI CLI and Python SDK


---

# 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.pending.ai/developer-tools/guides/setting-up-a-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.
