# Getting Started

You should start by creating your developer account on the Truecaller Developer portal here: <https://sdk-console-noneu.truecaller.com/sign-up>

a) Register with email ID and set a password.

b) Verify your email ID to proceed.

PS: The developer portal link shared above is only for registering android apps, if you are looking to do the integration in Mobile Site, iOS or any other platform please sign via this developer portal link : <https://verification-sdk-console.truecaller.com/sign-up>

{% hint style="info" %}
We recommend you to create your account with a team generic email ID, instead of a personal email ID.

For example: Use [techteam@truecaller.com](mailto:tech@truecaller.com) or <android@truecaller.com>, instead of [john.doe@truecaller.com](http://john.doe/).
{% endhint %}

{% hint style="info" %}
In case you do not see the account verification email in your Primary Inbox, please do check for the same in your Other and Spam email inbox as well.
{% endhint %}

If you already have created your developer account, please login [here](https://developer.truecaller.com/login).

To reset your account password, please request for it [here](https://developer.truecaller.com/forgot-password).


---

# 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.truecaller.com/truecaller-sdk/getting-started.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.
