# Integrate Hivesigner

In order to integrate Hivesigner into your application, you will need [Hive account](https://signup.hive.io).

## Create Hive account

If you don't have one yet you can create one on [signup.hive.io](https://signup.hive.io/) in with your app account.

## Enable app

After you have your account, go to <https://hivesigner.com/profile> and login with your app account and update account type as `"Application"` .

## Authorise Hivesigner

If you would like to use the OAuth 2 API for posting with HiveSigner server, you need to authorise the Hive account `"hivesigner"` to post on the behalf of your **app account**. [Click here](https://hivesigner.com/authorize/hivesigner) to do this and sign with your app account.

## Finalize app account details

You can edit your app settings by updating your app account profile. [Edit app settings](https://hivesigner.com/profile), add avatar for your app, define redirect URIs for your OAuth2 integration. Make sure your application/website handles redirect URIs correctly.

That's it, after above steps, you should be able to write OAuth2 logics and start integrating transactions signing.<br>
