> 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/how-socializit-does-work-in-summary.md).

# How Socializit does work in summary?

Once you have learnt how Socializit works it will be super easy and fast to create bots.

Basically the follow are the necessary steps:

1. Do a research for [people](/guide/create-list/untitled.md)/[groups](/guide/create-list/untitled-1.md)/[jobs ](/guide/create-list/jobs.md)(Socializit reflects LinkedIn research kinds)
2. [Give a name](/guide/create-list/untitled.md#once-you-are-ready-just-give-a-name-to-the-people-list-and-save-it) to the list of people/groups/jobs, based on the research made
3. Add the list to the Bot
4. Apply one or more [settings](/bot-management.md) for each list. The bot will execute them autonomously

**Example**:&#x20;

1. Put "lawyers" in Keyword field and "Los Angeles" in City field
2. Create a list, and give it the corresponding name "Lawyers in Los Angeles"
3. ADD BOT
4. Apply one or more actions (for example request connection + skill/s endorsement)

That's all.

What the bot does now?&#x20;

Easy:

1. It will ask each people in list to accept a connection request
2. At regular time-intervals, it will check if new people have accepted the connection request
3. If request has been accepted, it will endorse the person's skill/s

Actions will take place only once the people have accepted the connection request.

As you can see, no action is due on your side, you won't have to worry about anything , just check at what point the bot is and enjoy your network expansion regularly.

Additionally you can request access to several LinkedIn [Groups](/guide/create-list/untitled-1.md), the bot will request to join them, and if accepted, it will create a list of people belonging to those Groups and will request a connection (and all other operation pre-selected) to each of them.

[Lists coming from Groups](/bot-management/groups-control-panel/how-bot-manages-groups.md) will be managed as lists of People.


---

# 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/how-socializit-does-work-in-summary.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.
