> For the complete documentation index, see [llms.txt](https://docs.kleos.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kleos.io/for-contractors-1.md).

# For Contractors

- [How to Sign Up and Log In to the Platform](https://docs.kleos.io/for-contractors-1/how-to-sign-up-and-log-in-to-the-platform.md): This guide briefly explains how to start receiving your first payouts from companies on the Kleos platform as quickly and easily as possible.
- [How to Complete Verification and Set Up Your Profile](https://docs.kleos.io/for-contractors-1/how-to-complete-verification-and-set-up-your-profile.md): This section explains how to complete the first required step — “Verify and complete your profile”
- [How to Accept an Invitation from a Company or Invite a Company](https://docs.kleos.io/for-contractors-1/how-to-accept-an-invitation-from-a-company-or-invite-a-company.md): We’ll explain how to complete the second required step — “Accept or invite company”
- [How to Sign Your Agreement with Kleos](https://docs.kleos.io/for-contractors-1/how-to-sign-your-agreement-with-kleos.md): This section explains how to complete the third required step — “Sign contract with Kleos"
- [How to Receive or Request a Payout](https://docs.kleos.io/for-contractors-1/how-to-receive-or-request-a-payout.md)
- [How to Withdraw Funds](https://docs.kleos.io/for-contractors-1/how-to-withdraw-funds.md): Withdrawing funds to your bank account or cryptocurrency wallet
- [Checking the Status of a SWIFT Payment](https://docs.kleos.io/for-contractors-1/checking-the-status-of-a-swift-payment.md)
- [Where to Download Contract and Invoices](https://docs.kleos.io/for-contractors-1/where-to-download-contract-and-invoices.md)
- [Taxes](https://docs.kleos.io/for-contractors-1/taxes.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.kleos.io/for-contractors-1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
