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

# Main Socializit features

## <img src="/files/-LvB44mlCrdTLnZN36Fz" alt="" data-size="line"> People&#x20;

* &#x20;[full automatic management](/bot-management/people-control-panel.md)
* &#x20;**integration with Zapier** or other external tools by Webhooks
* &#x20;bulk invite request (with or without a personal note)
* &#x20;import your contacts by CSV
* &#x20;following
* &#x20;bulk messaging **(images or document attached)**
* &#x20;article sharing
* &#x20;post sharing
* &#x20;groups invitations
* &#x20;single/multiple endorsing
* &#x20;full profile's data storing and feature to export to .xls, .xml, .sql, .json, .csv, .txt
* &#x20;**respond to chat messages from in dashboard**: no need to login LinkedIn (very useful for management of several profiles)

## <img src="/files/-LvB4V3KSgek2WvgY-AG" alt="" data-size="line"> Groups

* [auto membership request](/bot-management/groups-control-panel.md)
* membership acceptance checking
* auto downloading of Group profiles as list
* full automatic management of the created lists

## <img src="/files/-LvB5FDTDv1gJ4BmFPll" alt="" data-size="line"> Jobs

* [unlimited job research](/bot-management/jobs-control-panel.md)
* continuous check for newly posted jobs (corresponding to your criteria)
* automated applying to jobs&#x20;
* automated CV sending


---

# 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.socializit.com/main-socializit-functions.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.
