> For the complete documentation index, see [llms.txt](https://docs.ekstremac.com/company/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ekstremac.com/company/developers/microservices/user-types.md).

# User types

### Adventurer

The first time you log in with your account on one of the extern platforms, we will make you an account on Ekstremac and you will become a full member of our community. Therefore, for the basic level of the account, you do not need to fill out special forms, you are real Adventurer.

Subsequently, you can raise your account level to a higher level, improve your business or create a source of passive income.

### Business

If you are a business, and wants to scale your business, you can apply to our business program.

After review by managers team, our distribution and marketing channels will work for you.

### Partner

The affiliate program allows you to earn money through our platform. It is designed to generate unlimited passive income for you!

After you add a business user to Ekstremac, you will earn from every transaction generated for that business.

Our platform is not limited by location, so you have full flexibility when searching for businesses.


---

# 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.ekstremac.com/company/developers/microservices/user-types.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.
