# How to Register a Company

## Company registration

{% stepper %}
{% step %}

### Go to the [Kleos registration form](https://app.kleos.io/register)

Select **“Company”** to register specifically as a Company

<figure><img src="/files/2FLPbtiJSzwXQIPxuMAT" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Fill in the registration details

Enter your **email address** and the **name of your company**, then click **“Create account”**

<figure><img src="/files/M2qkM8mFt0VHePNcBkf5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Enter the verification code

You will see the **“Complete your sign up”** window.

<figure><img src="/files/HXZTXJGJQ38T0Sdth5Wt" alt=""><figcaption></figcaption></figure>

A **six-digit one-time code** will be sent to the email address you used for registration.\
Open the email with the subject **“Confirm your registration on Kleos”** and copy the six-digit code.

Enter the code in the input field.
{% endstep %}

{% step %}

### All set!

You have successfully registered on Kleos.

Now you can complete a few simple steps and start sending your first payouts to Contractors.
{% endstep %}
{% endstepper %}

## 5 Simple Steps to Get Started with Kleos

After registration, new Companies on the platform get access to a checklist with simple steps. It helps them quickly move from completing Company details to sending their first payouts to contractors.

The checklist serves as a clear guide and makes the onboarding process as simple and efficient as possible.

<figure><img src="/files/VzX5fLSy0Kw5iWUxNXdZ" alt=""><figcaption></figcaption></figure>

{% stepper %}
{% step %}

### Complete the company profile

Start by entering the company details required to sign the agreement. Click **“Start”**, and the platform will redirect you to the profile page to complete this step.

For more details, see the article:\
👉 [How to Complete the Company Profile](/for-companies-1/how-to-complete-the-company-profile.md)
{% endstep %}

{% step %}

### Sign your agreement with Kleos

For companies, the agreement signing process is handled through **DocuSign**.

For more details, see the article:\
👉 [How to Sign Your Agreement with Kleos](/for-contractors-1/how-to-sign-your-agreement-with-kleos.md)
{% endstep %}

{% step %}

### Add contractors

While the agreement is being signed, you can already add contractors by entering their email addresses and the required details, such as payout frequency and payout amounts.

The contractors will receive an invitation to Kleos and then sign the agreement through **DocuSign**.

For more details, see the article:\
👉 [How to Invite a Contractor](/for-companies-1/how-to-invite-a-contractor.md)
{% endstep %}

{% step %}

### Top up your balance

Once the agreement is signed, you can top up your Kleos balance right away.

We support various top-up methods, including **USDT**. After the funds are sent to Kleos’s account, the top-up will be recorded automatically and the funds will be credited to your balance.

For more details, see the article:\
👉 [How to Top Up Your Company Balance](/for-companies-1/how-to-top-up-your-company-balance.md)
{% endstep %}

{% step %}

### Create and pay a payout

The final step is to create payouts for contractors by selecting the payout date and amount.

If the payout frequency is set to **“Once a week,” “Twice a month,”** or **“Once a month,”** payouts will be created automatically, and you will only need to pay them. Once paid, the funds will be instantly credited to the contractor’s balance, and the contractor will be able to withdraw them at any time using a convenient withdrawal method.

For more details, see the article:\
👉 [How to Send a Payout to a Contractor](/for-companies-1/how-to-send-a-payout-to-a-contractor.md)
{% endstep %}

{% step %}

### You have successfully completed all the steps needed to start using Kleos!

{% endstep %}
{% endstepper %}


---

# 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.kleos.io/for-companies-1/how-to-register-a-company.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.
