# Integration Steps

{% hint style="info" %}
In order to proceed with the integration, please refer to [the previous sections](https://docs.truecaller.com/truecaller-sdk/android/oauth-sdk-3.0/implementing-user-flow-for-your-app) so as to understand various user flows and touch points in the user journey where Truecaller can be enabled.
{% endhint %}

* Register on the [OAuth portal](https://sdk-console-noneu.truecaller.com/) to create your business account and manage OAuth projects.
* Once you have created your account, create your OAuth project & generate credentials by following the steps [here.](/truecaller-sdk/android/oauth-sdk-3.0.0/integration-steps/generating-client-id.md)
* Once you have generated the credentials, you can easily, in a few simple steps integrate the Truecaller SDK by referring to our step-by-step guide in the subsequent sections.
* Post integration completion, submit your project for review and go live.


---

# 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/android/oauth-sdk-3.0.0/integration-steps.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.
