> 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-to/how-to-generate-long-term-campaigns.md).

# How to generate long-term campaigns

Socializit allows you to set up long time campaigns, building separate lists for each operation the campaign requires.

Supposing you have already [created a list](/guide/create-list.md). Basically, you should set up next steps in this way:

* [duplicate the list](/how-to/how-to-duplicate-a-list.md)
* click on VIEW BOT of the newly created list (or through [ADD/REMOVE BOT](/guide/bot/add-remove-bot.md))

![](/files/-Lv5A9HJoX84DqZMqL09)

* Apply the settings which are more convenient from you to the bot. As we learnt in [bot management](/bot-management.md), paying attention to use an appropriate [timing](/bot-management/people-control-panel/timing.md); set the date-time after which the bot will start to execute your orders for each child-list

In this way, you can easily build unlimited steps for the same list planning long-time campaign in complete autonomy.


---

# 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-to/how-to-generate-long-term-campaigns.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.
