> For the complete documentation index, see [llms.txt](https://illuminates-company.gitbook.io/eontribe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://illuminates-company.gitbook.io/eontribe/ecosystem/neural-network/groups-of-user.md).

# Groups of user

Dividing user profiles into three main groups allows for more targeted and effective search, as well as filtering of potential conversation partners using the neural network.

The main groups of user profiles are:

* personal;
* entrepreneurs/companies;
* creators/artists/influencers.

In personal accounts, the main focus is on personal qualities, interests, and activities. This allows people to find like-minded individuals, potential friends, or romantic partners.

For entrepreneurs and companies, the search criteria are not limited to individual employee characteristics. Matching of conversation partners can also include the company's overall profile with its mission, field of activity, and values. This allows companies to find potential partners, contractors, or employees who fit their specific needs and culture.

Profiles of creative individuals, such as artists, influencers, and other creators, search for conversation partners based on their field of activity, vectors of creative activity, and other characteristics that contribute to the creative world. This allows them to find potential co-authors, sponsors, or just like-minded individuals who share their creative vision.

The neural network with automatic selection of interlocutors provides a flexible and customizable platform for users from various fields and industries, allowing them to find the right connections and build meaningful relationships.

<br>

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

<br>


---

# 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://illuminates-company.gitbook.io/eontribe/ecosystem/neural-network/groups-of-user.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.
