> 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-companies-1.md).

# For Companies

- [How to Register a Company](https://docs.kleos.io/for-companies-1/how-to-register-a-company.md): This guide explains how to register a Company on Kleos, start working with Contractors, and send them payouts.
- [How to Complete the Company Profile](https://docs.kleos.io/for-companies-1/how-to-complete-the-company-profile.md)
- [How to Sign Your Agreement with Kleos](https://docs.kleos.io/for-companies-1/how-to-sign-your-agreement-with-kleos.md)
- [How to Invite a Contractor](https://docs.kleos.io/for-companies-1/how-to-invite-a-contractor.md)
- [How to Top Up Your Company Balance](https://docs.kleos.io/for-companies-1/how-to-top-up-your-company-balance.md): This guide explains how to top up your Company balance so you can send payouts to Contractors.
- [How to Send a Payout to a Contractor](https://docs.kleos.io/for-companies-1/how-to-send-a-payout-to-a-contractor.md)
- [Where to Download Agreements and Invoices](https://docs.kleos.io/for-companies-1/where-to-download-agreements-and-invoices.md): Kleos automatically generates all the documents required for working with your Company. You do not need to create them manually or send them to us. This section explains where you can download these
- [How to Give Employees Access to the Company Profile](https://docs.kleos.io/for-companies-1/how-to-give-employees-access-to-the-company-profile.md): On Kleos, you can add users to your Company account. Depending on their role, they can edit company information, manage payouts and contractors, and give access to other users.


---

# 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-companies-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.
